PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / cond-lvalue-1.c
blobd7995c7eda55536ec879a7923ea7af29100f089f
1 /* Test for deprecation of conditional expressions as lvalues. */
2 /* Origin: Joseph Myers <jsm@polyomino.org.uk> */
3 /* { dg-do compile } */
4 /* { dg-options "" } */
6 int x, y, z;
8 void
9 foo (void)
11 (x ? y : z) = 1; /* { dg-bogus "warning" "warning in place of error" } */
12 /* { dg-error "lvalue" "conditional expression as lvalue" { target *-*-* } .-1 } */