diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2002-08-30 19:43:49 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-08-30 19:43:49 -0700 |
commit | c9989d0946718176421b57506af614a8e48b80ec (patch) | |
tree | 3edde9d76c6bc0fc9599b1569f5f028bb3076e3a /gcc | |
parent | 8a3c918078119f96266a8a771976c36264fd8fa0 (diff) | |
download | gcc-c9989d0946718176421b57506af614a8e48b80ec.zip gcc-c9989d0946718176421b57506af614a8e48b80ec.tar.gz gcc-c9989d0946718176421b57506af614a8e48b80ec.tar.bz2 |
Mark pr last change.
From-SVN: r56693
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 1 | ||||
-rw-r--r-- | gcc/cp/ChangeLog | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c47b260..f8222d8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2002-08-30 Richard Henderson <rth@redhat.com> + 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 4c650c1..ba4fdbc 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,5 +1,6 @@ 2002-08-30 Richard Henderson <rth@redhat.com> + PR opt/7515 * tree.c: Include target.h. (cp_cannot_inline_tree_fn): Don't auto-inline functions that don't bind locally. |