This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/31299] I can produce the bug without using nohup
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Mar 2007 15:19:45 -0000
- Subject: [Bug fortran/31299] I can produce the bug without using nohup
- References: <bug-31299-14284@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #11 from pinskia at gcc dot gnu dot org 2007-03-22 15:19 -------
I say GETLOG should have the same behavior as getlogin which is what this
behavior is comming from.
Considering the documentation says:
On systems where the getlogin(3) function is not implemented, this will return
a blank string.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31299