* gcc.dg/pr51821.c (dg-options): Add -std=c99.

From-SVN: r183257
This commit is contained in:
Uros Bizjak 2012-01-17 17:33:53 +01:00
parent 204eddb83e
commit 9ea5074c39
1 changed files with 2 additions and 1 deletions

View 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);