This is the mail archive of the gcc@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]

Re: 3.2 PATCH: Ada parallel bootstrap fixes


> If I read the Ada standard correctly, temporary files do not need to
> have names, so the code is in fact unnecessarily complex (we could
> simply call tmpfile() and rely on the C library getting it right, most
> of the problems stem from the fact that mkstemp() is a rather late
> addition to the POSIX C library, and we cannot assume that it is
> available widely).

A lot of code relies on temp files having names.


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