]> git.ipfire.org Git - thirdparty/gcc.git/commit
c-common.c (c_expand_expr): If the last expression is a VAR_DECL with RTL that matche...
authorJason Merrill <jason@gcc.gnu.org>
Wed, 28 Aug 2002 21:17:12 +0000 (17:17 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 28 Aug 2002 21:17:12 +0000 (17:17 -0400)
commit3abbc7e74bf54e187bd143ce2457262140df4b71
treefcb8ebe7c8da0e45edc9ffeb907d3bd515428d69
parent97442810b56b6461eaa9c59e8ab86d5f324428e7
c-common.c (c_expand_expr): If the last expression is a VAR_DECL with RTL that matches the target...

        * c-common.c (c_expand_expr) [STMT_EXPR]: If the last expression is
        a VAR_DECL with RTL that matches the target, just return that RTL.

        * tree-inline.c (expand_call_inline): Make the statement
        expression we generate have a COMPOUND_STMT.

From-SVN: r56645
gcc/ChangeLog
gcc/c-common.c
gcc/tree-inline.c