[Bug libfortran/23272] [mingw32] inquire via filename fails

2007-09-20 Thread fxcoudert at gcc dot gnu dot org
--- Comment #10 from fxcoudert at gcc dot gnu dot org 2007-09-20 22:58 --- Fixed. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/23272] [mingw32] inquire via filename fails

2007-09-20 Thread fxcoudert at gcc dot gnu dot org
--- Comment #9 from fxcoudert at gcc dot gnu dot org 2007-09-20 22:57 --- Subject: Bug 23272 Author: fxcoudert Date: Thu Sep 20 22:56:48 2007 New Revision: 128636 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=128636 Log: PR libfortran/23272 * io/unix.c

[Bug libfortran/23272] [mingw32] inquire via filename fails

2007-08-22 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |fxcoudert at gcc dot gnu dot |dot org

[Bug libfortran/23272] [mingw32] inquire via filename fails

2007-07-27 Thread fxcoudert at gcc dot gnu dot org
--- Comment #7 from fxcoudert at gcc dot gnu dot org 2007-07-27 11:24 --- (In reply to comment #6) should one add a mingw maintainer to the CC? Adding Danny Smith to the CC list. BTW, this one misses the wrong-code keyword (and I don't have permission to add it, which is

[Bug libfortran/23272] [mingw32] inquire via filename fails

2007-07-27 Thread jv244 at cam dot ac dot uk
--- Comment #8 from jv244 at cam dot ac dot uk 2007-07-27 12:03 --- (In reply to comment #7) Added. I can't give you permission to add keywords, the only thing I can do is make you a CONFIRMer (which I just did). OK, I might use that from time to time. Who has the power to allow me

[Bug libfortran/23272] [mingw32] inquire via filename fails

2007-07-20 Thread jv244 at cam dot ac dot uk
--- Comment #6 from jv244 at cam dot ac dot uk 2007-07-20 19:35 --- should one add a mingw maintainer to the CC? BTW, this one misses the wrong-code keyword (and I don't have permission to add it, which is annoying). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23272

[Bug libfortran/23272] [mingw32] inquire via filename fails

2006-02-03 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2006-02-03 20:31 --- Unfortunately, I don't have time to work on this, so I let it go. Sorry. -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/23272] [mingw32] inquire via filename fails

2005-10-23 Thread cvs-commit at gcc dot gnu dot org
--- Comment #4 from cvs-commit at gcc dot gnu dot org 2005-10-23 20:43 --- Subject: Bug 23272 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-10-23 20:43:54 Modified files: libgfortran: ChangeLog acinclude.m4 config.h.in configure

[Bug libfortran/23272] [mingw32] inquire via filename fails

2005-10-22 Thread fxcoudert at gcc dot gnu dot org
--- Comment #3 from fxcoudert at gcc dot gnu dot org 2005-10-22 22:31 --- Patch posted (for simple cases only). -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added

[Bug libfortran/23272] [mingw32] inquire via filename fails

2005-09-03 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-09-03 07:55 --- For info, here is a way to create a pseudo inode number for stat and fstat using mingw32 and a few Windows API calls: http://gnuwin32.sourceforge.net/compile.html --

[Bug libfortran/23272] [mingw32] inquire via filename fails

2005-09-02 Thread fxcoudert at gcc dot gnu dot org
--- Additional Comments From fxcoudert at gcc dot gnu dot org 2005-09-02 21:27 --- libgfortran does the inquire by fstating the files and comparing devices types and inode numbers (st_dev and st_ino). But, on mingw, fstat returns 0 as inode number for all files. Thus, the inquire fails

[Bug libfortran/23272] [mingw32] inquire via filename fails

2005-08-07 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Summary|inquire via filename fails |[mingw32] inquire via |on mingw32 |filename fails