Skip to content

Commit fe8ad9c

Browse files
committed
Add tests for thread local diagnostic.
1 parent e5e2e18 commit fe8ad9c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

c-tests/new/issue394.c

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
static _Thread_local int x;
2+
int main (void) { return 0; }

c-tests/new/issue394.stderr-expect

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
issue394.c:1:8: warning -- Thread local is not implemented -- program might not work as assumed

0 commit comments

Comments
 (0)