diff options
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8f5e5761caa..f846e68d530 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -90,6 +90,15 @@ * config/alpha/gnu.h: New file for it. * config/gnu.h (TARGET_MEM_FUNCTIONS): #undef before #define. +2002-04-16 Mark Mitchell <mark@codesourcery.com> + + * c-common.h (STMT_EXPR_NO_SCOPE): New macro. + * c-common.c (c_expand_expr): Respect STMT_EXPR_NO_SCOPE. + * tree.h (expand_start_stmt_expr): Update prototype. + * stmt.c (expand_start_stmt_expr): Add has_scope parameter. + * tree-inline.c (expand_call_inline): Set STMT_EXPR_NO_SCOPE + on the STMT_EXPR created for the inline function. + 2002-04-15 Richard Henderson <rth@redhat.com> * config/alpha/linux.h, config/arm/linux-elf.h, config/i370/linux.h, |