diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2002-03-19 17:06:18 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-03-19 17:06:18 -0800 |
commit | 2842be0538cd5b95c7f8bdeeda301db44784dab7 (patch) | |
tree | 11d268ec45289a1271b936ee781cdda0cf5f30b0 | |
parent | 93f82d608075a6d97a8064550286cb059d730667 (diff) | |
download | gcc-2842be0538cd5b95c7f8bdeeda301db44784dab7.zip gcc-2842be0538cd5b95c7f8bdeeda301db44784dab7.tar.gz gcc-2842be0538cd5b95c7f8bdeeda301db44784dab7.tar.bz2 |
Mark PR last change.
From-SVN: r51056
-rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cd732d7..1716c6b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2002-03-19 Richard Henderson <rth@redhat.com> + PR 5879 * except.c (current_function_has_exception_handlers): New. * except.h: Declare it. * sibcall.c (optimize_sibling_and_tail_recursive_call): Use it. |