Re: [libgfortran, 4.6] Don't use clock_gettime on Tru64 UNIX (PR fortran/47571)

2011-03-17 Thread Rainer Orth
Jakub Jelinek writes: >> Jakub, ok for the 4.6 branch once the bootstrap has finished >> successfully? > > Ok, but for 4.6.1 and 4.7 please revert it and apply the real fix. I think Janne meant to apply the real fix to 4.7, so I can keep the workaround locally for mainline. I just wanted to avo

Re: [libgfortran, 4.6] Don't use clock_gettime on Tru64 UNIX (PR fortran/47571)

2011-03-17 Thread Jakub Jelinek
On Thu, Mar 17, 2011 at 11:23:56AM +0100, Rainer Orth wrote: > The conditional use of clock_gettime via weakrefs completely broke > Fortran on Tru64 UNIX: while the function is available in librt, the > platform doesn't support weakrefs, so every execution test fails due to > the undefined symbol.

[libgfortran, 4.6] Don't use clock_gettime on Tru64 UNIX (PR fortran/47571)

2011-03-17 Thread Rainer Orth
The conditional use of clock_gettime via weakrefs completely broke Fortran on Tru64 UNIX: while the function is available in librt, the platform doesn't support weakrefs, so every execution test fails due to the undefined symbol. While a proper patch is being tested for mainline (to be backported