]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
titype-1.c: Fix dg-error target regexp.
authorEric Botcazou <ebotcazou@libertysurf.fr>
Mon, 2 May 2005 07:22:45 +0000 (09:22 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 2 May 2005 07:22:45 +0000 (07:22 +0000)
* gcc.dg/titype-1.c: Fix dg-error target regexp.
* gcc.dg/uninit-C.c: Likewise.

From-SVN: r99092

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/titype-1.c
gcc/testsuite/gcc.dg/uninit-C.c

index f179a5cc7de5827b3af03eba99afd714d2ce0752..b963065c0adfd3567ca3f3ef062a547f7231f9a8 100644 (file)
@@ -1,3 +1,8 @@
+2005-05-02  Eric Botcazou  <ebotcazou@libertysurf.fr>
+
+       * gcc.dg/titype-1.c: Fix dg-error target regexp.
+       * gcc.dg/uninit-C.c: Likewise.
+
 2004-12-22  Mark Mitchell  <mark@codesourcery.com>
 
        PR c++/18464
index ee41db9778a98baaa0b7e4078c343b60e4d16365..12175f5bbf302c25b320624b49d3b688c2ad7a61 100644 (file)
@@ -2,7 +2,7 @@
 
 /* Not all platforms support TImode integers.  */
 #if defined(__LP64__) || defined(__sparc__)
-typedef int TItype __attribute__ ((mode (TI)));  /* { dg-error "no data type for mode" "TI" { target sparc-sun-solaris2.[0-6]* } } */
+typedef int TItype __attribute__ ((mode (TI)));  /* { dg-error "no data type for mode" "TI" { target sparc-sun-solaris2.[0-6] sparc-sun-solaris2.[0-6].* } } */
 #else
 typedef long TItype;
 #endif
index 3ecbf8ae43ac7b1375dcbf82136e8dfe1c9adc73..44c75c1624b120e77fc667f1fa9e44b7f3cb0a09 100644 (file)
@@ -4,7 +4,7 @@
 
 /* Not all platforms support TImode integers.  */
 #if defined(__LP64__) || defined(__sparc__)
-typedef int TItype __attribute__ ((mode (TI)));  /* { dg-error "no data type for mode" "TI" { target sparc-sun-solaris2.[0-6]* } } */
+typedef int TItype __attribute__ ((mode (TI)));  /* { dg-error "no data type for mode" "TI" { target sparc-sun-solaris2.[0-6] sparc-sun-solaris2.[0-6].* } } */
 #else
 typedef long TItype;
 #endif