]> gcc.gnu.org Git - gcc.git/commit
Handle -save-temps in collect2
authorIain Sandoe <iain@sandoe.co.uk>
Sun, 23 Dec 2018 10:35:28 +0000 (10:35 +0000)
committerIain Sandoe <iains@gcc.gnu.org>
Sun, 23 Dec 2018 10:35:28 +0000 (10:35 +0000)
commit513825f06b561ceb7040f04fbf138a9e9c23a813
tree75db6ba0b908d8a523c3575ac6c14850e1cfa0a3
parentf67eeb79e18366528daf855648abb4e6069f8238
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.

From-SVN: r267370
gcc/ChangeLog
gcc/collect2.c
This page took 0.052721 seconds and 5 git commands to generate.