* gcc.dg/i386-sse-10.c: Fix typo in options.

From-SVN: r92128
This commit is contained in:
Richard Henderson 2004-12-13 21:34:26 -08:00 committed by Richard Henderson
parent 471a58a941
commit 803140430a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-12-13 Richard Henderson <rth@redhat.com>
* gcc.dg/i386-sse-10.c: Fix typo in options.
2004-12-13 Andrew Pinski <pinskia@physics.uc.edu>
PR c++/18968

View File

@ -1,6 +1,6 @@
/* PR 17930 */
/* { dg-do run { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O1 -msse2 -mfpmode=sse -mno-accumulate-outgoing-args" } */
/* { dg-options "-O1 -msse2 -mfpmath=sse -mno-accumulate-outgoing-args" } */
#include "i386-cpuid.h"