aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2017-03-27re PR target/80162 (ICE on invalid code (address of register variable))Jakub Jelinek3-4/+23
2017-03-24PR c++/77339 - ICE with invalid use of alias template.Jason Merrill2-2/+8
2017-03-24re PR c++/80119 (-Wmaybe-uninitialized wrongly flags the body of a short-circ...Marek Polacek2-0/+14
2017-03-23PR c++/80150 - ICE with overloaded variadic deduction.Jason Merrill2-3/+7
2017-03-23PR c++/77563 - missing ambiguous conversion error.Jason Merrill2-1/+6
2017-03-23c-tree.h: Remove a C_RID_YYCODE reference.Marek Polacek2-2/+5
2017-03-22re PR c++/80141 (ICE with pragma omp declare)Jakub Jelinek2-2/+9
2017-03-21re PR c++/77752 (ICE on C++ code on x86_64-linux-gnu (internal compiler error...Paolo Carlini2-0/+15
2017-03-21Fix CL.Marek Polacek1-1/+1
2017-03-21re PR c++/35878 ([LWG 2302] Useless NULL pointer check when constructing object)Jakub Jelinek2-4/+10
2017-03-21re PR c++/35878 ([LWG 2302] Useless NULL pointer check when constructing object)Ville Voutilainen2-1/+23
2017-03-20PR c++/80096 - ICE with C++17 non-type auto.Jason Merrill2-0/+9
2017-03-20PR c++/79519 - ICE with deleted template friend.Jason Merrill2-2/+6
2017-03-20PR c++/79640 - infinite recursion with generic lambda.Jason Merrill2-0/+9
2017-03-20PR c++/80059 - ICE with noexcept and __transaction_atomicMarek Polacek2-0/+8
2017-03-19PR c++/80084 - wrong C++17 decomposition by reference of parameter.Jason Merrill2-3/+4
2017-03-19PR c++/80077 - error with constexpr and -fno-elide-constructors.Jason Merrill2-2/+9
2017-03-17PR c++/78345 - ICE initializing array from lambda.Jason Merrill2-0/+21
2017-03-17PR c++/80073 - C++17 ICE with virtual base.Jason Merrill2-0/+8
2017-03-16* decl.c (start_enum): std::byte aliases anything.Jason Merrill2-0/+8
2017-03-16re PR c++/79797 (ICE with NSDMI, this pointer and constexpr)Jason Merrill2-2/+10
2017-03-15PR c++/80043 - ICE with -fpermissiveJason Merrill2-1/+12
2017-03-14PR c++/79393 DR 1658 workaroundNathan Sidwell2-16/+25
2017-03-13PR c++/79393 DR 1658 workaroundNathan Sidwell2-1/+23
2017-03-11Simplify uses of "%<%s%>" to "%qs" (PR translation/79848)David Malcolm2-3/+8
2017-03-10PR c++/79960 - alias templates and partial orderingJason Merrill3-9/+29
2017-03-10re PR c++/79967 (ICE on non-type template argument declared noreturn)Marek Polacek2-1/+7
2017-03-10re PR c++/79899 (ICE in ctor_omit_inherited_parms at gcc/cp/method.c:576 on A...Jakub Jelinek2-2/+6
2017-03-10re PR c++/79896 (ICE in gimplify_expr, at gimplify.c:11950 on non-int128 target)Jakub Jelinek3-3/+15
2017-03-09re PR c++/79687 (Wrong code with pointer-to-member)Marek Polacek2-0/+11
2017-03-09PR c++/79900 - ICE in strip_typedefsMarek Polacek2-18/+35
2017-03-08PR c++/79797 - ICE with self-reference in array DMI.Jason Merrill2-21/+44
2017-03-07re PR c/79834 (c/c-parser.c: make code more i18n-friendly)Jakub Jelinek2-26/+41
2017-03-06PR c++/79796 - ICE with NSDMI and this pointerMarek Polacek2-0/+9
2017-03-06re PR c++/79822 (ICE with void statement expression)Jakub Jelinek2-2/+9
2017-03-06Revert "Allow deduction guides to look into primary template."Jason Merrill5-57/+55
2017-03-05re PR c++/70266 (ICE on invalid code on x86_64-linux-gnu: unexpected expressi...Paolo Carlini2-0/+9
2017-03-04c.opt (Wnoexcept-type): New.Jason Merrill2-1/+4
2017-03-04Core issues 2273 and 2277Jason Merrill3-10/+25
2017-03-03re PR c++/79825 (Uninitialized uses in aggregate copies of empty structs (mis...Richard Biener2-0/+6
2017-03-03re PR c++/79791 (-Werror=write-strings ignored with -Wpedantic)Marek Polacek2-2/+7
2017-03-03Update overload resolution with deduction guides.Jason Merrill4-12/+56
2017-03-02Allow deduction guides to look into primary template.Jason Merrill5-50/+74
2017-03-02re PR c++/79782 (ICE: tree check: expected tree_list, have void_type in emit_...Jakub Jelinek2-2/+19
2017-03-01Class template argument deduction in new-expressionJason Merrill5-10/+53
2017-03-01re PR c++/79746 (Confusing -Wunused-but-set-parameter warning with virtual in...Jakub Jelinek2-0/+13
2017-02-28Class template argument deduction refinementsJason Merrill4-152/+194
2017-02-28i386.c: Include intl.h.Jakub Jelinek5-16/+33
2017-02-27PR c++/71568 - SFINAE forming pointer to member functionJason Merrill2-10/+21
2017-02-27* decl.c (expand_static_init): Add missing } in a comment.Marek Polacek2-0/+5