re PR rtl-optimization/14381 (sched2 moving "may throw" instructions into epilogue)
authorAndrew Haley <aph@gcc.gnu.org>
Wed, 10 Mar 2004 17:58:23 +0000 (17:58 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Wed, 10 Mar 2004 17:58:23 +0000 (17:58 +0000)
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

gcc/ChangeLog

index 3bfc3ede49c51271381ce8bff94328e38af8d7d0..a06f7c7c5f0ccf6f2968f6af1561d6c7f0479abb 100644 (file)
@@ -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.