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
/
abi
/
guard3.C
blob
fd9d00e279677fc6c6f03398934eb3e1ec594140
1
// PR c++/45603
2
3
extern "C" int __cxa_guard_acquire();
4
5
struct A
6
{
7
~A();
8
};
9
10
A* f()
11
{
12
static A a;
13
return &a;
14
}