This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug java/13404] ICE when Missing identifier on catch clause
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Dec 2003 13:45:12 -0000
- Subject: [Bug java/13404] ICE when Missing identifier on catch clause
- References: <20031215190545.13404.fnasser@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-19 13:45 -------
Here is a testcase:
class pr13404{
int f(){
try {
} catch(Exception){
}
}
}
Confirmed.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-12-19 13:45:11
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13404