This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug tree-optimization/19505] [4.0/4.1 Regression] Java bytecode ICE in except.c remove_unreachable_regions
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 24 Sep 2005 21:31:18 -0000
- Subject: [Bug tree-optimization/19505] [4.0/4.1 Regression] Java bytecode ICE in except.c remove_unreachable_regions
- References: <20050118145002.19505.overholt@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-24 21:31 -------
The problem shows up only in .final_cleanup.
Before:
Eh tree:
4 catch tree_label:<L8>
3 try
2 catch tree_label:<L5>
1 try
After:
4 catch tree_label:*LJpc=2041
3 try
2 catch tree_label:*LJpc=2041
1 try
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19505