* g++.dg/tls/init-2.C: Update error message string.

From-SVN: r61363
This commit is contained in:
Richard Henderson 2003-01-15 15:27:55 -08:00 committed by Richard Henderson
parent 7a968a5782
commit 1ceb0dc753
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-01-15 Richard Henderson <rth@redhat.com>
* g++.dg/tls/init-2.C: Update error message string.
2003-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* gcc.c-torture/execute/builtin-constant.x: XFAIL the test.

View File

@ -10,4 +10,4 @@ struct S
{
S();
};
__thread S s; /* { dg-error "non-POD" } */
__thread S s; /* { dg-error "dynamically initialized" } */