aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2017-01-20PR c++/78495 - wrong code inherited ctor and invisi-ref parmNathan Sidwell2-9/+6
2017-01-20C++: fix fix-it hints for misspellings within explicit namespacesDavid Malcolm6-14/+80
2017-01-20re PR c/64279 (Warning missing for "(cond) ? A : A" / if(cond) expr1; else ex...Marek Polacek3-1/+16
2017-01-19US 20 - forwarding references and class template argument deductionJason Merrill3-5/+36
2017-01-19US 19 - deduction guides and constructorsJason Merrill3-2/+22
2017-01-19Array decomposition fix.Jason Merrill2-8/+11
2017-01-19PR c++/79130 - decomposition and direct-initializationJason Merrill3-23/+40
2017-01-18PR c++/68666 - member variable template-idJason Merrill4-2/+14
2017-01-18re PR c++/78488 (P0136R1 ICE when building call to inherited default construc...Nathan Sidwell2-0/+7
2017-01-18fix dateJason Merrill1-1/+1
2017-01-18PR c++/78894 - ICE with class deduction and default argJason Merrill2-0/+13
2017-01-18PR c++/77489 -- Reorganize abi warning checkMarkus Trippelsdorf2-2/+8
2017-01-18cp-tree.h: Clarify exception spec node comment.Nathan Sidwell3-8/+14
2017-01-18re PR c++/79091 (ICE in write_unnamed_type)Nathan Sidwell2-8/+13
2017-01-18Fix PR70182 -- missing "on" in mangling of unresolved operatorsMarkus Trippelsdorf2-0/+11
2017-01-18Fix PR77489 -- mangling of discriminator >= 1Markus Trippelsdorf2-1/+15
2017-01-17re PR c++/61636 (generic lambda: segfault / "cannot call member function with...Nathan Sidwell5-25/+95
2017-01-17re PR c++/70565 (ICE at gimplify.c:8832 (cilkplus array extension))Aldy Hernandez2-0/+10
2017-01-11PR c++/78337 - ICE on invalid with generic lambdaJason Merrill2-4/+15
2017-01-11re PR c++/77812 (incorrectly rejects valid C++ code that uses enum in templat...Nathan Sidwell2-1/+12
2017-01-11* name-lookup.c (push_overloaded_decl_1): Refactor OVERLOAD creation.Nathan Sidwell2-2/+8
2017-01-11re PR c++/78341 (ICE on invalid C++ code on x86_64-linux-gnu (internal compi...Jakub Jelinek2-5/+5
2017-01-11re PR c++/72813 (atomic header cannot be compiled into translation unit with ...Jakub Jelinek2-0/+8
2017-01-10Fix issues with unrepresentable column numbers (PR c++/77949)David Malcolm2-1/+11
2017-01-10FI 20, decomposition declaration with parenthesized initializer.Jason Merrill2-15/+12
2017-01-09Implement P0195R2, C++17 variadic using.Jason Merrill5-13/+80
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek3-5/+13
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