]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix gcc.target/i386/long-double-80-7.c (PR target/54866)
authorRainer Orth <ro@gcc.gnu.org>
Tue, 9 Oct 2012 13:40:21 +0000 (13:40 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Tue, 9 Oct 2012 13:40:21 +0000 (13:40 +0000)
PR target/54866
* gcc.target/i386/long-double-80-7.c: Add -msse2 to dg-options.

From-SVN: r192253

gcc/testsuite/gcc.target/i386/long-double-80-7.c

index 9b30fe88567862a8e59781192941fa10ad1b4bdb..e6f9cbebefb6ca179574cc59113c37f1b83d10f7 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do run } */
-/* { dg-options "-O0 -mlong-double-64 -mfpmath=sse" } */
+/* { dg-options "-O0 -mlong-double-64 -mfpmath=sse -msse2" } */
 /* { dg-require-effective-target sse2 } */
 
 #include "sse2-check.h"