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
/
ipa
/
pr65557.C
blob
98471a332f43c2dd0afad12ee68674f72a45f157
1
/* { dg-do compile } */
2
/* { dg-options "-O2" } */
3
4
struct S0
5
{
6
S0 ()
7
{
8
}
9
};
10
11
struct S1
12
{
13
S1 ()
14
{
15
}
16
};
17
18
S0 s0;
19
S1 s1;