2013-07-26  Joern Rennecke <joern.renne...@embecosm.com>

        * gcc.dg/torture/pr37868.c: Disable for epiphany.
        * gcc.dg/sibcall-6.c: Enable for epiphany.

Index: gcc.dg/sibcall-6.c
===================================================================
--- gcc.dg/sibcall-6.c  (revision 201267)
+++ gcc.dg/sibcall-6.c  (working copy)
@@ -6,7 +6,7 @@
    Copyright (C) 2002 Free Software Foundation Inc.
    Contributed by Andreas Bauer <baue...@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: gcc.dg/torture/pr37868.c
===================================================================
--- gcc.dg/torture/pr37868.c    (revision 201267)
+++ gcc.dg/torture/pr37868.c    (working copy)
@@ -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)

Reply via email to