aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Update ChangeLog and version files for releasereleases/gcc-5.5.0releases/gcc-5GCC Administrator1-0/+4
2017-09-18PR c++/80294 - ICE with constexpr and inheritance.Jason Merrill1-0/+6
2017-09-18PR c++/79607 - ICE with T{} initializerJason Merrill1-0/+3
2017-09-18PR c++/72457 - ICE with list-value-initialized base.Jason Merrill1-0/+5
2017-09-18PR c++/55922 - list-value-initialization of baseJason Merrill1-0/+6
2017-09-16backport: re PR c++/80984 (ICE with label/variable ambiguity)Jakub Jelinek1-0/+7
2017-09-16backport: re PR c++/81154 (OpenMP with shared variable in a template class cr...Jakub Jelinek1-0/+10
2017-06-08re PR c/81006 (ICE with zero-size array and #pragma omp task depend)Jakub Jelinek1-0/+6
2017-05-30backport: re PR c++/80363 (#'vec_cond_expr' not supported by dump_expr#<expre...Jakub Jelinek1-0/+5
2017-05-30backport: re PR c++/80176 (cannot bind reference to static member function us...Jakub Jelinek1-0/+7
2017-05-30backport: re PR c++/80141 (ICE with pragma omp declare)Jakub Jelinek1-0/+7
2017-05-30backport: re PR c++/79896 (ICE in gimplify_expr, at gimplify.c:11950 on non-i...Jakub Jelinek1-0/+8
2017-05-30backport: re PR c++/79664 (ICE with #pragma omp parallel in constexpr function)Jakub Jelinek1-0/+8
2017-05-30backport: re PR c++/79512 (ICE: Segfault in gimple_build_call_1, at gimple.c:...Jakub Jelinek1-0/+6
2017-05-30backport: re PR c++/78341 (ICE on invalid C++ code on x86_64-linux-gnu (inte...Jakub Jelinek1-0/+6
2017-05-30backport: re PR c++/78949 (incorrect "unused variable" warning with SSE2)Jakub Jelinek1-0/+6
2017-05-30backport: re PR c++/78649 (ICE on invalid C++ code on x86_64-linux-gnu (inter...Jakub Jelinek1-0/+6
2017-05-30backport: re PR c++/77739 (internal compiler error: in create_tmp_var, at gim...Jakub Jelinek1-0/+13
2017-05-30backport: re PR c++/77285 (extern thread_local linkage)Jakub Jelinek1-0/+6
2017-05-30backport: re PR c++/78089 (__builtin_shuffle parsing bug)Jakub Jelinek1-0/+7
2017-05-30backport: re PR c++/77467 (Segmentation fault with switch statement in conste...Jakub Jelinek1-0/+23
2017-05-30backport: re PR c++/77722 (-fsanitize=undefined doesn't give runtime error in...Jakub Jelinek1-0/+7
2017-05-30backport: re PR c++/77637 (ICE on x86_64-linux-gnu (Segmentation fault, tree_...Jakub Jelinek1-0/+6
2017-05-30backport: re PR c++/77375 (constant object with mutable subobject allocated i...Jakub Jelinek1-0/+6
2017-05-30backport: re PR c++/72868 (Constexpr expressions mistreat case ranges)Jakub Jelinek1-0/+8
2017-01-12re PR c++/77812 (incorrectly rejects valid C++ code that uses enum in templat...Nathan Sidwell1-0/+6
2016-12-08re PR c++/78551 (Internal compiler error with constexpr initialization of union)Nathan Sidwell1-0/+8
2016-08-05re PR c++/68724 (ice in unify, at cp/pt.c:19902)Nathan Sidwell1-0/+5
2016-07-26PR c++/71833 - member template with two parameter packsJason Merrill1-0/+6
2016-07-21PR c++/69223 - ICE with deduced template return type.Jason Merrill1-0/+4
2016-07-21PR c++/71630 - extern variable templateJason Merrill1-0/+4
2016-07-21PR c++/71913 - missing copy elision with new.Jason Merrill1-0/+6
2016-07-20re PR c++/71909 (g++ accepts an unreachable function catch block that lacks a...Jakub Jelinek1-0/+7
2016-07-19backport: re PR c++/71871 (ICE on mixing templates and vector extensions tern...Jakub Jelinek1-0/+8
2016-07-07backport: re PR c++/71528 (multiple extern reference declarations produce uni...Jakub Jelinek1-0/+4
2016-07-07backport: re PR c++/71516 (ICE on invalid C++ code (invalid use of forward de...Jakub Jelinek1-0/+8
2016-06-08re PR c++/71442 (r232569 breaks -Wunused-*)Jakub Jelinek1-0/+5
2016-06-03Update ChangeLog and version files for releasereleases/gcc-5.4.0Richard Biener1-0/+4
2016-05-23Backport PRs 68142, 69634, 69845, 70347Richard Biener1-0/+9
2016-05-20re PR c++/70466 ([ICE on invalid code in tree check: expected constructor, ha...Paolo Carlini1-0/+6
2016-05-18PR c++/70505 - partial instantiation of template-idJason Merrill1-0/+4
2016-05-18PR c++/70494 - lambda capture of arrayJason Merrill1-0/+4
2016-05-18PR c++/70648 - constexpr empty list-initializationJason Merrill1-0/+4
2016-05-18PR c++/70353 - __func__ and constexprJason Merrill1-0/+4
2016-05-18PR c++/70095 - variable template partial specializationJason Merrill1-0/+5
2016-05-18Fix constexpr handling of SAVE_EXPR in loops.Jason Merrill1-0/+9
2016-05-18* method.c (synthesized_method_walk): operator= can also be constexpr.Jason Merrill1-0/+4
2016-05-03re PR c++/70635 (ICE on (and rejects) valid code on x86_64-linux-gnu: Segment...Paolo Carlini1-0/+6
2016-04-18re PR c/70297 (GCC Segfaults when using -g3)Marek Polacek1-0/+8
2016-04-18backport: decl.c (duplicate_decls): When combining typedefs, remove the new t...Marek Polacek1-0/+8