repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wuse-after-free2.C
blob
6d5f2bf01b5ea60633a9a497246053fd5620c3a6
1
// PR target/104213
2
// { dg-do compile }
3
// { dg-options "-Wuse-after-free" }
4
5
class C
6
{
7
virtual ~C();
8
};
9
10
C::~C() {} // { dg-bogus "used after" }