This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libfortran/51803] gfortran getcwd at startup
- From: "jb at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 11 Jan 2012 07:34:22 +0000
- Subject: [Bug libfortran/51803] gfortran getcwd at startup
- Auto-submitted: auto-generated
- References: <bug-51803-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51803
--- Comment #5 from Janne Blomqvist <jb at gcc dot gnu.org> 2012-01-11 07:34:22 UTC ---
Author: jb
Date: Wed Jan 11 07:34:16 2012
New Revision: 183090
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=183090
Log:
PR 51803 Handle getcwd failure and lack of the function better.
2012-01-11 Janne Blomqvist <jb@gcc.gnu.org>
Mike Stump <mikestump@comcast.net>
PR libfortran/51803
* runtime/main.c (store_exe_path): Handle getcwd failure and lack
of the function better.
Modified:
trunk/libgfortran/ChangeLog
trunk/libgfortran/runtime/main.c