Commit c13edb67 by Steven Bosscher

tree-cfg.c (verify_eh_throw_stmt_node): Return nonzero, to visit all EH…

tree-cfg.c (verify_eh_throw_stmt_node): Return nonzero, to visit all EH statement and fix EH checking.

	* tree-cfg.c (verify_eh_throw_stmt_node): Return nonzero,
	to visit all EH statement and fix EH checking.

From-SVN: r142966
parent 65cfcd07
2008-12-30 Steven Bosscher <steven@gcc.gnu.org>
* tree-cfg.c (verify_eh_throw_stmt_node): Return nonzero,
to visit all EH statement and fix EH checking.
2008-12-31 Seongbae Park <seongbae.park@gmail.com> 2008-12-31 Seongbae Park <seongbae.park@gmail.com>
Revert: Revert:
...@@ -4149,7 +4149,7 @@ verify_eh_throw_stmt_node (void **slot, void *data) ...@@ -4149,7 +4149,7 @@ verify_eh_throw_stmt_node (void **slot, void *data)
debug_gimple_stmt (node->stmt); debug_gimple_stmt (node->stmt);
eh_error_found = true; eh_error_found = true;
} }
return 0; return 1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment