URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [cast-lvalue-2.c] - Rev 816
Compare with Previous | Blame | View Log
/* Test for error on casts as lvalues. Casts to same type. */ /* Origin: Joseph Myers <jsm@polyomino.org.uk> */ /* { dg-do compile } */ /* { dg-options "" } */ int x; void foo (void) { (int) x = 1; /* { dg-bogus "warning" "warning in place of error" } */ } /* { dg-error "lvalue" "cast as lvalue" { target *-*-*} 11 } */