This is the mail archive of the java-prs@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/19505] [4.0/4.1 Regression] Java bytecode ICE in except.c remove_unreachable_regions


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]