URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [pr52209.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR middle-end/52209 */ extern void abort (void); struct S0 { int f2 : 1; } c; int b; int main () { b = -1 ^ c.f2; if (b != -1) abort (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log