URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [lto/] [20091020-2_0.c] - Rev 424
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-lto-do link } */ /* { dg-lto-options {{-fPIC -r -nostdlib -flto}} } */ typedef struct { int NumPackStreams; } CSzAr; typedef struct { CSzAr db; } CSzArEx; int SzArEx_Init(CSzArEx *p) { return p->db.NumPackStreams; } int SzArEx_GetFolderFullPackSize(const CSzArEx *p) { return p->db.NumPackStreams; }
Go to most recent revision | Compare with Previous | Blame | View Log