diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 2013-07-26 18:35:29 +0000 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2013-07-26 19:35:29 +0100 |
commit | 006b113a3792602a7bab12f184d24119ba9f0e60 (patch) | |
tree | 8da7204a740a0ce273729c14a164cdb00eab243c /gcc | |
parent | 40e5049d154f7aae7dbc6ad8a47699db5b7df7c2 (diff) | |
download | gcc-006b113a3792602a7bab12f184d24119ba9f0e60.zip gcc-006b113a3792602a7bab12f184d24119ba9f0e60.tar.gz gcc-006b113a3792602a7bab12f184d24119ba9f0e60.tar.bz2 |
pr37868.c: Disable for epiphany.
* gcc.dg/torture/pr37868.c: Disable for epiphany.
* gcc.dg/sibcall-6.c: Enable for epiphany.
From-SVN: r201272
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 3 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/sibcall-6.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/torture/pr37868.c | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 816f65c..9c18eff 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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. diff --git a/gcc/testsuite/gcc.dg/sibcall-6.c b/gcc/testsuite/gcc.dg/sibcall-6.c index b62a8ee..744bf46 100644 --- a/gcc/testsuite/gcc.dg/sibcall-6.c +++ b/gcc/testsuite/gcc.dg/sibcall-6.c @@ -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" } */ diff --git a/gcc/testsuite/gcc.dg/torture/pr37868.c b/gcc/testsuite/gcc.dg/torture/pr37868.c index c1b7a2b..2b245eb 100644 --- a/gcc/testsuite/gcc.dg/torture/pr37868.c +++ b/gcc/testsuite/gcc.dg/torture/pr37868.c @@ -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) |