URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr40026.c] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
typedef struct { unsigned long bits; } S; struct T { S span; int flags; }; struct T f(int x) { return (struct T) { .span = (S) { 0UL }, .flags = (x ? 256 : 0), }; }
Go to most recent revision | Compare with Previous | Blame | View Log