]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: gimplefe-44 requires exceptions
authorAndrew Stubbs <ams@codesourcery.com>
Thu, 10 Sep 2020 13:58:15 +0000 (14:58 +0100)
committerAndrew Stubbs <ams@codesourcery.com>
Fri, 11 Sep 2020 13:29:35 +0000 (14:29 +0100)
This avoids an ICE on amdgcn.

gcc/testsuite/ChangeLog:

* gcc.dg/gimplefe-44.c: Require exceptions.

(cherry picked from commit 2c1d809e93e983fa9dde6d4a14c23193608fed68)

gcc/testsuite/gcc.dg/gimplefe-44.c

index a9a92b1701ec92ca703e10f72304dea2f1194d60..a1e32ad6927329d72e4fc764029a416aa05ca0fe 100644 (file)
@@ -1,4 +1,5 @@
 /* { dg-do compile } */
+/* { dg-require-effective-target exceptions } */
 /* { dg-options "-fexceptions -fgimple -fdump-tree-eh-eh" } */
 
 void __GIMPLE foo()