[Bug libfortran/47375] GETLOG not threadsafe, causes warnings/wrong-code with static linking

2011-02-02 Thread dnovillo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47375 --- Comment #9 from Diego Novillo dnovillo at gcc dot gnu.org 2011-02-02 17:47:18 UTC --- Author: dnovillo Date: Wed Feb 2 17:47:13 2011 New Revision: 169586 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169586 Log: PR 47375 getlog thread

[Bug libfortran/47375] GETLOG not threadsafe, causes warnings/wrong-code with static linking

2011-01-27 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47375 --- Comment #7 from Tobias Burnus burnus at gcc dot gnu.org 2011-01-27 14:48:27 UTC --- The patch causes build failures on Solaris, cf. bug 47491

[Bug libfortran/47375] GETLOG not threadsafe, causes warnings/wrong-code with static linking

2011-01-27 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47375 Janne Blomqvist jb at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug libfortran/47375] GETLOG not threadsafe, causes warnings/wrong-code with static linking

2011-01-25 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47375 --- Comment #6 from Janne Blomqvist jb at gcc dot gnu.org 2011-01-25 16:46:07 UTC --- Author: jb Date: Tue Jan 25 16:46:00 2011 New Revision: 169243 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=169243 Log: PR 47375 getlog thread safety

[Bug libfortran/47375] GETLOG not threadsafe, causes warnings/wrong-code with static linking

2011-01-21 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47375 Janne Blomqvist jb at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last

[Bug libfortran/47375] GETLOG not threadsafe, causes warnings/wrong-code with static linking

2011-01-20 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47375 --- Comment #2 from Joost VandeVondele Joost.VandeVondele at pci dot uzh.ch 2011-01-20 13:16:46 UTC --- I quickly tried to link a C program statically that uses getpwuid_r. It has the same problem. I guess it is unavoidable.

[Bug libfortran/47375] GETLOG not threadsafe, causes warnings/wrong-code with static linking

2011-01-20 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47375 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added CC||jakub at gcc dot

[Bug libfortran/47375] GETLOG not threadsafe, causes warnings/wrong-code with static linking

2011-01-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47375 --- Comment #4 from Tobias Burnus burnus at gcc dot gnu.org 2011-01-20 13:38:44 UTC --- Documentation for getpwuid_r from POSIX: http://pubs.opengroup.org/onlinepubs/009695399/functions/getpwuid.html and for LINUX, which contains a getpwuid_r