This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/31299] getlog returns blanks when not run from the command prompt



------- Comment #3 from burnus at gcc dot gnu dot org  2007-03-21 17:27 -------
I can reproduce this. With g95 it shows also with nohup the login, whereas with
gfortran, sunf95 and ifort it does not.

gfortran calls: char *getlogin(void)
g95 calls: getpwuid(getuid())->pw_name


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31299


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]