]> git.ipfire.org Git - thirdparty/gcc.git/commit
* tree.h (SAVE_EXPR_RESOLVED_P): New.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 22 Aug 2004 21:58:48 +0000 (21:58 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 22 Aug 2004 21:58:48 +0000 (21:58 +0000)
commit0c8fe10f97135696161ac53fd73669c25e2cbe57
tree8c78d03d629c9690690dd3a65b9e2d84e426d6dd
parentf888a3fbbbd3a36235de36669410e6ea2d485e13
    * tree.h (SAVE_EXPR_RESOLVED_P): New.
        * gimplify.c (gimplify_save_expr): Use it.
        * expr.c (expand_expr_real_1): Likewise.  Also set DECL_IGNORED_P
        on the temporary variable.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86387 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/expr.c
gcc/gimplify.c
gcc/tree.h