comparison gcc/testsuite/g++.dg/tls/thread_local12d.C @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 // PR c++/60702
2 // { dg-do run { target c++11 } }
3 // { dg-add-options tls }
4 // { dg-require-effective-target tls_runtime }
5
6 #include "thread_local11.h"
7
8 int
9 main ()
10 {
11 if (*f4 () != 42) abort ();
12 }