* gcc.dg/pr44194-1.c: Skip on Alpha and adjust regexp for SPARC64.
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 7 Sep 2012 10:04:57 +0000 (10:04 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Fri, 7 Sep 2012 10:04:57 +0000 (10:04 +0000)
From-SVN: r191061

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr44194-1.c

index d9df173f3fe821bcfd9fca4b8fc129593d2f0c48..8a987e1f8cf45f43fcf685fe1fd3b0c8e76e7d05 100644 (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
index d251bf1b941205b27393670812990294c6300274..d993a42a02b1357bff320f5db8f390c843592c51 100644 (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" } } */