Commit 47676a28 by Jakub Jelinek Committed by Jakub Jelinek

re PR tree-optimization/37663 (ice in simplify_truth_ops_using_ranges, at tree-vrp.c:6335)

	PR tree-optimization/37663
	* gcc.dg/pr37663.c: Require int32plus.

From-SVN: r141414
parent 261639a2
2008-10-28 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/37663
* gcc.dg/pr37663.c: Require int32plus.
PR c/37924
* gcc.c-torture/execute/pr37924.c: New test.
......
/* PR tree-optimization/37663 */
/* { dg-do compile } */
/* { dg-options "-O2 -fwrapv" } */
/* { dg-require-effective-target int32plus } */
extern void bar (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