LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git] / gcc / testsuite / gcc.dg / compound-lvalue-1.c
blobffff76e47a4968562bad7545731a711d063a6dae
1 /* Test for deprecation of compound expressions as lvalues. */
2 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
3 /* { dg-do compile } */
4 /* { dg-options "" } */
6 int x, y;
8 void
9 foo (void)
11 (x, y) = 1; /* { dg-bogus "warning" "warning in place of error" } */
12 /* { dg-error "lvalue" "compound expression as lvalue" { target *-*-* } .-1 } */