This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/25873] [gomp] ICE in verify_eh_throw_stmt_node
- From: "dnovillo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Jan 2006 15:49:26 -0000
- Subject: [Bug c++/25873] [gomp] ICE in verify_eh_throw_stmt_node
- References: <bug-25873-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from dnovillo at gcc dot gnu dot org 2006-01-27 15:49 -------
This is actually:
2006-01-26 Diego Novillo <dnovillo@redhat.com>
* tree-cfg.c (move_block_to_fn): Call
remove_stmt_from_eh_region for each moved statement.
which I need to move to trunk when the C++ FE is merged in. Added to my TODO
for the C++ merge.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25873