aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2017-01-08PR c++/78948 - instantiation from discarded statementJason Merrill5-11/+24
2017-01-05re PR c++/78931 (ICE on C++17 structured bindings from struct with reference ...Jakub Jelinek2-4/+7
2017-01-05re PR c++/78890 (ICE on invalid reference type in union)Jakub Jelinek2-7/+15
2017-01-05re PR c++/78765 (ICE on invalid C++ code on x86_64-linux-gnu (internal compil...Nathan Sidwell2-1/+7
2017-01-04re PR c++/64767 (Could GCC warn when a pointer is compared against '\0'?)Marek Polacek2-0/+18
2017-01-04re PR c++/78949 (incorrect "unused variable" warning with SSE2)Jakub Jelinek2-0/+6
2017-01-04re PR c++/78693 (Bogus 'inconsistent deduction for ‘auto’' error when hav...Jakub Jelinek2-2/+8
2017-01-04parser.c (cp_parser_simple_declaration): Diagnose function declaration among ...Jakub Jelinek2-0/+33
2017-01-04re PR c++/71182 (parser.c cp_lexer_previous_token sanitizer detects member ca...Jakub Jelinek2-1/+7
2017-01-04re PR c++/77545 (ICE on valid C++11 code: in potential_constant_expression_1,...Marek Polacek2-0/+7
2017-01-04re PR c++/66735 ([C++14] lambda init-capture fails for const references)Nathan Sidwell4-13/+48
2017-01-01Update copyright years.Jakub Jelinek57-4436/+4445
2016-12-24re PR middle-end/78901 (ICE: verify_gimple failed (error: statement marked fo...Jakub Jelinek4-440/+1539
2016-12-22PR c++/78906 - ICE with member variable templateJason Merrill2-0/+4
2016-12-22PR c++/78898 - ICE on constructor with TTPJason Merrill2-1/+8
2016-12-21re PR c++/72707 (local anonymous union member hides names in the same scope)Jakub Jelinek2-2/+8
2016-12-21re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...Jakub Jelinek3-2/+23
2016-12-21re PR c++/77830 (internal compiler error: in output_constructor_regular_field...Jakub Jelinek2-35/+91
2016-12-21Implement P0522R0, matching of template template arguments.Jason Merrill5-56/+271
2016-12-21PR c++/42329 - deducing base template for template template argJason Merrill2-92/+85
2016-12-21Fix handling of explicit function template arguments with TTPs.Jason Merrill2-1/+4
2016-12-21Check that a partial specialization is more specialized.Jason Merrill2-0/+15
2016-12-21Fixes for P0127R2 implementation.Jason Merrill2-8/+18
2016-12-21Improve C++ debug_tree.Jason Merrill2-1/+9
2016-12-21PR c++/78767 - ICE with inherited constructor default argumentJason Merrill2-1/+8
2016-12-21PR c++/78749 - friend in anonymous namespaceJason Merrill2-0/+7
2016-12-16re PR c++/71694 (store-data race with bitfields and tail-padding in C++)Richard Biener3-0/+21
2016-12-15P0490R0 GB 20: decomposition declaration should commit to tuple interpretatio...Jakub Jelinek2-4/+26
2016-12-15re PR c++/77585 (g++ incorrectly decides that member function is called witho...Nathan Sidwell2-1/+26
2016-12-14PR c++/78774 - [6/7 Regression] ICE in constexpr string literals and templatesMartin Sebor2-3/+10
2016-12-14Split omp-low into multiple filesMartin Jambor3-24/+44
2016-12-14re PR c++/72775 (internal compiler error: in finish_expr_stmt, at cp/semantic...Marek Polacek2-0/+14
2016-12-14re PR c++/78701 (ICE: unexpected expression N of kind template_parm_index)Nathan Sidwell2-4/+12
2016-12-14re PR c++/69481 (ICE with C++11 alias using with templates)Nathan Sidwell2-6/+12
2016-12-13re PR c++/69481 (ICE with C++11 alias using with templates)Nathan Sidwell4-81/+100
2016-12-11re PR c++/78637 (ICE on invalid C++ code on x86_64-linux-gnu (internal compil...Paolo Carlini2-2/+8
2016-12-08re PR c++/78551 (Internal compiler error with constexpr initialization of union)Nathan Sidwell2-9/+60
2016-12-08P0003R5 - removal of dynamic exception specification from C++17Jakub Jelinek2-8/+27
2016-12-07Use dump_function_name rather than emit <built-in>Martin Jambor2-2/+10
2016-12-07pt.c (tsubst <{NON,}TYPE_ARGUMENT_PACK>): Simplify control flow and avoid re-...Nathan Sidwell2-15/+19
2016-12-07cp-tree.h (enum cp_tree_index): Add CPTI_AUTO_IDENTIFIER & CPTI_DECLTYPE_AUTO...Nathan Sidwell4-6/+24
2016-12-02re PR c++/78649 (ICE on invalid C++ code on x86_64-linux-gnu (internal compil...Jakub Jelinek2-1/+7
2016-12-02c-parser.c (c_parser_pragma): Error when PRAGMA_OACC_{ENTER_DATA...Cesar Philippidis2-18/+64
2016-12-02call.c (add_function_candidate): Also exclude inherited ctors that take a typ...Jason Merrill2-18/+8
2016-12-01call.c (add_function_candidate): Exclude inherited copy/move ctors.Jason Merrill2-0/+24
2016-12-01fix PR numberJason Merrill1-1/+1
2016-11-29spellcheck bugfixes: don't offer the goal string as a suggestionDavid Malcolm2-0/+12
2016-11-28re PR c++/72808 (ICE on valid c++ code in verify_type (gcc/tree.c:14047))Jakub Jelinek2-2/+13
2016-11-28re PR c++/77591 (decltype(auto) and ternary operator allow returning local re...Jakub Jelinek2-1/+7
2016-11-27PR c++/77907 - static init and PMFJason Merrill2-1/+6