URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [lto/] [20091020-2_0.c] - Rev 689
Compare with Previous | Blame | View Log
/* { dg-lto-do link } */ /* { dg-require-effective-target fpic } */ /* { 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; }