re PR tree-optimization/34036 (ICE with control flow in the middle of basic block for -fnon-call-exceptions)

PR tree-optimization/34036
	* gcc.dg/tree-ssa/pr23109.c: Pass -ftrapping-math and expect warning.

From-SVN: r130293
This commit is contained in:
Eric Botcazou 2007-11-19 18:27:06 +01:00 committed by Eric Botcazou
parent 4d82f261af
commit 921d313fd5
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-11-19 Eric Botcazou <ebotcazou@libertysurf.fr>
PR tree-optimization/34036
* gcc.dg/tree-ssa/pr23109.c: Pass -ftrapping-math and expect warning.
2007-11-19 Richard Guenther <rguenther@suse.de>
PR tree-optimization/34

View File

@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O2 -funsafe-math-optimizations -fdump-tree-recip -fdump-tree-lim" } */
/* { dg-options "-O2 -funsafe-math-optimizations -ftrapping-math -fdump-tree-recip -fdump-tree-lim" } */
/* { dg-warning "-fassociative-math disabled" "" { target *-*-* } 1 } */
double F[2] = { 0., 0. }, e = 0.;