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