URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [lto/] [ipareference2_1.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
void abort (void); extern int *a[5]; extern int b,c,d,e,f; __attribute__ ((noinline, noclone)) void other_ltrans (void) { if (!__builtin_constant_p (a[1]==a[2])) abort (); if (a[1]!=a[2]) abort (); *(a[1])=11; }
Go to most recent revision | Compare with Previous | Blame | View Log