re PR tree-optimization/36891 (ICE with vector division and -ffast-math and LIM)

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
This commit is contained in:
Paolo Bonzini 2008-09-30 09:26:22 +00:00 committed by Paolo Bonzini
parent be8f156fe8
commit b5d60b839f
2 changed files with 7 additions and 0 deletions

View 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

View 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);