aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/eh
AgeCommit message (Expand)AuthorFilesLines
9 daystree: Mark PAREN_EXPR and VEC_DUPLICATE_EXPR as non-trapping [PR117234]Andrew Pinski1-0/+15
2024-09-12testsuite: introduce hostedlib effective targetAlexandre Oliva7-0/+7
2024-09-12c++: decltype(auto) deduction of statement-expression [PR116418]Patrick Palka1-1/+3
2024-02-01c++: ICE with throw inside concept [PR112437]Marek Polacek1-0/+13
2024-01-29testsuite: no dfp run without dfprtAlexandre Oliva3-0/+3
2024-01-24c++: add test [PR113347]Jason Merrill1-0/+17
2023-12-20c++: throwing dtor and empty try [PR113088]Jason Merrill1-0/+26
2023-11-24tree: Fix up try_catch_may_fallthru [PR112619]Jakub Jelinek1-0/+15
2023-11-03Skip a number of C++ test cases for '-fno-exceptions' testingThomas Schwinge7-0/+8
2023-11-02c++: retval dtor on rethrow [PR112301]Jason Merrill1-2/+79
2023-09-12c++: ICE with -fno-exceptions and array init [PR107198]Jason Merrill1-0/+19
2023-06-06c++: fix throwing cleanup with labelJason Merrill1-0/+21
2023-06-03c++: use __cxa_call_terminate for MUST_NOT_THROW [PR97720]Jason Merrill1-0/+30
2023-03-17c++: throw and private destructor [PR109172]Jason Merrill1-0/+15
2022-05-20testsuite: Add C++ unwinding tests with Decimal Floating-PointChristophe Lyon3-0/+157
2022-04-15rs6000: Move more g++.dg powerpc tests to g++.targetPaul A. Clarke4-253/+0
2022-02-08c++: cleanup constant-init'd members [PR96876]Jason Merrill1-0/+27
2022-01-18c++: new (nothrow) array cleanup [PR104007]Jason Merrill1-0/+10
2022-01-06c++: when delegating constructor throws [PR103711]Jason Merrill1-0/+28
2022-01-06c++: nested catch in ctor fn-try-block [PR61611]Jason Merrill1-0/+23
2022-01-06c++: destroy retval on throwing cleanup in try [PR33799]Jason Merrill1-5/+51
2022-01-06c++: clean up ref-extended temp on throwing dtor [PR53868]Jason Merrill2-0/+66
2022-01-06c++: keep destroying array after one dtor throws [PR66451]Jason Merrill3-2/+48
2022-01-06c++: EH and partially constructed aggr temp [PR66139]Jason Merrill1-0/+56
2022-01-02c++: fix array cleanup with throwing temp dtorJason Merrill1-0/+43
2022-01-02c++: don't wrap cleanups that can't throwJason Merrill1-0/+13
2021-11-04libstdc++: Deprecate std::unexpected and handler functionsJonathan Wakely2-2/+2
2021-09-16testsuite: Support single-precision in g++.dg/eh/arm-vfp-unwind.CChristophe Lyon1-1/+5
2021-03-01Fix wrong result for 1.0/3.0 at -O2 -fno-omit-frame-pointer -frounding-mathEric Botcazou1-0/+61
2021-01-22testsuite: Enable spbp.C on AIX.David Edelsohn1-1/+1
2020-12-02c++: Fix tsubst ICE with invalid code [PR97993, PR97187]Marek Polacek1-0/+20
2020-11-06c++: Small tweak to can_convert_eh [PR81660]Marek Polacek1-1/+1
2020-07-06c++: Always use pushdecl for exception library helpersNathan Sidwell6-44/+44
2020-03-10c++: Partially revert patch for PR66139.Jason Merrill1-56/+0
2020-01-19PR c++/33799 - destroy return value, take 2.Jason Merrill1-1/+19
2020-01-15Revert "PR c++/33799 - destroy return value if local cleanup throws."Jason Merrill1-1/+1
2020-01-13PR c++/33799 - destroy return value if local cleanup throws.Jason Merrill1-0/+40
2019-12-19PR c++/52320 - EH cleanups for partially constructed arrays.Jason Merrill1-0/+56
2019-06-22PR c++/86476 - noexcept-specifier is a complete-class context.Marek Polacek1-1/+1
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor2-4/+4
2019-05-17mips.c (mips_dwarf_frame_reg_mode): Replace TARGET_FLOAT64 with !TARGET_FLOAT...Dragan Mladjenovic1-0/+47
2018-12-16re PR c++/88482 (ICE when wrongly declaring __cxa_allocate_exception)Jakub Jelinek7-0/+197
2018-03-28[PR c++/84968] reject stmt-exprs in noexcept constexprsAlexandre Oliva1-0/+15
2018-03-27search.c (check_final_overrider): Use inform instead of error for the diagnos...Volker Reichelt1-1/+1
2018-01-12Add dg-require-effective-target alloca for c++ test-casesTom de Vries2-0/+2
2017-11-06Fix -Wreturn-type fallout.Martin Liska1-0/+1
2017-11-06Fix test-suite fallout of default -Wreturn-type.Martin Liska5-7/+7
2017-09-29* g++.dg/eh/uncaught3.C: Add -Wno-deprecated for c++17.Jakub Jelinek1-0/+1
2017-09-28Use -Wno-deprecated for std::uncaught_exception tests.Jason Merrill3-2/+4
2017-09-15invoke.texi: Document -std=c++17 and -std=gnu++17 and document c++1z and gnu+...Jakub Jelinek15-36/+36