URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr45079.c] - Rev 689
Compare with Previous | Blame | View Log
/* PR c/45079 */ /* { dg-do compile } */ void foo (const char *p, int cond, int a, int b) { p[cond ? a : b] = '\0'; /* { dg-error "assignment of read-only location" } */ } /* { dg-bogus "not supported by" "" { target *-*-* } 0 } */