* passes.c (ipa_write_summaries): Only modify statements if body
[official-gcc.git] / gcc / testsuite / gcc.dg / lto / 20091020-2_0.c
blobe0b3839c5106902ad5adbc72c0952350d68157c5
1 /* { dg-lto-do link } */
2 /* { dg-require-effective-target fpic } */
3 /* { dg-lto-options {{-fPIC -r -nostdlib -flto}} } */
4 /* { dg-extra-ld-options "-flinker-output=nolto-rel" } */
6 typedef struct {
7 int NumPackStreams;
8 } CSzAr;
9 typedef struct {
10 CSzAr db;
11 } CSzArEx;
12 int SzArEx_Init(CSzArEx *p)
14 return p->db.NumPackStreams;
16 int SzArEx_GetFolderFullPackSize(const CSzArEx *p)
18 return p->db.NumPackStreams;