Index: gcc/gcc/testsuite/gcc.dg/dfp/pr37435.c |
diff --git a/gcc/gcc/testsuite/gcc.dg/dfp/pr37435.c b/gcc/gcc/testsuite/gcc.dg/dfp/pr37435.c |
index 98acc9c118bd6f2fa383a07b0a440267ea6b33d1..867fdd26bc49f4bc8ecc2b0110e14186803e91ee 100644 |
--- a/gcc/gcc/testsuite/gcc.dg/dfp/pr37435.c |
+++ b/gcc/gcc/testsuite/gcc.dg/dfp/pr37435.c |
@@ -1,5 +1,5 @@ |
/* { dg-do compile { target fpic } } */ |
-/* { dg-options "-std=gnu99 -O2 -fPIC" } */ |
+/* { dg-options "-O2 -fPIC" } */ |
volatile _Decimal32 d; |
volatile int i; |