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.c-torture/] [execute/] [20041124-1.c] - Rev 308
Go to most recent revision | Compare with Previous | Blame | View Log
struct s { _Complex unsigned short x; }; struct s gs = { 100 + 200i }; struct s __attribute__((noinline)) foo (void) { return gs; } int main () { if (foo ().x != gs.x) abort (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log