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
Wattributes-10.c: Add -fno-common option on hppa*-*-hpux*.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20100423-2_0.C
blob
2ab6bdc56efbc3b2a18472340fb2a2192a3afdb1
1
// { dg-lto-do assemble }
2
// { dg-lto-options {{-flto -g}} }
3
4
struct A
5
{
6
virtual ~A();
7
};
8
9
void foo()
10
{
11
struct B : A {};
12
B b;
13
}
14