public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix vrp17.c FAIL
@ 2013-02-11 15:06 Richard Biener
  0 siblings, 0 replies; only message in thread
From: Richard Biener @ 2013-02-11 15:06 UTC (permalink / raw)
  To: gcc-patches


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.

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;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-02-11 15:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-11 15:06 [PATCH] Fix vrp17.c FAIL Richard Biener

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).