tree-cfg.c (call_can_make_abnormal_goto): New predicate.
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 31 Mar 2012 17:21:01 +0000 (17:21 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 31 Mar 2012 17:21:01 +0000 (17:21 +0000)
commit8d960eda478bc9e710f55aaa0ac8849f6c78465a
tree064d1c805c56008fbb6aa9af4651992c8bbd7de6
parent9a9dcce8e8f235bddcbb89bf6010577686b4627b
tree-cfg.c (call_can_make_abnormal_goto): New predicate.

* tree-cfg.c (call_can_make_abnormal_goto): New predicate.
(stmt_can_make_abnormal_goto): Use it.
(is_ctrl_altering_stmt): Likewise.

From-SVN: r186047
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/controlled6.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/controlled6_pkg-iterators.adb [new file with mode: 0644]
gcc/testsuite/gnat.dg/controlled6_pkg-iterators.ads [new file with mode: 0644]
gcc/testsuite/gnat.dg/controlled6_pkg.ads [new file with mode: 0644]
gcc/tree-cfg.c