]> git.ipfire.org Git - thirdparty/gcc.git/commit - lto-plugin/ChangeLog
re PR lto/43857 (-fresolution causes an ICE)
authorRichard Guenther <rguenther@suse.de>
Fri, 7 May 2010 15:53:40 +0000 (15:53 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 7 May 2010 15:53:40 +0000 (15:53 +0000)
commit5cd0e96b0e8248436fa6f743feb057114abd2f62
tree29dabebed4129e0cb07c2120a2171cf6005fa4b9
parent40bb78ad246919ee068382c3a2cdf6f299e412c9
re PR lto/43857 (-fresolution causes an ICE)

2010-05-07  Richard Guenther <rguenther@suse.de>

* gcc.c (LINK_COMMAND_SPEC): Provide a resolution file to
the linker plugin.
(store_arg): Queue temp_filename for deletion instead of
the whole argument.

lto/
PR lto/43857
PR lto/43371
* lang.opt (fresolution): Change to ...
(fresolution=): ... this.
* lto-lang.c (lto_handle_option): Adjust.

lto-plugin/
* lto-plugin.c (free_2): Do not free resolution_file.
(write_resolution): Check that we were passed a resolution file.
(all_symbols_read_handler): Adjust.
(cleanup_handler): Do not remove the resolution file.
(process_option): Handle -fresolution=.

From-SVN: r159159
gcc/ChangeLog
gcc/gcc.c
gcc/lto/ChangeLog
gcc/lto/lang.opt
gcc/lto/lto-lang.c
lto-plugin/ChangeLog
lto-plugin/lto-plugin.c