URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [pr49768.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR tree-optimization/49768 */ extern void abort (void); int main () { static struct { unsigned int : 1; unsigned int s : 1; } s = { .s = 1 }; if (s.s != 1) abort (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log