This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/31053] print file name when file cannot be opened for writing
- From: "burnus at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Mar 2007 07:17:55 -0000
- Subject: [Bug fortran/31053] print file name when file cannot be opened for writing
- References: <bug-31053-9647@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from burnus at gcc dot gnu dot org 2007-03-07 07:17 -------
> gcc version 4.3.0 20061021 (experimental)
I believe this has been fixed already by PR30005 since December 5.
At least my gfortran prints:
At line 6 of file foo.f90
Fortran runtime error: Permission denied trying to open file 'junk.csv'
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31053