aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp
AgeCommit message (Expand)AuthorFilesLines
2018-01-31re PR c++/83993 (ICE: constant not recomputed when ADDR_EXPR changed)Jason Merrill2-2/+14
2018-01-31re PR c++/83993 (ICE: constant not recomputed when ADDR_EXPR changed)Jakub Jelinek2-5/+30
2018-01-31re PR c++/84092 (ICE on C++14 code with variable template: in build_qualified...Paolo Carlini2-6/+12
2018-01-31re PR c++/84138 (ICE folding broken constant)Marek Polacek2-0/+7
2018-01-30PR c++/84091 - ICE with local class in lambda in template.Jason Merrill2-0/+14
2018-01-30PR c++/84098 - ICE with lambda in template NSDMI.Jason Merrill2-4/+13
2018-01-29PR c++/68810 - wrong location for reinterpret_cast error.Jason Merrill2-0/+11
2018-01-29re PR c++/83996 (ICE with zero-sized array)Marek Polacek2-5/+17
2018-01-29PR c++/83942 - wrong unused warning with static_cast.Jason Merrill2-1/+9
2018-01-26PR c++/83956 - wrong dtor error with anonymous unionJason Merrill2-1/+15
2018-01-26PR c++/84036 - ICE with variadic capture.Jason Merrill2-0/+11
2018-01-26PR c++/82514 - ICE with local class in generic lambda.Jason Merrill3-23/+37
2018-01-25re PR c++/84031 (structured binding unpacks nameless padding bitfields)Jakub Jelinek2-7/+17
2018-01-24PR c++/82249 - wrong mismatched pack length error.Jason Merrill2-3/+24
2018-01-24re PR c++/83921 (GCC rejects constexpr initialization of empty aggregate.)Paolo Carlini4-26/+53
2018-01-23PR c++/83947 - ICE with auto declarations.Jason Merrill3-3/+15
2018-01-23C++: Fix ICE in fold_for_warn on CAST_EXPR (PR c++/83974)David Malcolm2-4/+6
2018-01-23re PR sanitizer/83987 (ICE with OpenMP, sanitizer and virtual bases)Jakub Jelinek2-0/+16
2018-01-23[PR c++/839888] Baselink tsubst ICENathan Sidwell3-5/+9
2018-01-23re PR c++/83958 (ICE: Segmentation fault (in find_decomp_class_base))Jakub Jelinek2-0/+12
2018-01-23[C++ PATCH] Deprecate ARM-era for scopesNathan Sidwell4-28/+43
2018-01-22PR c++/83720 - different fixJason Merrill2-6/+9
2018-01-22PR c++/83720 - ICE with lambda and LTO.Jason Merrill2-6/+14
2018-01-22re PR c++/81933 (Invalid "constexpr call flows off the end of the function" e...Marek Polacek2-1/+11
2018-01-22re PR c++/83895 (-Wparentheses warns about pointer-to-member typedefs)Ville Voutilainen2-0/+8
2018-01-19re PR c++/81167 (ICE on valid C++ code in deferred_printed_type, at cp/error....Jakub Jelinek2-1/+5
2018-01-19re PR c++/83919 (spurious -Wignored-qualifiers warning)Jakub Jelinek3-0/+9
2018-01-19* constexpr.c (fold_simple): Simplify.Marek Polacek2-6/+9
2018-01-18Fix template/inherit4.C.Jason Merrill3-0/+17
2018-01-18cp-tree.h: Fix comment typo (DECL_NON_TRIVIALLY_INITIALIZED_P vs...Paolo Carlini2-1/+6
2018-01-18PR c++/82461 - constexpr list-initialized memberJason Merrill2-1/+8
2018-01-18re PR c++/81013 (ICE with invalid union in class hierarchy)Paolo Carlini2-1/+10
2018-01-18PR c++/83160] local ref to captureNathan Sidwell4-3/+24
2018-01-18re PR c++/83824 (ICE on invalid C++ code with alignas: in chainon, at tree.c:...Jakub Jelinek2-32/+63
2018-01-17re PR c++/78344 (ICE on invalid c++ code on x86_64-linux-gnu (internal compil...Paolo Carlini2-3/+15
2018-01-17re PR c++/83897 (Useless __builtin_unreachable () emitted by the C++ FE)Jakub Jelinek2-0/+7
2018-01-17re PR c++/81054 (ICE with volatile variable in constexpr function)Paolo Carlini3-4/+17
2018-01-17[C++/83287] Another overload lookup iceNathan Sidwell2-1/+11
2018-01-17C++: Fix crash in warn_for_memset within templates (PR c++/83814)David Malcolm2-0/+22
2018-01-17PR c++/81067 - redundant NULL warning.Jason Merrill2-0/+11
2018-01-17PR c++/81843 - ICE with variadic member template.Jason Merrill2-0/+10
2018-01-17Fix failure building LLVM with location wrapper nodes (PR c++/83799)David Malcolm2-0/+46
2018-01-17[C++/83739] bogus error tsubsting range for in generic lambdaNathan Sidwell2-11/+31
2018-01-16PR c++/83714 - ICE checking return in template.Jason Merrill2-0/+8
2018-01-16re PR c++/83817 (internal compiler error: tree check: expected call_expr, hav...Jakub Jelinek2-1/+9
2018-01-16re PR c++/83825 (ICE on invalid C++ code with shadowed identifiers: in operat...Jakub Jelinek2-6/+14
2018-01-15PR c++/83588 - struct with two flexible arrays causes an internal compiler errorMartin Sebor2-2/+11
2018-01-12PR c++/83186 - ICE with static_cast of list-initialized temporary.Jason Merrill2-0/+7
2018-01-12[C++ PATCH] some reformattingNathan Sidwell4-21/+29
2018-01-11PR c++/82728 - wrong -Wunused-but-set-variableJason Merrill4-3/+22