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