This is the mail archive of the java-patches@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]

Re: Patch: RFA: FIx PR java/19674


Ranjit Mathew wrote:
> Bryce McKinlay wrote:
> 
>>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.
> 
> 
> If it is not out-of-sync already, it might be good to update
> the grammar in parse-scan.y as well.

Never mind. I missed Tom's patch for the same posted later on.
Sorry for the noise.

Ranjit.

-- 
Ranjit Mathew       Email: rmathew AT gmail DOT com

Bangalore, INDIA.     Web: http://ranjitmathew.hostingzero.com/


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