From: Richard Henderson Date: Sat, 31 Aug 2002 02:43:49 +0000 (-0700) Subject: Mark pr last change. X-Git-Tag: releases/gcc-3.3.0~3095 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c9989d0946718176421b57506af614a8e48b80ec;p=thirdparty%2Fgcc.git Mark pr last change. From-SVN: r56693 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c47b260ead28..f8222d8df27a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2002-08-30 Richard Henderson + PR opt/7515 * c-objc-common.c: Include target.h. (c_cannot_inline_tree_fn): Don't auto-inline functions that don't bind locally. Factor setting DECL_UNINLINABLE. diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 4c650c19c572..ba4fdbcbf064 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,6 @@ 2002-08-30 Richard Henderson + PR opt/7515 * tree.c: Include target.h. (cp_cannot_inline_tree_fn): Don't auto-inline functions that don't bind locally.