Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / gcc.dg / cast-lvalue-2.c
blob0dcbedc7c23437cb74dc3444f95f1fb8624e35ef
1 /* Test for error on casts as lvalues. Casts to same type. */
2 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
3 /* { dg-do compile } */
4 /* { dg-options "" } */
6 int x;
8 void
9 foo (void)
11 (int) x = 1; /* { dg-bogus "warning" "warning in place of error" } */
12 /* { dg-error "lvalue" "cast as lvalue" { target *-*-* } .-1 } */