On 02/13/2017 10:46 AM, Jakub Jelinek wrote:
Hi!I'd like to ping a couple of patches: - C++ P1 PR79232 - ICEs and wrong-code with COMPOUND_EXPR on lhs of assignment http://gcc.gnu.org/ml/gcc-patches/2017-01/msg02341.html
What puzzles me about (and may be an existing orthogonal issue), is the checking for TYPE(rhs) == VOID. In the current code it's only explicitly checked in the lhs == COND_EXPR case, which is strange. Why isn't it a general constraint?
nathan -- Nathan Sidwell