Commit 1ceb0dc7 by Richard Henderson Committed by Richard Henderson

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

From-SVN: r61363
parent 7a968a57
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" } */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment