Commit c70c0342 by Richard Guenther Committed by John David Anglin

re PR tree-optimization/47838 (FAIL: gcc.dg/tree-ssa/foldconst-2.c…

re PR tree-optimization/47838 (FAIL: gcc.dg/tree-ssa/foldconst-2.c scan-tree-dump-not optimized "fundamentals..0")

	PR tree-optimization/47838
	* gcc.dg/tree-ssa/foldconst-2.c: Scan tree-ch dump.

From-SVN: r170439
parent 4790fd98
2011-02-23 Richard Guenther <rguenther@suse.de>
PR tree-optimization/47838
* gcc.dg/tree-ssa/foldconst-2.c: Scan tree-ch dump.
2011-02-23 Uros Bizjak <ubizjak@gmail.com>
* g++.dg/other/pr47218.C: Fix dg-options. Cleanup saved temps.
......
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-optimized" } */
/* { dg-options "-O2 -fdump-tree-ch" } */
typedef union tree_node *tree;
enum tree_code
{
......@@ -54,5 +54,5 @@ emit_support_tinfos (void)
}
/* We should copy loop header to fundamentals[0] and then fold it way into
known value. */
/* { dg-final { scan-tree-dump-not "fundamentals.0" "optimized"} } */
/* { dg-final { cleanup-tree-dump "optimized" } } */
/* { dg-final { scan-tree-dump-not "fundamentals.0" "ch"} } */
/* { dg-final { cleanup-tree-dump "ch" } } */
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