URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pr17730-1.c] - Rev 750
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test formatting of message for invalid lvalue. Bug 17730. */ /* { dg-do compile } */ /* { dg-options "" } */ char *p = &'C'; /* { dg-error "lvalue required as unary '&' operand" } */
Go to most recent revision | Compare with Previous | Blame | View Log