]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
authorZack Weinberg <zack@codesourcery.com>
Sun, 11 Jan 2004 22:35:15 +0000 (22:35 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Sun, 11 Jan 2004 22:35:15 +0000 (22:35 +0000)
From-SVN: r75690

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tls/diag-3.c

index a10aef786212029bcefe8f2b02690cd6e23680c7..92da799eefb30c96f59ce999b9280e5d7b1a6879 100644 (file)
@@ -1,3 +1,7 @@
+2004-01-11  Zack Weinberg  <zack@codesourcery.com>
+
+       * gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
+
 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
 
        PR c++/3478
index 89d1bea8ede06de1aa27923968d6fc4e8fccf282..f1ce06b70d8f8e6c406a0e19b0fc4a928b89c11c 100644 (file)
@@ -1,7 +1,7 @@
 /* Report invalid extern and __thread combinations.  */
 
 extern int j;          /* { dg-error "previous declaration" } */
-__thread int j;                /* { dg-error "follows non thread-local" } */
+__thread int j;                /* { dg-error "follows non-thread-local" } */
 
 extern __thread int i; /* { dg-error "previous declaration" } */
 int i;                 /* { dg-error "follows thread-local" } */