From b5d60b839fd858c794384f4e6bf18005211e7add Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 30 Sep 2008 09:26:22 +0000 Subject: [PATCH] re PR tree-optimization/36891 (ICE with vector division and -ffast-math and LIM) 2008-09-30 Paolo Bonzini PR testsuite/36891 PR testsuite/37675 * gcc.dg/torture/pr36891.c: Add -msse on 32-bit i386. From-SVN: r140779 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/gcc.dg/torture/pr36891.c | 1 + 2 files changed, 7 insertions(+) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5b47a23..df91766 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2008-09-30 Paolo Bonzini + + PR testsuite/36891 + PR testsuite/37675 + * gcc.dg/torture/pr36891.c: Add -msse on 32-bit i386. + 2008-09-29 Andrew Pinski PR middle-end/37669 diff --git a/gcc/testsuite/gcc.dg/torture/pr36891.c b/gcc/testsuite/gcc.dg/torture/pr36891.c index 0d5bc98..4efdfc3 100644 --- a/gcc/testsuite/gcc.dg/torture/pr36891.c +++ b/gcc/testsuite/gcc.dg/torture/pr36891.c @@ -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); -- 2.7.4