URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [lvalue1.c] - Rev 689
Compare with Previous | Blame | View Log
/* PR c/5225 */ /* { dg-do compile } */ int main() { int i; +i = 1; /* { dg-error "lvalue required as left operand of assignment" } */ return 0; }