pr37868.c: Disable for epiphany.
authorJoern Rennecke <joern.rennecke@embecosm.com>
Fri, 26 Jul 2013 18:35:29 +0000 (18:35 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Fri, 26 Jul 2013 18:35:29 +0000 (19:35 +0100)
* gcc.dg/torture/pr37868.c: Disable for epiphany.
* gcc.dg/sibcall-6.c: Enable for epiphany.

From-SVN: r201272

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/sibcall-6.c
gcc/testsuite/gcc.dg/torture/pr37868.c

index 816f65cda0960b929223672d4454fdae27083da6..9c18eff588c2540042514d9830fef02a78717c1f 100644 (file)
@@ -37,6 +37,9 @@
        * gcc.dg/pr27095.c: For Epiphany, add -mshort-calls.
        * gcc.dg/tree-ssa/loop-1.c: Likewise. 
 
+       * gcc.dg/torture/pr37868.c: Disable for epiphany.
+       * gcc.dg/sibcall-6.c: Enable for epiphany.
+
 2013-07-26  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
 
        * gcc.target/arm/minmax_minus.c: Scan for absence of mov.
index b62a8eebc5b547a22e57fa9079ccc220c87d0708..744bf46981c3a7e619c2fa442acf0739ef4298de 100644 (file)
@@ -6,7 +6,7 @@
    Copyright (C) 2002 Free Software Foundation Inc.
    Contributed by Andreas Bauer <baueran@in.tum.de>  */
 
-/* { dg-do run { target i?86-*-* x86_64-*-* s390*-*-* } } */
+/* { dg-do run { target epiphany-*-* i?86-*-* x86_64-*-* s390*-*-* } } */
 /* { dg-skip-if "" { { i?86-*-* x86_64-*-* } && { ia32 && { ! nonpic } } } { "*" } { "" } } */
 /* { dg-options "-O2 -foptimize-sibling-calls -fno-ipa-cp" } */
 
index c1b7a2b239e63936adb8f7605dbaed167e355d8f..2b245ebf49b9f9dbc48570c69bea8d84b83e5336 100644 (file)
@@ -1,6 +1,6 @@
 /* { dg-do run } */
 /* { dg-options "-fno-strict-aliasing" } */
-/* { dg-skip-if "unaligned access" { sparc*-*-* sh*-*-* tic6x-*-* } "*" "" } */
+/* { dg-skip-if "unaligned access" { epiphany-*-* sparc*-*-* sh*-*-* tic6x-*-* } "*" "" } */
 
 extern void abort (void);
 #if (__SIZEOF_INT__ <= 2)