diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/i386/ssp-strong-reg.c')
-rw-r--r-- | gcc/testsuite/gcc.target/i386/ssp-strong-reg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/i386/ssp-strong-reg.c b/gcc/testsuite/gcc.target/i386/ssp-strong-reg.c index 9fe56641b9e..db39c1f0a70 100644 --- a/gcc/testsuite/gcc.target/i386/ssp-strong-reg.c +++ b/gcc/testsuite/gcc.target/i386/ssp-strong-reg.c @@ -1,7 +1,7 @@ /* Test that structs returned in registers do not lead to instrumentation with -fstack-protector-strong. */ -/* { dg-do compile { target { ! { ia32 } } } } */ +/* { dg-do compile { target { ! ia32 } } } */ /* { dg-options "-O2 -fstack-protector-strong" } */ struct S { |