1 // Test operation of -Wparentheses. Warnings for assignments used as
2 // truth-values shouldn't apply other than for plain assignment.
3 // Essentially the same as gcc.dg/Wparentheses-10.c.
4 // Origin: Joseph Myers <jsm@polyomino.org.uk>
7 // { dg-options "-Wparentheses" }
33 do foo (8); while (a >>= b);
34 do foo (9); while (a &= a);