diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 26bed221d40..2ee82900395 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -8,16 +8,6 @@ * tree.c (get_callee_fndecl): Follow DECL_ABSTRACT_ORIGIN if DECL_INITIAL is NULL. - * stmt.c (expand_expr_stmt): Keep last_expr_value non-NULL iff - we're interested in the result. Use it to tell whether to - ignore results of enclosed expressions. - (expand_start_stmt_expr): Added new argument, and initialize - last_expr_value accordingly. - * tree.h (expand_start_stmt_expr): Adjusted declaration. - * c-common.c (c_expand_expr): Adjust call. - * expr.c (expand_expr) [EXPR_WFL]: Pass const0_rtx down if - ignoring the result. - 2001-12-04 Jakub Jelinek <jakub@redhat.com> * flow.c (ior_reg_cond): Return NULL if ! add and rtx wasn't optimized. |