URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr45969-1.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-options "-std=c89" } */ void crash() { double l[4]; if((l[0]+l[2]) && (l[1]+l[3])){ } }
Go to most recent revision | Compare with Previous | Blame | View Log