aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/4176531.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/gcc.dg/4176531.c')
-rw-r--r--gcc/testsuite/gcc.dg/4176531.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.dg/4176531.c b/gcc/testsuite/gcc.dg/4176531.c
index 376b6d45329..a22e236bca0 100644
--- a/gcc/testsuite/gcc.dg/4176531.c
+++ b/gcc/testsuite/gcc.dg/4176531.c
@@ -1,7 +1,7 @@
/* APPLE LOCAL file */
/* Radar 4176531 */
-/* { dg-do compile } */
-/* { dg-options "-O2 -mfpmath=sse" { target i?86-*-* } } */
+/* { dg-do compile { target i?86-*-* } } */
+/* { dg-options "-O2 -mfpmath=sse" } */
/* Runnable as a standalone test program. Looks for SSE-based
FP<->uint conversions. Turn on optimize_size ("-Oz") to see x87
sequences. */