diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-08 01:20:35 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-08 01:20:35 +0000 |
commit | 3cda254c501f97a6403103386ce00954c2fc3f56 (patch) | |
tree | f29b718fc42d8c32b89b2a33a10e695c34485131 /gcc/testsuite/gcc.dg/switch-1.c | |
parent | a031631740bf2905d5ff6a2ff7061504d1e630ac (diff) | |
download | gcc-3cda254c501f97a6403103386ce00954c2fc3f56.tar.gz |
* gcc.dg/980523-1.c: Only test on ppc-linux.
* gcc.dg/980526-1.c, gcc.dg/switch-1.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20322 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/testsuite/gcc.dg/switch-1.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/switch-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/switch-1.c b/gcc/testsuite/gcc.dg/switch-1.c index 480f077d908..457c5205388 100644 --- a/gcc/testsuite/gcc.dg/switch-1.c +++ b/gcc/testsuite/gcc.dg/switch-1.c @@ -1,4 +1,4 @@ -/* { dg-do compile }*/ +/* { dg-do compile { target rs6000-*-linux* powerpc-*-linux*} } */ /* { dg-options "-fpic -O2" } */ void f (char *s) |