bug report : -save-temps and stdin
Jonathan Wakely
jwakely.gcc@gmail.com
Mon Oct 29 10:19:00 GMT 2012
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?
More information about the Gcc
mailing list