Commit 66f1dc79 by Kai Tietz Committed by Kai Tietz

re PR middle-end/49947 (FAIL: gcc.dg/tree-ssa/forwprop-15.c)

2011-08-02  Kai Tietz  <ktietz@redhat.com>

	PR middle-end/49947
	* gcc.dg/tree-ssa/forwprop-15.c

From-SVN: r177205
parent 3ed2c643
2011-08-02 Kai Tietz <ktietz@redhat.com>
PR middle-end/49947
* gcc.dg/tree-ssa/forwprop-15.c
2011-08-02 Jason Merrill <jason@redhat.com>
PR c++/49834
......
......@@ -2,7 +2,7 @@
/* { dg-options "-O2 -fdump-tree-forwprop1" } */
_Bool
foo (_Bool a, _Bool b, _Bool c
foo (_Bool a, _Bool b, _Bool c)
{
_Bool r1 = a == 0 & b != 0;
_Bool r2 = b != 0 & c == 0;
......
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