re PR c++/16112 (ICE with statement expression in return statement)
authorJason Merrill <jason@redhat.com>
Tue, 22 Jun 2004 21:15:29 +0000 (17:15 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Tue, 22 Jun 2004 21:15:29 +0000 (17:15 -0400)
commit28c6dc635956b00d497d8d12cd95b61c47ebb2b8
treef28bae23151fc0d321036e3591b21d3023877f30
parent96a4ec035df0805444de4d6c67323f77ed0a79bc
re PR c++/16112 (ICE with statement expression in return statement)

        PR c++/16112
        * cp-gimplify.c (cp_gimplify_init_expr): Look through
        CLEANUP_POINT_EXPR.

From-SVN: r83514
gcc/cp/ChangeLog
gcc/cp/cp-gimplify.c
gcc/testsuite/g++.dg/ext/stmtexpr3.C [new file with mode: 0644]