public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug fortran/31299]  New: getlog returns blanks when not run from the command prompt
@ 2007-03-21 16:31 michael dot a dot richmond at nasa dot gov
  2007-03-21 16:50 ` [Bug fortran/31299] " pinskia at gcc dot gnu dot org
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: michael dot a dot richmond at nasa dot gov @ 2007-03-21 16:31 UTC (permalink / raw)
  To: gcc-bugs

The following program prints my login name when I run it with the command:

./a.out

but it prints only blanks when I run it with nohup:

nohup ./a.out
cat nohup.out

PROGRAM test_getlog
CHARACTER(LEN=8) :: cname
CALL GETLOG(cname)
PRINT *, cname
END


-- 
           Summary: getlog returns blanks when not run from the command
                    prompt
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: michael dot a dot richmond at nasa dot gov


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


^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2007-04-25  7:39 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-21 16:31 [Bug fortran/31299] New: getlog returns blanks when not run from the command prompt michael dot a dot richmond at nasa dot gov
2007-03-21 16:50 ` [Bug fortran/31299] " pinskia at gcc dot gnu dot org
2007-03-21 17:00 ` michael dot a dot richmond at nasa dot gov
2007-03-21 17:28 ` burnus at gcc dot gnu dot org
2007-03-21 17:31 ` pinskia at gcc dot gnu dot org
2007-03-21 17:35 ` pinskia at gcc dot gnu dot org
2007-03-21 18:02 ` burnus at gcc dot gnu dot org
2007-03-22  4:46 ` ebb9 at byu dot net
2007-03-22  7:42 ` burnus at gcc dot gnu dot org
2007-03-22  9:36 ` [Bug fortran/31299] Use getpwuid(geteuid()) instead of getlogin() for GETLOG() burnus at gcc dot gnu dot org
2007-03-22 13:54 ` [Bug fortran/31299] I can produce the bug without using nohup michael dot a dot richmond at nasa dot gov
2007-03-22 15:20 ` pinskia at gcc dot gnu dot org
2007-03-23 21:29 ` [Bug libfortran/31299] Use getpwuid(geteuid()) instead of getlogin() for GETLOG() fxcoudert at gcc dot gnu dot org
2007-03-26  9:33 ` fxcoudert at gcc dot gnu dot org
2007-04-18 16:26 ` dfranke at gcc dot gnu dot org
2007-04-18 16:57 ` fxcoudert at gcc dot gnu dot org
2007-04-18 18:16 ` dfranke at gcc dot gnu dot org
2007-04-18 18:21 ` fxcoudert at gcc dot gnu dot org
2007-04-18 18:39 ` dfranke at gcc dot gnu dot org
2007-04-25  7:36 ` fxcoudert at gcc dot gnu dot org
2007-04-25  7:37 ` fxcoudert at gcc dot gnu dot org
2007-04-25  7:39 ` fxcoudert at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).