From: Andrew Haley Date: Wed, 10 Mar 2004 17:58:23 +0000 (+0000) Subject: re PR rtl-optimization/14381 (sched2 moving "may throw" instructions into epilogue) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f7b48371a97cc9e5c84bef466dfc21346a70404a;p=gcc.git re PR rtl-optimization/14381 (sched2 moving "may throw" instructions into epilogue) 2004-03-10 Andrew Haley 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3bfc3ede49c..a06f7c7c5f0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,6 @@ 2004-03-10 Andrew Haley + PR optimization/14381 * function.c (expand_function_end): Emit a blockage insn before the epilogue when -fnon-call-exceptions is used.