http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47802
--- Comment #30 from dave at hiauly1 dot hia.nrc.ca 2011-03-03 13:56:25 UTC --- On Fri, 25 Feb 2011, burnus at gcc dot gnu.org wrote: > Please shout loudly if there you still encounter a build failure! > > > TO BE DONE: The HP-UX (et al.?) compile warning regarding the _r functions and > _REENTRANT, cf. comment 20 and comment 23. In testing fix for above, I see: ../../../gcc/libgfortran/intrinsics/ctime.c: In function 'strctime': ../../../gcc/libgfortran/intrinsics/ctime.c:43:20: warning: initialization makes pointer from integer without a cast [enabled by default] Unfortunately, localtime_r has a different proto: int localtime_r(const time_t *timer, struct tm *result); Dave