diff options
author | Andrew Haley <aph@gcc.gnu.org> | 2004-03-10 17:58:23 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2004-03-10 17:58:23 +0000 |
commit | f7b48371a97cc9e5c84bef466dfc21346a70404a (patch) | |
tree | 1b335c47d5e841476b5eda1d3fec43ca0e4dbc5b | |
parent | ffad84cd8567351d0c988cebdd5b95e4a4bc04ef (diff) | |
download | gcc-f7b48371a97cc9e5c84bef466dfc21346a70404a.zip gcc-f7b48371a97cc9e5c84bef466dfc21346a70404a.tar.gz gcc-f7b48371a97cc9e5c84bef466dfc21346a70404a.tar.bz2 |
re PR rtl-optimization/14381 (sched2 moving "may throw" instructions into epilogue)
2004-03-10 Andrew Haley <aph@redhat.com>
PR optimization/14381
* function.c (expand_function_end): Emit a blockage insn before
the epilogue when -fnon-call-exceptions is used.
* except.c (expand_start_all_catch): Make comment more accurate.
From-SVN: r79266
-rw-r--r-- | gcc/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3bfc3ed..a06f7c7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2004-03-10 Andrew Haley <aph@redhat.com> + PR optimization/14381 * function.c (expand_function_end): Emit a blockage insn before the epilogue when -fnon-call-exceptions is used. |