Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gcc.dg / cast-lvalue-1.c
blob4e84804e66dcee1f34db417ec77a1d0e4e89c244
1 /* Test for deprecation of casts as lvalues. */
2 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
3 /* { dg-do compile } */
4 /* { dg-options "" } */
6 int x;
8 void
9 foo (void)
11 (char) x = 1; /* { dg-bogus "warning" "warning in place of error" } */
13 /* { dg-error "lvalue" "cast as lvalue" { target *-*-* } 11 } */