repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
tls
/
pr77285-1.C
blob
7a9341429d7059f5c26df0fa14511999d536b6af
1
// { dg-do link { target c++11 } }
2
// { dg-require-effective-target tls }
3
// { dg-add-options tls }
4
// { dg-additional-sources pr77285-2.C }
5
6
struct __attribute__((abi_tag("tag"))) X { ~X () {} int i = 0; };
7
thread_local X var1;
8
X var2;