From: Paolo Carlini Date: Tue, 8 Jan 2019 11:52:46 +0000 (+0000) Subject: thread1.C: Tweak expected error #line 13 to cover target variance. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=50f9dff283e684166c2a287ed765393c99a0139e;p=gcc.git thread1.C: Tweak expected error #line 13 to cover target variance. 2019-01-08 Paolo Carlini * g++.dg/diagnostic/thread1.C: Tweak expected error #line 13 to cover target variance. From-SVN: r267722 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index ff3e09dd9ad..84c3cd88857 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-01-08 Paolo Carlini + + * g++.dg/diagnostic/thread1.C: Tweak expected error #line 13 to + cover target variance. + 2019-01-08 Richard Biener PR fortran/88611 diff --git a/gcc/testsuite/g++.dg/diagnostic/thread1.C b/gcc/testsuite/g++.dg/diagnostic/thread1.C index a35d9975f2e..a39fc6043f5 100644 --- a/gcc/testsuite/g++.dg/diagnostic/thread1.C +++ b/gcc/testsuite/g++.dg/diagnostic/thread1.C @@ -10,4 +10,4 @@ struct S ~S(); }; -__thread S s __attribute__((unused)); // { dg-error "12:non-local variable .s. declared .__thread. has" } +__thread S s __attribute__((unused)); // { dg-error "12:non-local variable .s. declared .__thread." }