]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/i386-sse-10.c: Fix typo in options.
authorRichard Henderson <rth@redhat.com>
Tue, 14 Dec 2004 05:33:01 +0000 (21:33 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 14 Dec 2004 05:33:01 +0000 (21:33 -0800)
From-SVN: r92127

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/i386-sse-10.c

index 8eab6e1bcb367b8cf6f313f810183975c63e8074..6042617480213536ddc32d072f86e21826a9fdda 100644 (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-10  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
 
        PR c++/18731
index ae557f3d80591c28df4ae0c1d6ef6760488b23b3..688ae0f8e45e52ab82263c433dc4faa60a2c2b36 100644 (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"