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
RTEMS: Add Cortex-M33 multilib
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr68831.C
blob
2a354a57bb1284ec717ff9823c738ae7482bbf95
1
// PR c++/68831
2
// { dg-options "-Waddress" }
3
4
class DenseMap {
5
public:
6
~DenseMap();
7
};
8
extern const DenseMap &GCMap;
9
void foo() { delete &GCMap; }