diff mbox

Fix vrp17.c FAIL

Message ID alpine.LNX.2.00.1302111605390.21892@zhemvz.fhfr.qr
State New
Headers show

Commit Message

Richard Biener Feb. 11, 2013, 3:06 p.m. UTC
We now optimize it better via tail-merging & reassoc before VRP2
can transform the 2nd test to !=.  The following restores the
input to VRP to match the original testcase expectations.

Committed.

Richard.

2013-02-11  Richard Biener  <rguenther@suse.de>

	* gcc.dg/tree-ssa/vrp17.c: Disable tail-merging.
diff mbox

Patch

Index: gcc/testsuite/gcc.dg/tree-ssa/vrp17.c
===================================================================
--- gcc/testsuite/gcc.dg/tree-ssa/vrp17.c	(revision 195940)
+++ gcc/testsuite/gcc.dg/tree-ssa/vrp17.c	(working copy)
@@ -1,5 +1,5 @@ 
 /* { dg-do compile } */
-/* { dg-options "-O2 -fdump-tree-vrp2" } */
+/* { dg-options "-O2 -fno-tree-tail-merge -fdump-tree-vrp2" } */
 
 extern void abort (void) __attribute__ ((__noreturn__));
 union tree_node;