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
/
init
/
dtor4.C
blob
4bca69e4a80451b0803b974788c19ba110fb052e
1
// { dg-final { scan-assembler-not "_ZN1AD2Ev" } }
2
3
struct A { };
4
5
int main()
6
{
7
A a;
8
a.~A();
9
}