* g++.dg/tls/init-2.C: Update error message string.
From-SVN: r61363
This commit is contained in:
parent
7a968a5782
commit
1ceb0dc753
@ -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.
|
||||
|
@ -10,4 +10,4 @@ struct S
|
||||
{
|
||||
S();
|
||||
};
|
||||
__thread S s; /* { dg-error "non-POD" } */
|
||||
__thread S s; /* { dg-error "dynamically initialized" } */
|
||||
|
Loading…
Reference in New Issue
Block a user