From: Andrew Stubbs Date: Thu, 10 Sep 2020 13:58:15 +0000 (+0100) Subject: testsuite: gimplefe-44 requires exceptions X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2c1d809e93e983fa9dde6d4a14c23193608fed68;p=gcc.git testsuite: gimplefe-44 requires exceptions This avoids an ICE on amdgcn. gcc/testsuite/ChangeLog: * gcc.dg/gimplefe-44.c: Require exceptions. --- diff --git a/gcc/testsuite/gcc.dg/gimplefe-44.c b/gcc/testsuite/gcc.dg/gimplefe-44.c index 4580a1d0b85..3c83d4946f2 100644 --- a/gcc/testsuite/gcc.dg/gimplefe-44.c +++ b/gcc/testsuite/gcc.dg/gimplefe-44.c @@ -1,4 +1,5 @@ /* { dg-do compile } */ +/* { dg-require-effective-target exceptions } */ /* { dg-options "-fexceptions -fgimple -fdump-tree-eh-eh" } */ /* { dg-require-effective-target nonlocal_goto } */