Patch to fix build breakage with GCC 4.7

2012-01-30 Thread Deepak Bhole
Hi, JDK builds currently fail with GCC 4.7 due to its stricter option checking. GCC 4.6 and prior ignored invalid options -- GCC 4.7 does not. Certain files in JDK supply the -mimpure-text option to GCC. This option is only valid on SPARC[1,2]. As a result, GCC 4.7 throws an error during build on

Re: Review request for java.text.** warning cleanup

2011-12-19 Thread Deepak Bhole
away and got back on Friday. I've just sent a message to John to get the final matters sorted out. Hopefully this will get pushed soon! Cheers, Deepak > s'marks > > On 12/6/11 5:26 PM, John Rose wrote: > >On Dec 5, 2011, at 12:30 PM, Deepak Bhole wrote: > > > >

Re: Review request for java.text.** warning cleanup

2011-12-05 Thread Deepak Bhole
* John Rose [2011-12-02 17:12]: >On Dec 2, 2011, at 10:47 AM, Deepak Bhole wrote: > > (Netbeans can find opportunities for diamond operators, BTW.) > > The new parameters are clearly more > correct, but they look like an API change on a public method or