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: bug report : -save-temps and stdin


On 29 October 2012 09:25, Mike  Dupont wrote:
> Well in this case, what about a random temp file name? tmpfile ?
> something with the timestamp as well.
> I would like to have those files if possible. would that be acceptable?

Why not just write the source to the temp file then invoke GCC on it?

Why add that into GCC itself when it's trivial to do externally?


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