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

--- Comment #3 from Francois-Xavier Coudert <fxcoudert at gcc dot gnu.org> 2011-03-19 12:09:34 UTC ---
Author: fxcoudert
Date: Sat Mar 19 12:09:27 2011
New Revision: 171178

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171178
Log:
    PR libfortran/47439

    * io/unix.c (tempfile): Work around poor mktemp() implementations.

    * gfortran.dg/scratch_1.f90: New test.

Added:
    trunk/gcc/testsuite/gfortran.dg/scratch_1.f90
Modified:
    trunk/gcc/testsuite/ChangeLog
    trunk/libgfortran/ChangeLog
    trunk/libgfortran/io/unix.c


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