Fix target selector regexp.
authorRichard Henderson <rth@gcc.gnu.org>
Tue, 19 Sep 2000 16:29:22 +0000 (09:29 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 19 Sep 2000 16:29:22 +0000 (09:29 -0700)
From-SVN: r36537

gcc/testsuite/gcc.dg/20000906-1.c

index 7edfc026c9ef1ed3e8d7858e767863512c34b2a9..e17d91fbf559016ae31331d820e5b6a90ade016e 100644 (file)
@@ -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.  */