diff options
| author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-19 16:29:22 +0000 |
|---|---|---|
| committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-19 16:29:22 +0000 |
| commit | fc7d241aa2c6f518261b0349f1687ca08442c210 (patch) | |
| tree | 6e04d5eb01d382934e437e213d23ef90c72cd2af | |
| parent | 7912da716f01eac23cd6f7ff8889e05f7995944a (diff) | |
| download | ppe42-gcc-fc7d241aa2c6f518261b0349f1687ca08442c210.tar.gz ppe42-gcc-fc7d241aa2c6f518261b0349f1687ca08442c210.zip | |
Fix target selector regexp.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36537 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/testsuite/gcc.dg/20000906-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/20000906-1.c b/gcc/testsuite/gcc.dg/20000906-1.c index 7edfc026c9e..e17d91fbf55 100644 --- a/gcc/testsuite/gcc.dg/20000906-1.c +++ b/gcc/testsuite/gcc.dg/20000906-1.c @@ -1,5 +1,5 @@ /* The target must support __builtin_trap to run this test. */ -/* { dg-do run { target i?86-* mips*-* powerpc*-* m68k-* sparc*-* i960*-* } } */ +/* { dg-do run { target i?86-*-* mips*-*-* powerpc*-*-* m68k-*-* sparc*-*-* i960*-*-* } } */ /* Testcase distilled from glibc's nss_parse_service_list in nss/nsswitch.c It can't be distilled further. Fails with `-O2' for i[3456]86. */ |

