This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/19810] Finally handling inconsistent when compiling to class/executable
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Feb 2005 19:21:06 -0000
- Subject: [Bug java/19810] Finally handling inconsistent when compiling to class/executable
- References: <20050207191551.19810.jdh41@cantab.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From tromey at gcc dot gnu dot org 2005-02-07 19:21 -------
This also affects 3.3.
The code for the wtf() method forgets to call the finally handler:
0: iload_0
1: ifeq 7
4: iconst_1
5: ireturn
6: pop
7: iconst_0
8: ireturn
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2005-02-07 19:21:05
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19810