]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR tree-optimization/36891 (ICE with vector division and -ffast-math and LIM)
authorPaolo Bonzini <bonzini@gnu.org>
Tue, 30 Sep 2008 09:26:22 +0000 (09:26 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Tue, 30 Sep 2008 09:26:22 +0000 (09:26 +0000)
2008-09-30  Paolo Bonzini  <bonzini@gnu.org>

PR testsuite/36891
PR testsuite/37675
* gcc.dg/torture/pr36891.c: Add -msse on 32-bit i386.

From-SVN: r140779

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr36891.c

index 5b47a239aaf088f43d84ea0da79a41adb3d5af78..df917668b694b10f1e34032adb55505cc05940ae 100644 (file)
@@ -1,3 +1,9 @@
+2008-09-30  Paolo Bonzini  <bonzini@gnu.org>
+
+       PR testsuite/36891
+       PR testsuite/37675
+       * gcc.dg/torture/pr36891.c: Add -msse on 32-bit i386.
+
 2008-09-29  Andrew Pinski  <andrew_pinski@playstation.sony.com>
 
        PR middle-end/37669
index 0d5bc98d44b5eaf36da29178a69707f5a16977e7..4efdfc3e1d59eeecc810b2d82ef6118346180547 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-ffast-math" } */
+/* { dg-options "-ffast-math -msse" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
 
 #define __vector __attribute__((vector_size(16) ))
 __vector float f(void);