]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/pr51821.c (dg-options): Add -std=c99.
authorUros Bizjak <uros@gcc.gnu.org>
Tue, 17 Jan 2012 16:33:53 +0000 (17:33 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 17 Jan 2012 16:33:53 +0000 (17:33 +0100)
From-SVN: r183257

gcc/testsuite/gcc.dg/pr51821.c

index e7ba409fb70120e8338e603eb57cbea91090fb89..158172ff4bd50d38082eb869ee3f0d36ee11f940 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do run } */
-/* { dg-options "-O2 -msse" { target { i?86-*-* x86_64-*-* } } } */
+/* { dg-options "-std=c99 -O2" } */
+/* { dg-options "-std=c99 -O2 -msse" { target { i?86-*-* x86_64-*-* } } } */
 /* { dg-require-effective-target sse_runtime { target { i?86-*-* x86_64-*-* } } } */
 
 extern void abort (void);