URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20110126-1.c] - Rev 745
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR rtl-optimization/44469 */ /* Testcase by Siarhei Siamashka <siarhei.siamashka@gmail.com> */ int a (int *t, const char *p) { if (*t == 0) { } else if (*t == 1) { p = (const char *)t; } else __builtin_unreachable(); if (p[0]) return 0; return 1; }
Go to most recent revision | Compare with Previous | Blame | View Log