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
This commit is contained in:
Kai Tietz 2011-08-02 21:31:30 +02:00 committed by Kai Tietz
parent 3ed2c64330
commit 66f1dc79f5
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -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;