URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [941014-1.c] - Rev 297
Go to most recent revision | Compare with Previous | Blame | View Log
int f (int a, int b) { } main () { unsigned long addr1; unsigned long addr2; addr1 = (unsigned long) &f; addr1 += 5; addr2 = 5 + (unsigned long) &f; if (addr1 != addr2) abort (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log