[gcc r11-3147] testsuite: gimplefe-44 requires exceptions

Andrew Stubbs ams@gcc.gnu.org
Fri Sep 11 11:16:55 GMT 2020


https://gcc.gnu.org/g:2c1d809e93e983fa9dde6d4a14c23193608fed68

commit r11-3147-g2c1d809e93e983fa9dde6d4a14c23193608fed68
Author: Andrew Stubbs <ams@codesourcery.com>
Date:   Thu Sep 10 14:58:15 2020 +0100

    testsuite: gimplefe-44 requires exceptions
    
    This avoids an ICE on amdgcn.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.dg/gimplefe-44.c: Require exceptions.

Diff:
---
 gcc/testsuite/gcc.dg/gimplefe-44.c | 1 +
 1 file changed, 1 insertion(+)

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 } */


More information about the Gcc-cvs mailing list