[Bug java/19674] Empty declaration through semicolon (;) causes compile failure

2005-07-12 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-12 22:35 --- Subject: Bug 19674 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-12 22:35:04 Modified files: gcc/java : ChangeLog jvspec.c parse-scan.y Log

[Bug java/19674] Empty declaration through semicolon (;) causes compile failure

2005-07-06 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19674

[Bug java/19674] Empty declaration through semicolon (;) causes compile failure

2005-07-06 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-07-06 19:05 --- Fixed in HEAD -- What|Removed |Added Status|NEW |RESOLVED

[Bug java/19674] Empty declaration through semicolon (;) causes compile failure

2005-07-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-07-05 21:10 --- Subject: Bug 19674 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-07-05 21:09:58 Modified files: gcc/java : ChangeLog parse.y libjava

[Bug java/19674] Empty declaration through semicolon (;) causes compile failure

2005-06-17 Thread mckinlay at redhat dot com
--- Additional Comments From mckinlay at redhat dot com 2005-06-18 01:50 --- I'm testing a patch. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19674

[Bug java/19674] Empty declaration through semicolon (;) causes compile failure

2005-01-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-28 19:04 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E

[Bug java/19674] Empty declaration through semicolon (;) causes compile failure

2005-01-28 Thread dog at bluezoo dot org
--- Additional Comments From dog at bluezoo dot org 2005-01-28 18:19 --- The relevant JLS production is ClassMemberDeclaration: http://java.sun.com/docs/books/jls/second_edition/html/classes.doc.html#18988 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19674