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 libfortran/47439] Fun with scratch files on Windows MKTEMP only allows for 26 files


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

Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> 2011-03-19 14:36:13 UTC ---
(In reply to comment #4)
> FAIL: gfortran.dg/scratch_1.f90  -O0  execution test

Must be a limit on the number of concurrently open files (the test checks for
3000). Next commit fixed it.


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