aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2018-06-16re PR tree-optimization/64946 ([AArch64] gcc.target/aarch64/vect-abs-compile....Kugan Vivekanandarajah3-0/+7
2018-06-16PR c++/86147 - wrong capture for template argument.Jason Merrill2-5/+11
2018-06-15pt.c (tsubst_default_argument): Use push_to/pop_from_top_level.Jason Merrill3-40/+24
2018-06-15* decl.c (start_enum): Do compare dependent underlying type.Jason Merrill3-11/+6
2018-06-15PR c++/82882 - ICE with lambda in template default argument.Jason Merrill5-1/+38
2018-06-15* tree.c (maybe_warn_parm_abi): Inform the location of the class.Jason Merrill2-14/+16
2018-06-14re PR c++/86063 (g++ ICE at tree check: expected tree_list, have expr_pack_e...Marek Polacek2-1/+8
2018-06-14P0624R2 - Default constructible and assignable stateless lambdasJakub Jelinek2-3/+15
2018-06-14decl.c (duplicate_decls): Use DECL_SOURCE_LOCATION in OPT_Wshadow warning_at.Paolo Carlini3-15/+29
2018-06-13PR c++/86099 - ICE with trivial copy and non-trivial default ctor.Jason Merrill2-0/+5
2018-06-13PR c++/86094 - wrong code with defaulted move ctor.Jason Merrill4-11/+54
2018-06-12PR c++/86098 - ICE with template placeholder for TTP.Jason Merrill2-0/+11
2018-06-12decl2.c (coerce_new_type, [...]): Add location_t parameter and adjust error_a...Paolo Carlini4-13/+22
2018-06-12Core issue 1331 - const mismatch with defaulted copy constructorMarek Polacek2-3/+9
2018-06-11PR c++/85792 -Wctor-dtor-privacy and inherited constructor.Jason Merrill2-2/+10
2018-06-11PR c++/85963 - -Wunused-but-set with ?: in template.Jason Merrill2-0/+6
2018-06-11decl.c (grok_op_properties): Consistently use the location of the decl...Paolo Carlini2-55/+62
2018-06-11Fix ptrmem comparison for unions.Jason Merrill2-2/+21
2018-06-11PR c++/86094 - wrong code with defaulted move ctor.Jason Merrill2-1/+6
2018-06-10decl.c (grokfndecl): Use the location_t argument in two more places.Paolo Carlini2-5/+11
2018-06-06re PR c++/85977 (Incorrect handling of array reference size deduction)Marek Polacek2-16/+45
2018-06-06PR c++/86060 - ICE on range for with -std=c++98.Jason Merrill2-6/+7
2018-06-06PR c++/85710 - ICE with -Wmemset-elt-size.Jason Merrill5-19/+31
2018-06-05re PR c++/85976 (ICE in cp_tree_equal when building Blitz. May be nested temp...Marek Polacek2-0/+13
2018-06-05PR c++/85731 - wrong error with qualified-id in template.Jason Merrill2-0/+8
2018-06-04PR c++/61806 - missed SFINAE with partial specialization.Jason Merrill3-7/+12
2018-06-04PR c++/85765 - SFINAE and non-type default template arg.Jason Merrill2-7/+29
2018-06-03PR c++/85739 - ICE with pointer to member template parm.Jason Merrill2-2/+8
2018-06-02PR c++/85761 - ICE with ill-formed use of const outer variable.Jason Merrill2-0/+13
2018-06-01PR c++/85764 - bogus 'this' not captured error.Jason Merrill2-15/+26
2018-06-01ChangeLog tidyingJason Merrill1-5/+1
2018-06-01CWG 1581: When are constexpr member functions defined?Jason Merrill2-0/+48
2018-06-01PR c++/58281 - explicit instantiation of constexprJason Merrill2-0/+11
2018-06-01* pt.c (instantiate_decl): Any defaulted function is defined.Jason Merrill2-1/+5
2018-05-31PR c++/77777 improve location for diagnosticJonathan Wakely2-1/+7
2018-05-30ChangeLog fixJason Merrill1-3/+1
2018-05-30Do not warn about zero-as-null when NULL is used.Ville Voutilainen3-1/+21
2018-05-30PR c++/85807 - ICE with call in template NSDMI.Jason Merrill3-1/+24
2018-05-30PR c++/85873 - constant initializer_list array not in .rodata.Jason Merrill3-4/+14
2018-05-30Improve error recovery for structured binding in condition.Jason Merrill2-2/+10
2018-05-30Replace dead store with early returnJonathan Wakely2-9/+13
2018-05-29PR c++/67445 - returning temporary initializer_list.Jason Merrill5-31/+132
2018-05-29re PR c++/85883 (class template argument deduction fails in new-expression)Marek Polacek2-1/+23
2018-05-29re PR c++/85952 (Bogus -Wunused-but-set-variable warning with array structure...Jakub Jelinek2-0/+7
2018-05-28splay-tree.h (splay_tree_compare_strings, [...]): Declare new utility functions.Bernd Edlinger2-2/+6
2018-05-25PR c++/85815 - reference to member of enclosing template.Jason Merrill4-7/+12
2018-05-25CWG 616, 1213 - value category of subobject references.Jason Merrill2-7/+22
2018-05-24PR c++/85842 - -Wreturn-type, constexpr if and generic lambda.Jason Merrill2-0/+17
2018-05-24Pedwarn on a non-standard position of a C++ attribute.Ville Voutilainen2-0/+11
2018-05-24cp-tree.h (INDIRECT_TYPE_P): New.Paolo Carlini22-64/+103