Re: [libobjc] Fix failures on AIX (PR libobjc/63765)

2015-02-05 Thread Rainer Orth
Hi Andrew, > On Wed, Feb 4, 2015 at 9:07 AM, Mike Stump wrote: >> On Feb 4, 2015, at 2:28 AM, Rainer Orth >> wrote: >>> Rainer Orth writes: > On Jan 28, 2015, Mike Stump wrote: >> On Jan 28, 2015, at 2:27 AM, Rainer Orth >> wrote: >>> >>> * Remove the definition of _XOPEN

Re: [libobjc] Fix failures on AIX (PR libobjc/63765)

2015-02-04 Thread Andrew Pinski
On Wed, Feb 4, 2015 at 9:07 AM, Mike Stump wrote: > On Feb 4, 2015, at 2:28 AM, Rainer Orth wrote: >> Rainer Orth writes: On Jan 28, 2015, Mike Stump wrote: > On Jan 28, 2015, at 2:27 AM, Rainer Orth > wrote: >> >> * Remove the definition of _XOPEN_SOURCE completely. > >>

Re: [libobjc] Fix failures on AIX (PR libobjc/63765)

2015-02-04 Thread Mike Stump
On Feb 4, 2015, at 2:28 AM, Rainer Orth wrote: > Rainer Orth writes: >>> On Jan 28, 2015, Mike Stump wrote: On Jan 28, 2015, at 2:27 AM, Rainer Orth wrote: > > * Remove the definition of _XOPEN_SOURCE completely. I think I prefer this one… and there is no hint wh

Re: [libobjc] Fix failures on AIX (PR libobjc/63765)

2015-02-04 Thread Rainer Orth
Rainer Orth writes: > Hi Alexandre, > >> On Jan 28, 2015, Mike Stump wrote: >> >>> On Jan 28, 2015, at 2:27 AM, Rainer Orth >>> wrote: There are two ways to fix this: * Remove the definition of _XOPEN_SOURCE completely. This is slightly more risky, but more future-proof s

Re: [libobjc] Fix failures on AIX (PR libobjc/63765)

2015-01-29 Thread Rainer Orth
Hi Alexandre, > On Jan 28, 2015, Mike Stump wrote: > >> On Jan 28, 2015, at 2:27 AM, Rainer Orth >> wrote: >>> There are two ways to fix this: >>> >>> * Remove the definition of _XOPEN_SOURCE completely. This is slightly >>> more risky, but more future-proof since defining features test macro

Re: [libobjc] Fix failures on AIX (PR libobjc/63765)

2015-01-28 Thread Alexandre Oliva
On Jan 28, 2015, Mike Stump wrote: > On Jan 28, 2015, at 2:27 AM, Rainer Orth > wrote: >> There are two ways to fix this: >> >> * Remove the definition of _XOPEN_SOURCE completely. This is slightly >> more risky, but more future-proof since defining features test macros >> has been an endless

Re: [libobjc] Fix failures on AIX (PR libobjc/63765)

2015-01-28 Thread Mike Stump
On Jan 28, 2015, at 2:27 AM, Rainer Orth wrote: > There are two ways to fix this: > > * Remove the definition of _XOPEN_SOURCE completely. This is slightly > more risky, but more future-proof since defining features test macros > has been an endless source of trouble in the past. I think I pr

[libobjc] Fix failures on AIX (PR libobjc/63765)

2015-01-28 Thread Rainer Orth
My fix for Solaris libobjc bootstrap https://gcc.gnu.org/ml/gcc-patches/2014-11/msg00073.html caused many Objective-C failures on AIX. There are two ways to fix this: * Remove the definition of _XOPEN_SOURCE completely. This is slightly more risky, but more future-proof since definin