comparison gcc/testsuite/g++.dg/tls/thread_local5g.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
26 thread_local A a; 26 thread_local A a;
27 27
28 void *thread_main(void *) 28 void *thread_main(void *)
29 { 29 {
30 A* ap = &a; 30 A* ap = &a;
31 return 0;
31 } 32 }
32 33
33 int main() 34 int main()
34 { 35 {
35 pthread_t thread; 36 pthread_t thread;