diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/torture/pr77286.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/pr77286.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/torture/pr77286.c b/gcc/testsuite/gcc.dg/torture/pr77286.c index 0c06100..29d96eb 100644 --- a/gcc/testsuite/gcc.dg/torture/pr77286.c +++ b/gcc/testsuite/gcc.dg/torture/pr77286.c @@ -1,4 +1,5 @@ /* { dg-do compile } */ +/* { dg-additional-options "-std=gnu17" } */ /* { dg-additional-options "-mavx2" { target x86_64-*-* i?86-*-* } } */ typedef float real; |