Commit 50f9dff2 by Paolo Carlini Committed by Paolo Carlini

thread1.C: Tweak expected error #line 13 to cover target variance.

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
parent eb4a9145
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> 2019-01-08 Richard Biener <rguenther@suse.de>
PR fortran/88611 PR fortran/88611
......
...@@ -10,4 +10,4 @@ struct S ...@@ -10,4 +10,4 @@ struct S
~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." }
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