From 3fbef42f148344c3a58ffdb279485039bb0afa36 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 19 Sep 2000 09:29:22 -0700 Subject: [PATCH] Fix target selector regexp. From-SVN: r36537 --- gcc/testsuite/gcc.dg/20000906-1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.30.2