thread1.C: Tweak expected error #line 13 to cover target variance.
authorPaolo Carlini <paolo.carlini@oracle.com>
Tue, 8 Jan 2019 11:52:46 +0000 (11:52 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Tue, 8 Jan 2019 11:52:46 +0000 (11:52 +0000)
2019-01-08  Paolo Carlini  <paolo.carlini@oracle.com>

* g++.dg/diagnostic/thread1.C: Tweak expected error #line 13 to
cover target variance.

From-SVN: r267722

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/diagnostic/thread1.C

index ff3e09d..84c3cd8 100644 (file)
@@ -1,3 +1,8 @@
+2019-01-08  Paolo Carlini  <paolo.carlini@oracle.com>
+
+       * g++.dg/diagnostic/thread1.C: Tweak expected error #line 13 to
+       cover target variance.
+
 2019-01-08  Richard Biener  <rguenther@suse.de>
 
        PR fortran/88611
index a35d997..a39fc60 100644 (file)
@@ -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." }