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
2018-05-17 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
struct-size.c
blob
d82d730afad4e077abb1bed0f97fe7deab172d7e
1
/* { dg-do compile { target *-*-linux* } } */
2
/* { dg-options "-Wno-pedantic" } */
3
4
struct
S
{
5
int
a
;
6
int
b
[];
7
}
S
;
8
9
struct
S s
= {
1
, {
2
,
3
} };
10
11
/* { dg-final { scan-assembler ".size\[\t \]*s, 12" } } */