aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-30re PR c++/71099 (Misleading diagnostic message with 'virtual' used in out-of-...Paolo Carlini1-0/+33
2016-05-29re PR c++/71105 (lambdas with default captures improperly have function point...Paolo Carlini3-0/+46
2016-05-28Revert the attempted fix for c++/69855, it breaks bootstrap.Ville Voutilainen1-44/+0
2016-05-27re PR c++/60385 (confused by earlier errors, bailing out)Paolo Carlini1-0/+11
2016-05-27re PR c++/69855 (Missing diagnostic for overload that only differs by return ...Ville Voutilainen1-0/+44
2016-05-27re PR middle-end/71308 (ICE (segfault) in in gimple_fold_call gimple-fold.c:3...Marek Polacek1-0/+18
2016-05-26Fix PR c++/70822 (bogus error with parenthesized SCOPE_REF)Patrick Palka2-0/+47
2016-05-25PR c++/71173 - wrong qualified lookupJason Merrill2-0/+15
2016-05-25re PR c++/55992 (constexpr static member function not recognised in templated...Paolo Carlini2-0/+33
2016-05-24* g++.dg/pr65295.C: Use target c++14.Marek Polacek1-1/+1
2016-05-24c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POI...Cesar Philippidis1-0/+39
2016-05-24lambda-generic-static1.C: Use target c++14.Paolo Carlini2-2/+2
2016-05-24re PR c++/50436 (Crash or hang on invalid template code)Paolo Carlini2-0/+40
2016-05-24PR c++/71147 - [6 Regression] Flexible array member wrongly rejected in templateMartin Sebor1-0/+37
2016-05-24re PR c++/69872 (-Wnarrowing note without warning/errror)Paolo Carlini1-0/+7
2016-05-24re PR c++/71257 (OpenMP declare simd linear with ref modifier doesn't accept ...Jakub Jelinek2-0/+80
2016-05-24re PR tree-optimization/71230 (ICE : in zero_one_operation, at tree-ssa-reass...Richard Biener1-0/+31
2016-05-24Tighten syntax checking for OpenACC routine construct in CThomas Schwinge1-6/+0
2016-05-23PR c++/70344 - ICE with recursive constexprJason Merrill1-0/+1
2016-05-23PR c++/70584 - error with parenthesized builtin argJason Merrill1-0/+12
2016-05-23PR c++/70735 - generic lambda and local static variableJason Merrill2-0/+32
2016-05-23re PR c++/70972 (Inheriting constructors taking parameters by value should mo...Paolo Carlini2-0/+35
2016-05-23re PR c++/69095 (internal compiler error: in dependent_type_p, at cp/pt.c:19399)Paolo Carlini1-0/+18
2016-05-23pt.c (check_for_bare_parameter_packs): Improve error message location for exp...Paolo Carlini4-4/+4
2016-05-23re PR c/49859 (gcc could warn about statements between "switch" and first "ca...Marek Polacek10-18/+20