Commit b5d60b83 by Paolo Bonzini Committed by Paolo Bonzini

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
parent be8f156f
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
......
/* { 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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment