aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2017-01-11PR c++/78337 - ICE on invalid with generic lambdaJason Merrill1-0/+6
2017-01-11re PR c++/77812 (incorrectly rejects valid C++ code that uses enum in templat...Nathan Sidwell1-0/+6
2017-01-11* name-lookup.c (push_overloaded_decl_1): Refactor OVERLOAD creation.Nathan Sidwell1-0/+4
2017-01-11re PR c++/78341 (ICE on invalid C++ code on x86_64-linux-gnu (internal compi...Jakub Jelinek1-0/+4
2017-01-11re PR c++/72813 (atomic header cannot be compiled into translation unit with ...Jakub Jelinek1-0/+6
2017-01-10Fix issues with unrepresentable column numbers (PR c++/77949)David Malcolm1-0/+7
2017-01-10FI 20, decomposition declaration with parenthesized initializer.Jason Merrill1-0/+6
2017-01-09Implement P0195R2, C++17 variadic using.Jason Merrill1-0/+7
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek1-0/+8
2017-01-08PR c++/78948 - instantiation from discarded statementJason Merrill1-0/+11
2017-01-05re PR c++/78931 (ICE on C++17 structured bindings from struct with reference ...Jakub Jelinek1-0/+4
2017-01-05re PR c++/78890 (ICE on invalid reference type in union)Jakub Jelinek1-0/+6
2017-01-05re PR c++/78765 (ICE on invalid C++ code on x86_64-linux-gnu (internal compil...Nathan Sidwell1-0/+6
2017-01-04re PR c++/64767 (Could GCC warn when a pointer is compared against '\0'?)Marek Polacek1-0/+6
2017-01-04re PR c++/78949 (incorrect "unused variable" warning with SSE2)Jakub Jelinek1-0/+4
2017-01-04re PR c++/78693 (Bogus 'inconsistent deduction for ‘auto’' error when hav...Jakub Jelinek1-0/+4
2017-01-04parser.c (cp_parser_simple_declaration): Diagnose function declaration among ...Jakub Jelinek1-0/+4
2017-01-04re PR c++/71182 (parser.c cp_lexer_previous_token sanitizer detects member ca...Jakub Jelinek1-0/+6
2017-01-04re PR c++/77545 (ICE on valid C++11 code: in potential_constant_expression_1,...Marek Polacek1-0/+6
2017-01-04re PR c++/66735 ([C++14] lambda init-capture fails for const references)Nathan Sidwell1-0/+11
2017-01-01Update copyright years.Jakub Jelinek1-4381/+2
2016-12-24re PR middle-end/78901 (ICE: verify_gimple failed (error: statement marked fo...Jakub Jelinek1-0/+12
2016-12-22PR c++/78906 - ICE with member variable templateJason Merrill1-0/+3
2016-12-22PR c++/78898 - ICE on constructor with TTPJason Merrill1-0/+6
2016-12-21re PR c++/72707 (local anonymous union member hides names in the same scope)Jakub Jelinek1-0/+4
2016-12-21re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...Jakub Jelinek1-0/+5
2016-12-21re PR c++/77830 (internal compiler error: in output_constructor_regular_field...Jakub Jelinek1-0/+9
2016-12-21Implement P0522R0, matching of template template arguments.Jason Merrill1-0/+21
2016-12-21PR c++/42329 - deducing base template for template template argJason Merrill1-0/+6
2016-12-21Fix handling of explicit function template arguments with TTPs.Jason Merrill1-0/+3
2016-12-21Check that a partial specialization is more specialized.Jason Merrill1-0/+4
2016-12-21Fixes for P0127R2 implementation.Jason Merrill1-0/+5
2016-12-21Improve C++ debug_tree.Jason Merrill1-0/+4
2016-12-21PR c++/78767 - ICE with inherited constructor default argumentJason Merrill1-0/+3
2016-12-21PR c++/78749 - friend in anonymous namespaceJason Merrill1-0/+6
2016-12-16re PR c++/71694 (store-data race with bitfields and tail-padding in C++)Richard Biener1-0/+7
2016-12-15P0490R0 GB 20: decomposition declaration should commit to tuple interpretatio...Jakub Jelinek1-0/+12
2016-12-15re PR c++/77585 (g++ incorrectly decides that member function is called witho...Nathan Sidwell1-0/+6
2016-12-14PR c++/78774 - [6/7 Regression] ICE in constexpr string literals and templatesMartin Sebor1-0/+6
2016-12-14Split omp-low into multiple filesMartin Jambor1-0/+19
2016-12-14re PR c++/72775 (internal compiler error: in finish_expr_stmt, at cp/semantic...Marek Polacek1-0/+6
2016-12-14re PR c++/78701 (ICE: unexpected expression N of kind template_parm_index)Nathan Sidwell1-0/+4
2016-12-14re PR c++/69481 (ICE with C++11 alias using with templates)Nathan Sidwell1-0/+6
2016-12-13re PR c++/69481 (ICE with C++11 alias using with templates)Nathan Sidwell1-0/+13
2016-12-11re PR c++/78637 (ICE on invalid C++ code on x86_64-linux-gnu (internal compil...Paolo Carlini1-0/+6
2016-12-08re PR c++/78551 (Internal compiler error with constexpr initialization of union)Nathan Sidwell1-0/+8
2016-12-08P0003R5 - removal of dynamic exception specification from C++17Jakub Jelinek1-0/+8
2016-12-07Use dump_function_name rather than emit <built-in>Martin Jambor1-0/+7
2016-12-07pt.c (tsubst <{NON,}TYPE_ARGUMENT_PACK>): Simplify control flow and avoid re-...Nathan Sidwell1-0/+3
2016-12-07cp-tree.h (enum cp_tree_index): Add CPTI_AUTO_IDENTIFIER & CPTI_DECLTYPE_AUTO...Nathan Sidwell1-0/+11