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
This commit is contained in:
parent
4323afa019
commit
52b5769d2b
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
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
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* { 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" } } */
|
||||
|
|
Loading…
Add table
Reference in a new issue