diff options
author | Richard Henderson <rth@redhat.com> | 2004-12-13 21:34:26 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2004-12-13 21:34:26 -0800 |
commit | 803140430a36062b98f1d9b3dced6e2a23a80e50 (patch) | |
tree | 0ec1760d8f8c9416a194548abf89091f5695ecc2 /gcc/testsuite/gcc.dg | |
parent | 471a58a941e6930f77843670271ad2cf6c68d7a0 (diff) | |
download | gcc-803140430a36062b98f1d9b3dced6e2a23a80e50.zip gcc-803140430a36062b98f1d9b3dced6e2a23a80e50.tar.gz gcc-803140430a36062b98f1d9b3dced6e2a23a80e50.tar.bz2 |
* gcc.dg/i386-sse-10.c: Fix typo in options.
From-SVN: r92128
Diffstat (limited to 'gcc/testsuite/gcc.dg')
-rw-r--r-- | gcc/testsuite/gcc.dg/i386-sse-10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/i386-sse-10.c b/gcc/testsuite/gcc.dg/i386-sse-10.c index ae557f3..688ae0f 100644 --- a/gcc/testsuite/gcc.dg/i386-sse-10.c +++ b/gcc/testsuite/gcc.dg/i386-sse-10.c @@ -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" |