Tweak testcases for pr70010
[gcc.git] / gcc / testsuite / g++.dg /
2020-02-11 Jason Merrillc++: Fix static initialization from <=>.
2020-02-11 Patrick Palkac++: Fix return type deduction with an abbreviated...
2020-02-11 Patrick Palkac++: Improve dump_decl for standard concepts
2020-02-10 Jason Merrillc++: Fix flexible array with synthesized constructor.
2020-02-10 Feng XueGeneralized value pass-through for self-recusive functi...
2020-02-09 Jakub Jelinekc++: Fix ICE during constexpr virtual call evaluation...
2020-02-08 Jason Merrillc++: Use constexpr to avoid wrong -Wsign-compare (PR90691).
2020-02-08 Jakub Jelinekc++: Handle CONSTRUCTORs without indexes in find_array_...
2020-02-07 Marek Polacekc++: Fix paren init of aggregates in unevaluated contex...
2020-02-07 Jason Merrillc++: Make PR92654 testcase valid.
2020-02-07 Jason Merrillc++: Fix use of local in constexpr if.
2020-02-07 Jason Merrillc++: Fix ICE on nonsense requires-clause.
2020-02-07 Paolo CarliniAdd testcase of PR c++/89404, already fixed in trunk.
2020-02-06 Marek Polacekc++: Fix ICE with lambda in operator function [PR93597]
2020-02-06 Jason Merrillcgraph: A COMDAT decl always has non-zero address.
2020-02-05 Martin SeborPR tree-optimization/92765 - wrong code for strcmp...
2020-02-05 Jason Merrillc++: Fix decltype of empty pack expansion of parm.
2020-02-05 Marek Polacekc++: Fix ICE with CONSTRUCTOR flags verification [PR93559]
2020-02-05 Jason Merrillc++: Fix SEGV with malformed constructor decl.
2020-02-05 JunMaHandle type deduction of auto and decltype(auto) with...
2020-02-04 Jason Merrillc++: Fix error-recovery with concepts.
2020-02-04 Jason Merrillc++: Fix constexpr vs. omitted aggregate init.
2020-02-04 Jason Merrillc++: Fix ({ ... }) array mem-initializer.
2020-02-04 Iain Sandoecoroutines: Prevent repeated error messages for missing...
2020-02-03 Jason Merrillc++: Fix constexpr vs. reference parameter.
2020-02-03 Jason Merrillc++: Allow parm of empty class type in constexpr.
2020-02-03 Iain Sandoecoroutines: Fix ICE on invalid (PR93458).
2020-02-03 JunMacoroutines: Bind label_decl of original function to...
2020-02-02 Marek Polacekc++: Fix ICE on invalid alignas in a template [PR93530]
2020-02-01 Jason Merrillc++: Fix sizeof VLA lambda capture.
2020-01-31 Jakub Jelinektestsuite: Fix up pr91838.C test [PR91838]
2020-01-31 Tamar Christinamiddle-end: Fix logical shift truncation (PR rtl-optimi...
2020-01-30 Jason Merrillc++: Fix -Wtype-limits in templates.
2020-01-30 Paolo CarliniAdd testcase of PR c++/90338, already fixed in trunk.
2020-01-30 Bin ChengHandle CO_AWAIT_EXPR in conversion in co_await_expander.
2020-01-30 Jason Merrillc++: Drop alignas restriction for stack variables.
2020-01-29 Jason Merrillc++: Fix attributes with lambda and trailing return...
2020-01-29 Marek Polacekc++: Add new test [PR88092]
2020-01-29 Marek Polacekc++: Fix template arguments comparison with class NTTP...
2020-01-29 Marek Polacekc++: Fix class NTTP with template arguments [PR92948]
2020-01-29 Jakub Jelinekopenmp: c++: Consider typeinfo decls to be predetermine...
2020-01-28 Martin SeborPR middle-end/93437 - bogus -Warray-bounds on protobuf...
2020-01-28 Jason Merrillc++: Fix return deduction of lambda in discarded stmt.
2020-01-28 Jason Merrillc++: Fix guard variable and attribute weak.
2020-01-28 Jason Merrillc++: Allow template rvalue-ref conv to bind to lvalue...
2020-01-28 Jan Hubickaipa: fix handling of multiple speculations (PR93318)
2020-01-28 Jason Merrillc++: Function declared with typedef with eh-specification.
2020-01-28 Martin LiskaReplace one error with inform.
2020-01-27 Jason Merrillc++: Fix array of char typedef in template (PR90966).
2020-01-27 Nathan Sidwellc++: Bogus error using namespace alias [PR91826]
2020-01-27 Jason Merrillc++: Testsuite adjustments for PR 90992.
2020-01-27 Jason Merrillc++: Fix -Wnoexcept handling of system headers (PR90992).
2020-01-26 Jason Merrillchecking: avoid verify_type_variant crash on incomplete...
2020-01-26 Jason Merrillc++: avoid ICE with __builtin_memset (PR90997).
2020-01-25 Jakub Jelinektestsuite: Fix up pr93166.C test, so that it doesn...
2020-01-25 Jakub Jelinektestsuite: Fix up pr92788.C FAIL on ia32.
2020-01-25 Marek Polacekc++: Poor diagnostic for dynamic_cast in constexpr...
2020-01-25 Feng XueRemove assertion in get_info_about_necessary_edges
2020-01-25 Jason Merrillc++: Fix ICE with constrained friend (PR93400).
2020-01-25 Jason Merrillc++: Fix ICE with lambda in member operator (PR93279)
2020-01-24 Jeff LawFix ICE due to invalid jump threading request
2020-01-24 Jason Merrillc++: Fix parameter map handling of member typedef.
2020-01-24 Marek Polacekc++: Fix ICE in tsubst_copy with parenthesized expressi...
2020-01-24 Sandra LoosemoreAdd -fdelete-null-pointer-checks to some C++ testcases.
2020-01-24 Jason Merrillc++: Unshare expressions from constexpr cache.
2020-01-24 Christophe Lyondebug/92763 Fix testcase to require fopenmp
2020-01-23 Paolo CarliniFix "PR c++/92804 ICE trying to use concept as a nested...
2020-01-23 Jason Merrillc++: Fix ICE with defaulted destructor and template.
2020-01-22 Marek PolacekPR c++/92907 - noexcept does not consider "const" in...
2020-01-22 Marek PolacekPR c++/93324 - ICE with -Wall on constexpr if.
2020-01-22 Richard SandifordExtend r279588 to g++.dg/ext/sve-sizeless-1.C
2020-01-22 JunMaAdd error messages for missing methods of awaitable...
2020-01-21 Jason MerrillPR c++/60855 - ICE with sizeof VLA capture.
2020-01-21 Jason MerrillPR c++/90732 - ICE with VLA capture and generic lambda.
2020-01-21 Iain Sandoe[coro] Fix co_await of void type.
2020-01-21 Sandra LoosemoreFix line terminator pattern in testcase.
2020-01-21 Jason MerrillPR c++/91476 - anon-namespace reference temp clash...
2020-01-21 Bin ChengFix false warning messages about missing return in...
2020-01-20 Martin SeborPR testsuite/92829 - several -Wstringop-overflow test...
2020-01-20 Nathan Sidwell[PR 80005] Fix __has_include
2020-01-20 Richard Bienerdebug/92763 keep DIEs that might be used in DW_TAG_inli...
2020-01-20 Paolo CarliniAdd testcase of PR c++/92536, already fixed.
2020-01-19 Jason MerrillPR c++/33799 - destroy return value, take 2.
2020-01-18 Iain Sandoe[C++ coroutines] Initial implementation.
2020-01-17 Paolo CarliniAdd testcase of PR c++/92542, already fixed.
2020-01-17 Jonathan WakelyFix g++ testsuite failure caused by std::is_pod deprecation
2020-01-17 Jason MerrillPR c++/92531 - ICE with noexcept(lambda).
2020-01-17 Jakub Jelinekc++: Fix deprecated attribute handling on templates...
2020-01-17 Jakub Jelinekvect: Fix ICE in vectorizable_comparison PR93292
2020-01-17 Jason MerrillPR c++/93286 - ICE with __is_constructible and variadic...
2020-01-16 Stam Markianos-Wright[GCC][PATCH][ARM] Add Bfloat16_t scalar type, vector...
2020-01-15 Paolo CarliniFix "PR c++/91073 if constexpr no longer works directly...
2020-01-15 Jason MerrillRevert "PR c++/33799 - destroy return value if local...
2020-01-15 Jason MerrillPR c++/93257 - consteval void function.
2020-01-15 Jason MerrillPR c++/92871 - bad code with xvalue and GNU ?: extension.
2020-01-15 Richard Bienermiddle-end/93273 - fix sinking clobbers across backedges
2020-01-14 Jakub JelinekRemove bogus initial lines from test.
2020-01-14 Jan HubickaCompare TREE_ADDRESSABLE and TYPE_MODE when ODR checkin...
2020-01-14 Jason MerrillPR c++/92590 - wrong handling of inherited default...
2020-01-14 Nathan Sidwell[PR90916] ICE in retrieve specialization
next