svn merge -r102224:107263 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-3_4-branch
[official-gcc.git] / gcc / testsuite / gcc.dg / cast-lvalue-1.c
blob1e0f04a63d437fbe8f0aaaafb2a38cd484410c4b
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-warning "lvalue" "cast as lvalue deprecated" } */