except.c (end_eh_unwinder): If we have a return instruction...
authorMike Stump <mrs@gcc.gnu.org>
Thu, 19 Jun 1997 01:13:20 +0000 (01:13 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Thu, 19 Jun 1997 01:13:20 +0000 (01:13 +0000)
commit16c8104062425d556e5b0f4bbe0747b0fb7c0351
tree85a86cfff2628d273eace45104b41aee7ba8299c
parentc13210e902928f267ec425da4981b43aca6dc3c2
except.c (end_eh_unwinder): If we have a return instruction...

* except.c (end_eh_unwinder): If we have a return instruction, we
have to make sure we use it and don't fall off the end of the
function in the unwinder.
Fixes EH codegen bug on vax-dec-vms

From-SVN: r14258
gcc/except.c