aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja
AgeCommit message (Expand)AuthorFilesLines
2018-05-23CWG 616, 1213 - value category of subobject references.Jason Merrill1-1/+1
2018-05-21re PR c++/84588 (internal compiler error: Segmentation fault (contains_struct...Paolo Carlini1-3/+2
2018-05-18PR c++/58407 - deprecated implicit copy ops.Jason Merrill1-1/+1
2018-05-03[C++ Patch] Kill -ffriend-injectionNathan Sidwell2-37/+0
2018-03-27search.c (check_final_overrider): Use inform instead of error for the diagnos...Volker Reichelt4-12/+12
2018-03-23[PR c++/84729] reject parenthesized array initAlexandre Oliva3-6/+6
2018-03-21Deprecate some C++ extensionsNathan Sidwell1-1/+1
2018-02-16[C++ PATCH] Deprecate -ffriend-injectionNathan Sidwell1-2/+2
2018-02-16[C++ PATCH] Deprecate -ffriend-injectionNathan Sidwell2-4/+8
2018-01-12Add dg-require-effective-target alloca for c++ test-casesTom de Vries7-0/+7
2018-01-03Update copyright years.Jakub Jelinek3-3/+3
2017-12-29namedret1.C (f): Return a value.Uros Bizjak1-1/+1
2017-12-15[PR C++/59930] template friend classes & default argsNathan Sidwell2-24/+5
2017-11-21re PR c++/83045 (-Wreturn-type regression in C++)Jakub Jelinek2-2/+2
2017-11-08Fix -Wreturn-type fallout in g++.old-deja/g++.brendan/asm-extn1.CRainer Orth1-2/+2
2017-11-06Fix -Wreturn-type fallout.Martin Liska1-0/+2
2017-11-06Fix test-suite fallout of default -Wreturn-type.Martin Liska68-18/+100
2017-10-30[C++ PATCH] operator name cleanup prepatchNathan Sidwell1-1/+1
2017-10-24re PR c++/82466 (Missing warning for re-declaration of built-in function as v...Paolo Carlini1-1/+1
2017-10-12PR c/82301 - Updated test case g++.dg/ext/attr-ifunc-1.C (and others) in r253...Martin Sebor1-1/+1
2017-10-10[C++ PATCH] hash-table for extern-c fns.Nathan Sidwell1-1/+1
2017-10-10Check non-dependent conversion in return from template fn.Jason Merrill1-2/+2
2017-09-28Use -Wno-deprecated for std::uncaught_exception tests.Jason Merrill1-1/+1
2017-09-19pr31146-2.C: Only do scan-tree-dump for c++14_down.Jakub Jelinek1-1/+2
2017-09-19PR c/81854 - weak alias of an incompatible symbol acceptedMartin Sebor1-2/+3
2017-09-15re PR c++/64644 ("warning: anonymous union with no members" should be an erro...Manuel López-Ibáñez2-2/+2
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek15-25/+25
2017-07-21Remove TYPE_METHODS.Nathan Sidwell1-2/+2
2017-07-13900520_03.C: Limit error to c++14_down.Jason Merrill2-3/+3
2017-06-30cp-tree.h (lookup_fnfields_1, [...]): Don't declare.Nathan Sidwell5-19/+22
2017-06-29class.c (add_method): Change pair of errors to error + inform.Paolo Carlini5-10/+10
2017-06-19re PR c++/81124 (internal compiler error: in operator*, at cp/cp-tree.h:726)Nathan Sidwell1-2/+2
2017-06-19badalloc1.C: Remove code path for -DSTACK_SIZE.Christophe Lyon1-8/+0
2017-06-17Get rid of dg-skip-if etc. default argsRainer Orth13-13/+13
2017-06-10Add effective target stack_sizeTom de Vries1-0/+1
2017-05-24friend.c (do_friend): Remove check for existing decl.Nathan Sidwell1-2/+2
2017-05-24PR c/80731 - poor -Woverflow warningsMartin Sebor1-1/+1
2017-04-28Remove superfluous "" in dg-(error|warning|message|bogus)Tom de Vries2-5/+5
2017-04-19Use relative line number for subsequent dg directivesTom de Vries50-67/+67
2017-04-16Remove braces around line number in dejagnu directiveTom de Vries1-1/+1
2017-04-03Fix numerous typos in commentsJonathan Wakely1-1/+1
2017-01-28re PR testsuite/70583 (FAIL: g++.old-deja/g++.abi/vtable2.C -std=gnu++98 exe...John David Anglin1-1/+15
2017-01-01Update copyright years.Jakub Jelinek3-3/+3
2016-12-21Implement P0522R0, matching of template template arguments.Jason Merrill2-1/+10
2016-12-08P0003R5 - removal of dynamic exception specification from C++17Jakub Jelinek24-36/+103
2016-11-30new1.C: XFAIL on AIX.David Edelsohn1-0/+1
2016-11-21re PR c++/71973 (c++ handles built-in functions inconsistently)Bernd Edlinger3-3/+5
2016-11-13Improve various diagnostic issues.Jason Merrill1-1/+1
2016-11-13DR 374 - specialization in outer namespaceJason Merrill3-5/+5
2016-11-09Fix C++17 template placeholder for template template parm.Jason Merrill1-1/+1