URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [graphite/] [run-id-3.c] - Rev 301
Go to most recent revision | Compare with Previous | Blame | View Log
extern void abort (void); __attribute__ ((noinline)) int foo (int *zzz, unsigned int kk) { int a, b, d; a = b = 0; for (d = 0; d < 1000; d++) { if (kk != 0) b = *zzz; } return b; } int main (void) { if (foo (0, 0) != 0) abort(); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log