URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [20021120-2.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
int g1, g2; void foo (int x) { int y; if (x) y = 793; else y = 793; g1 = 7930 / y; g2 = 7930 / x; } int main () { foo (793); if (g1 != 10 || g2 != 10) abort (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log