r262999 - in /trunk: gcc/ChangeLog gcc/lto-wrap...

marxin@gcc.gnu.org marxin@gcc.gnu.org
Thu Jul 26 12:13:00 GMT 2018


Author: marxin
Date: Thu Jul 26 12:13:14 2018
New Revision: 262999

URL: https://gcc.gnu.org/viewcvs?rev=262999&root=gcc&view=rev
Log:
Add linker_output as prefix for LTO temps (PR lto/86548).

2018-07-26  Martin Liska  <mliska@suse.cz>

        PR lto/86548
	* lto-wrapper.c: Add linker_output as prefix
        for ltrans_output_file.
2018-07-26  Martin Liska  <mliska@suse.cz>

        PR lto/86548
	* libiberty.h (make_temp_file_with_prefix): New function.
2018-07-26  Martin Liska  <mliska@suse.cz>

        PR lto/86548
	* make-temp-file.c (TEMP_FILE): Remove leading 'cc'.
	(make_temp_file): Call make_temp_file_with_prefix with
        first argument set to NULL.
	(make_temp_file_with_prefix): Support also prefix.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/lto-wrapper.c
    trunk/include/ChangeLog
    trunk/include/libiberty.h
    trunk/libiberty/ChangeLog
    trunk/libiberty/make-temp-file.c



More information about the Gcc-cvs mailing list