comparison gcc/testsuite/g++.dg/tls/thread_local5.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
28 } 28 }
29 29
30 void *thread_main(void *) 30 void *thread_main(void *)
31 { 31 {
32 f(); f(); f(); 32 f(); f(); f();
33 return 0;
33 } 34 }
34 35
35 int main() 36 int main()
36 { 37 {
37 pthread_t thread; 38 pthread_t thread;