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
re PR c++/84691 (internal compiler error: in poplevel_class, at cp/name-lookup.c...
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr85008.C
blob
a9e515b57eca7849444a3dfbcf3add9b16996d61
1
// PR c++/85008 ICE concerning dtor clones
2
3
void a() {
4
struct b {
5
~b();
6
int r [!!&b::~b]; // { dg-error "address of " }
7
};
8
}