comparison gcc/testsuite/g++.dg/tls/thread_local6.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
20 } 20 }
21 21
22 void *thread_main(void *) 22 void *thread_main(void *)
23 { 23 {
24 f(); f(); f(); 24 f(); f(); f();
25 return 0;
25 } 26 }
26 27
27 int main() 28 int main()
28 { 29 {
29 thread_main(0); 30 thread_main(0);