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
PR lto/84212 - -Wno-* does not disable warnings from -flto link stage
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wsubobject-linkage-2.C
blob
4bb255c79a155e25c08049de055bcb6863bad698
1
// PR c++/53184
2
// { dg-options "-Wno-subobject-linkage" }
3
4
typedef volatile struct { } Foo;
5
6
#line 7 "foo.C"
7
struct Bar { Foo foo; };
8
struct Bar2 : Foo { };