* gcc.dg/pr44194-1.c: Skip on Alpha and adjust regexp for SPARC64.

From-SVN: r191061
This commit is contained in:
Eric Botcazou 2012-09-07 10:04:57 +00:00 committed by Eric Botcazou
parent 4d9df7c441
commit 183c7727f2
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2012-09-07 Eric Botcazou <ebotcazou@adacore.com>
* gcc.dg/pr44194-1.c: Skip on Alpha and adjust regexp for SPARC64.
2012-09-07 Tom de Vries <tom@codesourcery.com>
PR tree-optimization/53986

View File

@ -1,4 +1,4 @@
/* { dg-do compile { target { { { { i?86-*-* x86_64-*-* } && x32 } || lp64 } && { ! s390*-*-* } } } } */
/* { dg-do compile { target { { { { { i?86-*-* x86_64-*-* } && x32 } || lp64 } && { ! s390*-*-* } } && { ! alpha*-*-* } } } } */
/* { dg-options "-O2 -fdump-rtl-dse1" } */
/* Restricting to 64-bit targets since 32-bit targets return
structures in memory. */
@ -10,5 +10,5 @@ void func() {
struct ints s = foo();
bar(s.a, s.b);
}
/* { dg-final { scan-rtl-dump "global deletions = 2" "dse1" } } */
/* { dg-final { scan-rtl-dump "global deletions = (2|3)" "dse1" } } */
/* { dg-final { cleanup-rtl-dump "dse1" } } */