From: Andrew Stubbs Date: Thu, 10 Sep 2020 13:58:15 +0000 (+0100) Subject: testsuite: gimplefe-44 requires exceptions X-Git-Tag: releases/gcc-10.3.0~912 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc67c5c7d140867f698a1b4d7f165c689429fb89;p=thirdparty%2Fgcc.git testsuite: gimplefe-44 requires exceptions This avoids an ICE on amdgcn. gcc/testsuite/ChangeLog: * gcc.dg/gimplefe-44.c: Require exceptions. (cherry picked from commit 2c1d809e93e983fa9dde6d4a14c23193608fed68) --- diff --git a/gcc/testsuite/gcc.dg/gimplefe-44.c b/gcc/testsuite/gcc.dg/gimplefe-44.c index a9a92b1701ec..a1e32ad69273 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" } */ void __GIMPLE foo()