comparison gcc/testsuite/g++.dg/tls/thread_local3g.C @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
17 thread_local A a; 17 thread_local A a;
18 18
19 void *thread_main(void *) 19 void *thread_main(void *)
20 { 20 {
21 A* ap = &a; 21 A* ap = &a;
22 return 0;
22 } 23 }
23 24
24 #include <pthread.h> 25 #include <pthread.h>
25 26
26 int main() 27 int main()