function.c (expand_function_end): Emit a blockage insn before the epilogue when ...
authorAndrew Haley <aph@redhat.com>
Wed, 10 Mar 2004 17:47:45 +0000 (17:47 +0000)
committerAndrew Haley <aph@gcc.gnu.org>
Wed, 10 Mar 2004 17:47:45 +0000 (17:47 +0000)
commitffad84cd8567351d0c988cebdd5b95e4a4bc04ef
tree9b9a5f5981328e5ac58fde98a1519e76bad04d2f
parent65cd26a6f5334fceb8b1a8c21d22b00e05215290
function.c (expand_function_end): Emit a blockage insn before the epilogue when -fnon-call-exceptions is used.

2004-03-10  Andrew Haley  <aph@redhat.com>

* 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: r79265
gcc/ChangeLog
gcc/except.c
gcc/function.c