* gcc.dg/tls/diag-3.c: Tweak dg-error regexp.
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Jan 2004 22:35:15 +0000 (22:35 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 11 Jan 2004 22:35:15 +0000 (22:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75690 138bc75d-0d04-0410-961f-82ee72b054a4

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

index a10aef7..92da799 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 89d1bea..f1ce06b 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" } */