Re: RFR(XS): 8161262: Fix jdk build with gcc 4.1.2: -fno-strict-overflow not known.

2016-07-13 Thread Andrew Hughes
- Original Message - > Hi, > > we are building the jdk7u ppc port on gcc 4.1.2. This fails since > "8147466: Add -fno-strict-overflow to IndicRearrangementProcessor{,2}.cpp" > as the gcc flag introduced there is not known to gcc 4.1.2. > I just guard it by the compiler version. > > Pleas

RE: RFR(XS): 8161262: Fix jdk build with gcc 4.1.2: -fno-strict-overflow not known.

2016-07-13 Thread Lindenmaier, Goetz
:a...@redhat.com] > Sent: Mittwoch, 13. Juli 2016 11:00 > To: Lindenmaier, Goetz ; jdk7u- > d...@openjdk.java.net > Subject: Re: RFR(XS): 8161262: Fix jdk build with gcc 4.1.2: -fno-strict- > overflow not known. > > On 13/07/16 09:53, Lindenmaier, Goetz wrote: > > we are buil

Re: RFR(XS): 8161262: Fix jdk build with gcc 4.1.2: -fno-strict-overflow not known.

2016-07-13 Thread Andrew Haley
On 13/07/16 09:53, Lindenmaier, Goetz wrote: > we are building the jdk7u ppc port on gcc 4.1.2. This fails since > "8147466: Add -fno-strict-overflow to IndicRearrangementProcessor{,2}.cpp" > as the gcc flag introduced there is not known to gcc 4.1.2. > I just guard it by the compiler version. >

RFR(XS): 8161262: Fix jdk build with gcc 4.1.2: -fno-strict-overflow not known.

2016-07-13 Thread Lindenmaier, Goetz
Hi, we are building the jdk7u ppc port on gcc 4.1.2. This fails since "8147466: Add -fno-strict-overflow to IndicRearrangementProcessor{,2}.cpp" as the gcc flag introduced there is not known to gcc 4.1.2. I just guard it by the compiler version. Please review this change. http://cr.openjdk.java.