* g++.dg/tls/init-2.C: Fix error matches for real this time.
authorRichard Henderson <rth@redhat.com>
Fri, 17 Jan 2003 07:10:22 +0000 (23:10 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 17 Jan 2003 07:10:22 +0000 (23:10 -0800)
From-SVN: r61429

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/tls/init-2.C

index 4a29514debeb0847f97e2d0d61b8e594d776083e..7157141d99cfe4148145636f851dd88eb164f38b 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-16  Richard Henderson  <rth@redhat.com>
+
+       * g++.dg/tls/init-2.C: Fix error matches for real this time.
+
 2003-01-16  Richard Henderson  <rth@redhat.com>
 
        * g++.dg/pch/pch.exp: Copy test header to the working directory
index 10796ff1948f3c3f54b9fe28a53ead8af9fb732c..4cc31c909ac88fa71aa7f79bf929edf9d53e1947 100644 (file)
@@ -10,4 +10,4 @@ struct S
 {
   S();
 };
-__thread S s;          /* { dg-error "dynamically initialized" } */
+__thread S s;          /* { dg-error "" } two errors here */