aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg
AgeCommit message (Expand)AuthorFilesLines
2016-06-25re PR tree-optimization/71643 (internal compiler error: in redirect_eh_edge_1...Jakub Jelinek1-0/+20
2016-06-24vect-nb-iter-ub-1.c: Remove default vector testsuite compile flags.Uros Bizjak1-1/+2
2016-06-24call.c (magic_varargs_p): Return 3 for __builtin_*_overflow_p.Jakub Jelinek1-0/+53
2016-06-24internal-fn.c (expand_arith_set_overflow): New function.Jakub Jelinek1-3/+3
2016-06-23pr33834_2.cc: Use dg-additional-options instead of dg-options and remove defa...Uros Bizjak5-5/+5
2016-06-23re PR tree-optimization/71488 (Wrong code for vector comparisons with ivybrid...Uros Bizjak1-2/+2
2016-06-23Run profile feedback tests with autofdoAndi Kleen2-0/+16
2016-06-22re PR tree-optimization/71488 (Wrong code for vector comparisons with ivybrid...Ilya Enkovich1-0/+24
2016-06-21Fix constraint satisfaction in uninstantiated template.Jason Merrill1-0/+15
2016-06-20Clear executable property mistakenly added to pr71571.C.Hans-Peter Nilsson1-0/+0
2016-06-20re PR target/71571 ([CRIS] Multiple inheritance non-virtual PIC thunk causes ...David B. Robins1-0/+43
2016-06-20C++ FE: Show both locations in string literal concatenation errorDavid Malcolm1-0/+23
2016-06-17decl.c (validate_constexpr_redeclaration): Change pair of errors to error + i...Paolo Carlini1-4/+4
2016-06-17decl.c (grokfndecl): Change pair of errors to error + inform.Paolo Carlini1-1/+1
2016-06-17PR c++/71209 - wrong error with dependent baseJason Merrill1-0/+10
2016-06-16pr36648.cc: Disable cunrolliJan Hubicka1-0/+1
2016-06-15* g++.dg/cpp0x/ref-qual17.C: New test.Jakub Jelinek1-0/+12
2016-06-15re PR tree-optimization/71483 (g++ ICE at -O3 on valid code on x86_64-linux-g...Alan Hayward1-0/+11
2016-06-15re PR c++/70202 (ICE on invalid code on x86_64-linux-gnu in build_simple_base...Paolo Carlini5-4/+47
2016-06-14P0145R2: Refining Expression Order for C++.Jason Merrill3-0/+186
2016-06-14re PR c++/71528 (multiple extern reference declarations produce uninitialized...Jakub Jelinek1-0/+23
2016-06-14re PR c++/71516 (ICE on invalid C++ code (invalid use of forward declared typ...Jakub Jelinek1-0/+10
2016-06-14typeck2.c (digest_init_r): Use EXPR_LOC_OR_LOC on init.Paolo Carlini1-0/+3
2016-06-13re PR middle-end/71476 (ICE in gimplify_switch_expr with -Wswitch-unreachable)Marek Polacek1-2/+2
2016-06-09re PR c++/71465 (ICE on invalid C++ code (with duplicate base) on x86_64-linu...Paolo Carlini2-12/+8
2016-06-09Add edge predictions pruningMartin Liska3-6/+6
2016-06-08decl.c (maybe_deduce_size_from_array_init): Use DECL_SOURCE_LOCATION in error...Paolo Carlini11-9/+14
2016-06-08re PR c++/70507 (integer overflow builtins not constant expressions)Martin Sebor3-0/+452
2016-06-08re PR c++/71442 (r232569 breaks -Wunused-*)Jakub Jelinek1-0/+37
2016-06-08re PR c++/71448 (pointer relational comparison fails inside constant expression)Jakub Jelinek1-0/+27
2016-06-08re PR debug/71432 (-fcompare-debug failure (length))Bernd Schmidt1-0/+140
2016-06-06re PR target/71281 (ICE on gcc trunk on knl, wsm, ivb and bdw targets (tree-s...Kugan Vivekanandarajah1-0/+63
2016-06-06re PR c++/70847 (exponential time in cp_fold for chained virtual function calls)Jakub Jelinek3-0/+36
2016-06-06re PR target/71389 (ICE on trunk gcc on ivybridge target (df_refs_verify))Uros Bizjak1-0/+23
2016-06-05re PR c++/49377 (Template specialization attributes cause type mismatches whe...Paolo Carlini1-0/+16
2016-06-04re PR tree-optimization/71405 (ICE on valid C++ code at -Os and above on x86_...Jakub Jelinek1-0/+22
2016-06-04re PR c++/70202 (ICE on invalid code on x86_64-linux-gnu in build_simple_base...Paolo Carlini2-3/+13
2016-06-03re PR c++/27100 (ICE with multiple friend declarations)Patrick Palka1-0/+15
2016-06-03rs6000-c.c (c/c-tree.h): Add #include.Bill Schmidt1-0/+18
2016-06-03pred-1.C: New testcaseJan Hubicka1-0/+15
2016-06-03re PR middle-end/71387 (ICE in emit_move_insn, at expr.c:3418 with -Og)Jakub Jelinek1-0/+52
2016-06-02decl.c (xref_tag_1): Change pairs of errors to error + inform.Paolo Carlini9-16/+16
2016-06-01re PR c++/66635 (g++ ICE when compiling constexpr code with comma operator)Paolo Carlini1-0/+14
2016-05-31predict-lop-exit-1.C: Update template for new predictor name.Jan Hubicka3-0/+3
2016-05-31PR c++/60095 - partial specialization of variable templatesJason Merrill4-1/+53
2016-05-31PR c++/71227 - specializing hidden friendJason Merrill1-0/+16
2016-05-31re PR c++/71248 (crash on in-class initializer of array of pointer to member)Paolo Carlini6-6/+21
2016-05-31gimplify.c (gimplify_switch_expr): Also handle GIMPLE_TRY.Marek Polacek1-0/+34
2016-05-30PR c++/71306 - bogus -Wplacement-new with an array elementMartin Sebor1-0/+40
2016-05-30re PR c++/71238 (Undeclared function message imprecisely points to error column)Paolo Carlini17-21/+27