]> git.ipfire.org Git - thirdparty/gcc.git/commit
'gcc.dg/pr88870.c': don't 'dg-require-effective-target nonlocal_goto'
authorThomas Schwinge <tschwinge@baylibre.com>
Thu, 6 Feb 2025 15:14:27 +0000 (16:14 +0100)
committerThomas Schwinge <tschwinge@baylibre.com>
Sat, 8 Feb 2025 11:33:58 +0000 (12:33 +0100)
commit0e602b2315f3cdf9a50441b28cabb8b204827492
tree5b8010a71578eba2ac043102cc789ce3a0e67aed
parent64d8ea056a5c339700118a412dea1c44a57acf55
'gcc.dg/pr88870.c': don't 'dg-require-effective-target nonlocal_goto'

I confirm that back then, 'gcc.dg/pr88870.c' for nvptx failed due to
'sorry, unimplemented: target cannot support nonlocal goto', however at some
(indeterminate) point in time, that must've disappeared, and we now don't have
to 'dg-require-effective-target nonlocal_goto' anymore, and therefore get:

    [-UNSUPPORTED:-]{+PASS:+} gcc.dg/pr88870.c {+(test for excess errors)+}

(And, if ever necessary again, this nowadays probably should
'dg-require-effective-target exceptions' instead of 'nonlocal_goto'.)

gcc/testsuite/
* gcc.dg/pr88870.c: Don't 'dg-require-effective-target nonlocal_goto'.
gcc/testsuite/gcc.dg/pr88870.c