Patch: RFA: FIx PR java/19674

Bryce McKinlay mckinlay@redhat.com
Mon Jul 4 23:19:00 GMT 2005


This patch fixes java/19674:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19674

Empty declarations (";") are permitted in class and interface bodies. 
gcj will currently accept them in class bodies but not in interfaces. 
This patch updates our grammar to be more consistent with the JLS. Note 
that we still correctly warn about empty declarations when -Wall is used.

OK to commit?

Bryce

-------------- next part --------------
A non-text attachment was scrubbed...
Name: java-PR19674.patch
Type: text/x-patch
Size: 617 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20050704/8054b95c/attachment.bin>


More information about the Java-patches mailing list