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
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wsubobject-linkage-4.C
blob
033bc473005bbe44b35f02978d9da31177b5626e
1
// PR c++/53184
2
// { dg-options "-Wno-subobject-linkage" }
3
4
namespace { struct Foo { }; }
5
6
#line 7 "foo.C"
7
struct Bar { Foo foo; };
8
struct Bar2 : Foo { };