mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-22 03:40:26 +08:00
* gcc.dg/pr44194-1.c: Skip on Alpha and adjust regexp for SPARC64.
From-SVN: r191061
This commit is contained in:
parent
4d9df7c441
commit
183c7727f2
@ -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
|
||||
|
@ -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" } } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user