r267370 - in /trunk/gcc: ChangeLog collect2.c
iains@gcc.gnu.org
iains@gcc.gnu.org
Sun Dec 23 10:35:00 GMT 2018
Author: iains
Date: Sun Dec 23 10:35:28 2018
New Revision: 267370
URL: https://gcc.gnu.org/viewcvs?rev=267370&root=gcc&view=rev
Log:
Handle -save-temps in collect2
Handle the option, make the saved filenames and paths easier to handle.
Don't print '[Leaving...]' for files we never created and don't exist - or unless
verbose is true.
2018-12-23 Iain Sandoe <iain@sandoe.co.uk>
* collect2.c (main): Parse the output file early so we can make nicer
temp names. Respond to â-save-tempsâ in the GCC OPTIONS.
(maybe_unlink): Donât print â[Leavingâ¦â] for files we never created
and donât exist.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/collect2.c
More information about the Gcc-cvs
mailing list