diff options
author | hutchinsonandy <hutchinsonandy@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-12 21:52:38 +0000 |
---|---|---|
committer | hutchinsonandy <hutchinsonandy@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-05-12 21:52:38 +0000 |
commit | 2967e967b283c940fab203a8782eaa654d9dc0b3 (patch) | |
tree | 1738d0394ad7eaea98ee5c50342ecd45a70057ee /gcc/testsuite/gcc.dg | |
parent | 012da5f67dd77c9f5b8eea230f2b4aab27c3644f (diff) | |
download | gcc-2967e967b283c940fab203a8782eaa654d9dc0b3.tar.gz |
* gcc.dg/pr34457-1.c: Skip for target without trampolines.
* gcc.dg/20050607-1.c: Ditto.
* gcc.dg/trampoline-1.c: Ditto.
* gcc.dg/debug/debug-3.c: Ditto.
* gcc.dg/debug/debug-5.c: Ditto.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@135235 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg')
-rw-r--r-- | gcc/testsuite/gcc.dg/20050607-1.c | 1 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/debug/debug-3.c | 1 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/debug/debug-5.c | 1 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/pr34457-1.c | 1 | ||||
-rw-r--r-- | gcc/testsuite/gcc.dg/trampoline-1.c | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/20050607-1.c b/gcc/testsuite/gcc.dg/20050607-1.c index 18cbf45919c..83c09674804 100644 --- a/gcc/testsuite/gcc.dg/20050607-1.c +++ b/gcc/testsuite/gcc.dg/20050607-1.c @@ -1,4 +1,5 @@ /* { dg-do compile } */ +/* { dg-require-effective-target trampolines } */ /* { dg-options "-Wpadded" } /* The struct internally constructed for the nested function should not result in a warning from -Wpadded. */ diff --git a/gcc/testsuite/gcc.dg/debug/debug-3.c b/gcc/testsuite/gcc.dg/debug/debug-3.c index bb819f4f022..e2b7a4b1803 100644 --- a/gcc/testsuite/gcc.dg/debug/debug-3.c +++ b/gcc/testsuite/gcc.dg/debug/debug-3.c @@ -1,6 +1,7 @@ /* This testcase failed, because scope containing baz was deleted (spanned 0 basic blocks) and DWARF-2 couldn't find baz origin. */ /* { dg-do compile } */ +/* { dg-require-effective-target trampolines } */ struct A { char *a, *b, *c, *d; }; diff --git a/gcc/testsuite/gcc.dg/debug/debug-5.c b/gcc/testsuite/gcc.dg/debug/debug-5.c index 8f26fc47b8b..f66b861c84f 100644 --- a/gcc/testsuite/gcc.dg/debug/debug-5.c +++ b/gcc/testsuite/gcc.dg/debug/debug-5.c @@ -1,6 +1,7 @@ /* This testcase failed, because scope containing baz was deleted (spanned 0 basic blocks) and DWARF-2 couldn't find baz origin. */ /* { dg-do compile } */ +/* { dg-require-effective-target trampolines } */ extern void abort (void); diff --git a/gcc/testsuite/gcc.dg/pr34457-1.c b/gcc/testsuite/gcc.dg/pr34457-1.c index 7a1efed54d9..ccd937c6b52 100644 --- a/gcc/testsuite/gcc.dg/pr34457-1.c +++ b/gcc/testsuite/gcc.dg/pr34457-1.c @@ -1,5 +1,6 @@ /* PR c/34457 */ /* { dg-do compile } */ +/* { dg-require-effective-target trampolines } */ /* { dg-options "--combine -O2" } */ /* { dg-additional-sources "pr34457-2.c" } */ diff --git a/gcc/testsuite/gcc.dg/trampoline-1.c b/gcc/testsuite/gcc.dg/trampoline-1.c index 88078621066..e3dcf573a94 100644 --- a/gcc/testsuite/gcc.dg/trampoline-1.c +++ b/gcc/testsuite/gcc.dg/trampoline-1.c @@ -2,6 +2,7 @@ /* Origin: Waldek Hebisch <hebisch@math.uni.wroc.pl> */ /* { dg-do run } */ +/* { dg-require-effective-target trampolines } */ /* { dg-options "-O2" } */ /* This used to fail on various versions of Solaris 2 because the |