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
* config/sh/sh.c (sh_delegitimize_address): Handle UNSPEC_SYMOFF
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.niklas
/
t133.C
blob
b9ad346aa035e28627bfd7cd12489aa49d468401
1
// { dg-do assemble }
2
// GROUPS passed niklas nested-types
3
struct A { struct B { void operator = (const B&); }; };
4
void A::B::operator = (const B&) {}