OSDN Git Service

* gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Jun 2000 19:12:53 +0000 (19:12 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 26 Jun 2000 19:12:53 +0000 (19:12 +0000)
gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
case we are cross-compiling.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@34716 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/20000419-1.c
gcc/testsuite/gcc.dg/cpp-mi.c
gcc/testsuite/gcc.dg/cpp-tradwarn1.c
gcc/testsuite/gcc.dg/cpp-unc.c

index 538baa8..76c2d7d 100644 (file)
@@ -1,5 +1,9 @@
 2000-06-26  Zack Weinberg  <zack@wolery.cumb.org>
 
+       * gcc.dg/20000419-1.c, gcc.dg/cpp-mi.c, gcc.dg/cpp-tradwarn1.c,
+       gcc.dg/cpp-unc.c: Use "target *-*-*", not "target native", in
+       case we are cross-compiling.
+
        * g++.old-deja/Makefile.in, g++.old-deja/configure.in,
        g++.old-deja/g++.niklas/Makefile.in,           
        g++.old-deja/g++.niklas/configure.in,
index 1e1b660..c4400ee 100644 (file)
@@ -11,5 +11,5 @@
 __REDIRECT (a, b, c)
 __ASMNAME2 (__USER_LABEL_PREFIX__, harumph)
 
-/* { dg-bogus "used without args" "no args, 1" { target native } 11 } */
-/* { dg-bogus "used without args" "no args, 1" { target native } 12 } */
+/* { dg-bogus "used without args" "no args, 1" { target *-*-* } 11 } */
+/* { dg-bogus "used without args" "no args, 1" { target *-*-* } 12 } */
index 3d05587..0584a62 100644 (file)
@@ -12,7 +12,7 @@
 
 /* { dg-do compile }
    { dg-options "-H" }
-   { dg-error "mic\.h\n\[^\n\]*micc\.h\n\[^\n\]*mind\.h\n\[^\n\]*mindp\.h\n\[^\n\]*mix\.h" "redundant include check" { target native } 0 } */
+   { dg-error "mic\.h\n\[^\n\]*micc\.h\n\[^\n\]*mind\.h\n\[^\n\]*mindp\.h\n\[^\n\]*mix\.h" "redundant include check" { target *-*-* } 0 } */
 
 #include "cpp-mic.h"
 #include "cpp-mic.h"
index 550cbe2..f96e1bc 100644 (file)
@@ -24,7 +24,7 @@
  #assert baz(quux)     /* { dg-bogus "indented" "^ #ext"     } */
  # assert quux(weeble) /* { dg-bogus "indented" "^ # ext"    } */
 
-/* { dg-warning "ISO C does not" "extension warning" { target native } 22 } */
-/* { dg-warning "ISO C does not" "extension warning" { target native } 23 } */
-/* { dg-warning "ISO C does not" "extension warning" { target native } 24 } */
-/* { dg-warning "ISO C does not" "extension warning" { target native } 25 } */
+/* { dg-warning "ISO C does not" "extension warning" { target *-*-* } 22 } */
+/* { dg-warning "ISO C does not" "extension warning" { target *-*-* } 23 } */
+/* { dg-warning "ISO C does not" "extension warning" { target *-*-* } 24 } */
+/* { dg-warning "ISO C does not" "extension warning" { target *-*-* } 25 } */
index 110a8a7..ba5c221 100644 (file)
@@ -37,4 +37,4 @@ ignored
 
 /* dg.exp doesn't read the included files for tags, so we have to
    do them explicitly here.  */
-/* { dg-error "#if" "unc1.h: unterminated #if" { target native } 3 } */
+/* { dg-error "#if" "unc1.h: unterminated #if" { target *-*-* } 3 } */