From: Richard Henderson Date: Tue, 19 Sep 2000 16:29:22 +0000 (-0700) Subject: Fix target selector regexp. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3fbef42f148344c3a58ffdb279485039bb0afa36;p=gcc.git Fix target selector regexp. From-SVN: r36537 --- 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. */