ident-0b.c: Also skip on 32-bit hppa*-*-hpux*.
[gcc.git] / gcc / testsuite / g++.old-deja /
2019-02-20 Jason Merrill* g++.old-deja/g++.robertl/eb92.C: Handle warning as...
2019-02-18 Jason MerrillImprove diagnostic for redundant template arguments...
2019-02-17 Marek Polacek* g++.old-deja/g++.robertl/eb82.C: Tweak dg-error.
2019-02-11 Martin SeborPR c++/87996 - size of array is negative error when...
2019-01-16 Paolo Carlinidecl.c (grokdeclarator): Use locations[ds_storage_class...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-19 David MalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-12-04 Jakub Jelinektypename1.C: Don't expect any diagnostics for C++2a.
2018-11-29 Paolo Carlinidecl.c (compute_array_index_type_loc): New, like the...
2018-11-01 Martin LiskaMake __PRETTY_FUNCTION__-like functions mergeable strin...
2018-10-29 David MalcolmC++: simplify output from suggest_alternatives_for
2018-10-29 Paolo Carlinidecl.c (create_array_type_for_decl): Add location_t...
2018-10-11 Nathan Sidwell[C++ PATCH] parser simplification
2018-09-20 Marek PolacekAdd -Wclass-conversion.
2018-09-12 David MalcolmC++: special-case single non-viable candidate (more...
2018-08-09 Paolo Carlinip784.C: Add -fpermissive.
2018-07-19 Paolo Carlinirevert: [multiple changes]
2018-07-19 Paolo Carlinip784.C: Add -fpermissive.
2018-07-18 Paolo Carlinire PR c++/59480 (Missing error diagnostic: friend decla...
2018-07-09 Paolo Carlinidecl.c (grokdeclarator): Use rich_location::add_range...
2018-07-03 Paolo Carlinidecl.c (min_location): New.
2018-06-27 Jason MerrillAvoid crash on friend in nested class template.
2018-06-12 Paolo Carlinidecl2.c (coerce_new_type, [...]): Add location_t parame...
2018-06-11 Paolo Carlinidecl.c (grok_op_properties): Consistently use the locat...
2018-06-10 Paolo Carlinidecl.c (grokfndecl): Use the location_t argument in...
2018-05-29 Jason MerrillPR c++/67445 - returning temporary initializer_list.
2018-05-23 Jason MerrillCWG 616, 1213 - value category of subobject references.
2018-05-21 Paolo Carlinire PR c++/84588 (internal compiler error: Segmentation...
2018-05-18 Jason MerrillPR c++/58407 - deprecated implicit copy ops.
2018-05-03 Nathan Sidwell[C++ Patch] Kill -ffriend-injection
2018-03-27 Volker Reicheltsearch.c (check_final_overrider): Use inform instead...
2018-03-23 Alexandre Oliva[PR c++/84729] reject parenthesized array init
2018-03-21 Nathan SidwellDeprecate some C++ extensions
2018-02-16 Nathan Sidwell[C++ PATCH] Deprecate -ffriend-injection
2018-02-16 Nathan Sidwell[C++ PATCH] Deprecate -ffriend-injection
2018-01-12 Tom de VriesAdd dg-require-effective-target alloca for c++ test...
2018-01-03 Jakub JelinekUpdate copyright years.
2017-12-29 Uros Bizjaknamedret1.C (f): Return a value.
2017-12-15 Nathan Sidwell[PR C++/59930] template friend classes & default args
2017-11-21 Jakub Jelinekre PR c++/83045 (-Wreturn-type regression in C++)
2017-11-08 Rainer OrthFix -Wreturn-type fallout in g++.old-deja/g++.brendan...
2017-11-06 Martin LiskaFix -Wreturn-type fallout.
2017-11-06 Martin LiskaFix test-suite fallout of default -Wreturn-type.
2017-10-30 Nathan Sidwell[C++ PATCH] operator name cleanup prepatch
2017-10-24 Paolo Carlinire PR c++/82466 (Missing warning for re-declaration...
2017-10-12 Martin SeborPR c/82301 - Updated test case g++.dg/ext/attr-ifunc...
2017-10-10 Nathan Sidwell[C++ PATCH] hash-table for extern-c fns.
2017-10-10 Jason MerrillCheck non-dependent conversion in return from template fn.
2017-09-28 Jason MerrillUse -Wno-deprecated for std::uncaught_exception tests.
2017-09-19 Jakub Jelinekpr31146-2.C: Only do scan-tree-dump for c++14_down.
2017-09-19 Martin SeborPR c/81854 - weak alias of an incompatible symbol accepted
2017-09-15 Manuel López-Ibáñezre PR c++/64644 ("warning: anonymous union with no...
2017-09-15 Jakub Jelinekinvoke.texi: Document -std=c++17 and -std=gnu++17 and...
2017-07-21 Nathan SidwellRemove TYPE_METHODS.
2017-07-13 Jason Merrill900520_03.C: Limit error to c++14_down.
2017-06-30 Nathan Sidwellcp-tree.h (lookup_fnfields_1, [...]): Don't declare.
2017-06-29 Paolo Carliniclass.c (add_method): Change pair of errors to error...
2017-06-19 Nathan Sidwellre PR c++/81124 (internal compiler error: in operator...
2017-06-19 Christophe Lyonbadalloc1.C: Remove code path for -DSTACK_SIZE.
2017-06-17 Rainer OrthGet rid of dg-skip-if etc. default args
2017-06-10 Tom de VriesAdd effective target stack_size
2017-05-24 Nathan Sidwellfriend.c (do_friend): Remove check for existing decl.
2017-05-24 Martin SeborPR c/80731 - poor -Woverflow warnings
2017-04-28 Tom de VriesRemove superfluous "" in dg-(error|warning|message...
2017-04-19 Tom de VriesUse relative line number for subsequent dg directives
2017-04-16 Tom de VriesRemove braces around line number in dejagnu directive
2017-04-03 Jonathan WakelyFix numerous typos in comments
2017-01-28 John David Anglinre PR testsuite/70583 (FAIL: g++.old-deja/g++.abi/vtabl...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-21 Jason MerrillImplement P0522R0, matching of template template arguments.
2016-12-08 Jakub JelinekP0003R5 - removal of dynamic exception specification...
2016-11-30 David Edelsohnnew1.C: XFAIL on AIX.
2016-11-21 Bernd Edlingerre PR c++/71973 (c++ handles built-in functions inconsi...
2016-11-14 Jason MerrillImprove various diagnostic issues.
2016-11-13 Jason MerrillDR 374 - specialization in outer namespace
2016-11-09 Jason MerrillFix C++17 template placeholder for template template...
2016-11-07 Jason MerrillImplement P0012R1, Make exception specifications part...
2016-11-04 Bernd Edlingerre PR c++/71973 (c++ handles built-in functions inconsi...
2016-10-13 Jason MerrillImplement P0386R2 - C++17 inline variables
2016-10-06 Jason MerrillC++17 copy elision improvements.
2016-10-04 Jason MerrillImplement P0091R2, Template argument deduction for...
2016-10-04 Jakub Jelinekextend.texi (Java Exceptions): Remove.
2016-10-02 Jakub Jelinekasm3.C (two): Only use register keyword for C++14 and...
2016-09-23 Marek Polacekatomic-12.c: Skip for C++1z.
2016-09-20 Maxim Ostapenkore PR testsuite/63299 (ASan reported alloc-dealloc...
2016-09-14 Marek Polacektypeck.c (cp_build_unary_op): Diagnose incrementing...
2016-08-06 Jonathan WakelyHarmonize diagnostics for invalid reference binding
2016-06-02 Paolo Carlinidecl.c (xref_tag_1): Change pairs of errors to error...
2016-05-30 Paolo Carlinire PR c++/71238 (Undeclared function message imprecisel...
2016-05-28 Ville VoutilainenRevert the attempted fix for c++/69855, it breaks boots...
2016-05-27 Ville Voutilainenre PR c++/69855 (Missing diagnostic for overload that...
2016-04-30 Oleg Endothunk3.C: Remove SH5 checks.
2016-03-28 Jason Merrillre PR bootstrap/70422 (Bootstrap comparison failure)
2016-03-25 Jason Merrillre PR c++/64266 (Can GCC produce local mergeable symbol...
2016-02-26 Martin SeborPR c++/15766 - bad parse error recovery (2 bugs)
2016-01-04 Jakub JelinekUpdate copyright years.
2015-11-14 Jason MerrillMerge C++ delayed folding branch.
2015-10-31 Jason MerrillImprove deduction failure diagnostics.
2015-08-21 Patrick PalkaAdjust g++.old-deja/g++.jason/overload.C
2015-08-20 Jason Merrill* name-lookup.c (hidden_name_p): Handle OVERLOAD.
next