Commit 52b5769d by Jakub Jelinek Committed by Jakub Jelinek

re PR debug/56307 (FAIL: gcc.dg/tree-ssa/pr55579.c scan-tree-dump esra "Created…

re PR debug/56307 (FAIL: gcc.dg/tree-ssa/pr55579.c scan-tree-dump esra "Created a debug-only replacement for s")

	PR debug/56307
	* gcc.dg/tree-ssa/pr55579.c: Add -fvar-tracking-assignments to
	dg-options.  Remove 32-bit hppa*-*-hpux* xfail.

From-SVN: r196672
parent 4323afa0
2013-03-15 Jakub Jelinek <jakub@redhat.com>
PR debug/56307
* gcc.dg/tree-ssa/pr55579.c: Add -fvar-tracking-assignments to
dg-options. Remove 32-bit hppa*-*-hpux* xfail.
2013-03-14 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/53265
......
/* { dg-do compile } */
/* { dg-options "-O2 -g -fdump-tree-esra" } */
/* { dg-options "-O2 -g -fdump-tree-esra -fvar-tracking-assignments" } */
struct S { int a; char b; char c; short d; };
......@@ -11,6 +11,5 @@ foo (int x)
return x;
}
/* Test fails on 32-bit hppa*-*-hpux*. See PR debug/56307. */
/* { dg-final { scan-tree-dump "Created a debug-only replacement for s" "esra" { xfail { hppa*-*-hpux* && { ! lp64 } } } } } */
/* { dg-final { scan-tree-dump "Created a debug-only replacement for s" "esra" } } */
/* { dg-final { cleanup-tree-dump "esra" } } */
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