aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2018-03-02* semantics.c (force_paren_expr): Remove redundant test.Jason Merrill2-2/+5
2018-03-02re PR c++/84664 (internal compiler error: in cp_perform_integral_promotions, ...Marek Polacek2-0/+6
2018-03-02re PR c++/84663 (internal compiler error: tree check: expected array_type, ha...Marek Polacek2-1/+6
2018-03-02re PR c++/84662 (internal compiler error: tree check: expected class 'type', ...Jakub Jelinek2-3/+14
2018-03-02Fix MIPS16 ICE.Jason Merrill2-1/+7
2018-03-02re PR c++/84590 (-fsanitize=undefined internal compiler error: tree check: ex...Marek Polacek2-1/+17
2018-03-01PR c++/84294 - attributes on a function template redeclaration silently disca...Martin Sebor2-35/+36
2018-03-01re PR c++/84582 (Rejected valid C++ code since r257961)Marek Polacek4-5/+21
2018-03-01[PR c++/84434] ICE with deduction guideNathan Sidwell2-46/+44
2018-03-01PR c++/71569 - decltype of template.Jason Merrill2-0/+12
2018-03-01re PR c++/84596 (internal compiler error: unexpected expression '(bool)c' of ...Marek Polacek4-3/+23
2018-03-01PR c++/71569 - ICE with redundant args on member variable template.Jason Merrill3-14/+26
2018-02-28PR c++/71784 - ICE with ref-qualifier and explicit specialization.Jason Merrill2-4/+21
2018-02-28re PR c++/84609 (internal compiler error: in cp_parser_abort_tentative_parse,...Jakub Jelinek2-13/+128
2018-02-28re PR c++/83871 (wrong code for attribute const and pure on distinct template...Jakub Jelinek2-16/+20
2018-02-28PR testsuite/84617 - new test cases g++.dg/ext/attr-const.C and g++.dg/ext/at...Martin Sebor2-0/+9
2018-02-28[PR c++/84602] ICE with anon-structNathan Sidwell3-20/+18
2018-02-28decl.c (cp_finish_decomp): Don't adjust eltscnt when calling inform_n.Jakub Jelinek2-4/+6
2018-02-27Avoid including <string> directly.Martin Sebor2-1/+5
2018-02-27PR c++/83871 - wrong code for attribute const and pure on distinct template s...Martin Sebor4-37/+205
2018-02-27PR c++/71546 - lambda init-capture with qualified-id.HÃ¥kon Sandsmark2-0/+12
2018-02-27[PR c++/84426] ICE after conflicting member declNathan Sidwell4-35/+57
2018-02-27* cp-tree.h: Adjust comment.Jason Merrill1-1/+1
2018-02-27PR c++/84489 - dependent default template argumentJason Merrill2-7/+19
2018-02-26PR c++/84560 - ICE capturing multi-dimensional VLA.Jason Merrill2-0/+6
2018-02-26PR c++/84441 - ICE with base initialized from ?:Jason Merrill2-0/+12
2018-02-26PR c++/84520 - ICE with generic lambda in NSDMI.Jason Merrill2-1/+8
2018-02-26PR c++/84559 - ICE with constexpr VLA.Jason Merrill2-0/+13
2018-02-26re PR c++/84558 (ICE with invalid constexpr constructor)Jakub Jelinek2-7/+13
2018-02-26re PR c++/84540 (ICE with alignas in variadic template)Paolo Carlini2-4/+9
2018-02-26re PR c++/84557 (ICE with invalid firstprivate variable)Jakub Jelinek2-2/+14
2018-02-26PR c++/84551 - ICE with concepts and -g.Jason Merrill2-0/+8
2018-02-26re PR c++/84325 (internal compiler error, in cxx_eval_constant_expression gcc...Marek Polacek2-1/+7
2018-02-26PR c++/84447 - ICE with deleted inherited ctor with default arg.Jason Merrill2-13/+14
2018-02-26re PR c++/84533 (ICE with duplicate enum value)Paolo Carlini2-0/+7
2018-02-26lambda.c (build_capture_proxy): Define static.Paolo Carlini3-2/+6
2018-02-26re PR c++/84537 (ICE in get_string, at spellcheck-tree.h)Marek Polacek2-0/+10
2018-02-26PR c++/84015 - ICE with class deduction and auto template parm.Jason Merrill2-1/+6
2018-02-24re PR c++/83692 (Rejects valid constexpr with unrelated code fixing problem)Marek Polacek4-6/+34
2018-02-23PR c++/70468 - ICE with constructor delegation via typedef.Jason Merrill2-0/+29
2018-02-22PR c++/84424 - ICE with constexpr and __builtin_shuffle.Jason Merrill2-1/+13
2018-02-22re PR c++/84493 (ICE with invalid cast)Marek Polacek2-1/+7
2018-02-21PR c++/84454 - ICE with pack expansion in signature.Jason Merrill2-1/+6
2018-02-20c++: Fix spurious fallthrough warning on breakSiddhesh Poyarekar2-0/+10
2018-02-20re PR c++/84446 (ICE with broken lambda)Paolo Carlini2-2/+8
2018-02-20re PR c++/84445 (ICE with __builtin_launder and virtual function)Jakub Jelinek2-1/+6
2018-02-20re PR c++/84449 (ICE with constexpr and deleted destructor)Jakub Jelinek2-1/+12
2018-02-20re PR c++/84455 (ICE in build_call_a at gcc/cp/call.c:389 during error report...Jakub Jelinek2-0/+12
2018-02-19PR c++/84429 - ICE capturing VLA.Jason Merrill2-3/+9
2018-02-19re PR c++/84448 (ICE with broken condition in parallel for loop)Jakub Jelinek2-6/+17