Commit c292e375 by Richard Henderson Committed by Richard Henderson

* g++.dg/tls/init-2.C: Fix error matches for real this time.

From-SVN: r61429
parent aab37812
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
before using it either for precompilation or direct use.
* g++.dg/pch/*.Hs: Rename from gcc.dg/pch/*.H.
......
......@@ -10,4 +10,4 @@ struct S
{
S();
};
__thread S s; /* { dg-error "dynamically initialized" } */
__thread S s; /* { dg-error "" } two errors here */
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