Concretize gimple_try_set_catch_is_cleanup
commit82fa70a265ac201c4061d81ec3d1e2a6df07ca06
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 19 Dec 2013 19:03:56 +0000 (19 14:03 -0500)
committerDavid Malcolm <dmalcolm@redhat.com>
Fri, 24 Oct 2014 21:25:06 +0000 (24 17:25 -0400)
treeb89c45553daa38f1fa4f94574e96f3afba804af4
parentc35a1fc8b711d7043c20d6d497c5981fb83b0703
Concretize gimple_try_set_catch_is_cleanup

This corresponds to:
  [PATCH 64/89] Concretize gimple_try_set_catch_is_cleanup
  https://gcc.gnu.org/ml/gcc-patches/2014-04/msg01181.html
from the original 89-patch kit

That earlier patch was approved by Jeff:
> OK after prerequisites have gone in.
in https://gcc.gnu.org/ml/gcc-patches/2014-05/msg00818.html

gcc/
* gimple.h (gimple_try_set_catch_is_cleanup): Require a gimple_try.

* gimplify.c (gimplify_expr): Convert local "try_" from a gimple
to a gimple_try.
gcc/ChangeLog.gimple-classes
gcc/gimple.h
gcc/gimplify.c