r220477 - in /trunk/lto-plugin: ChangeLog lto-p...

hjl@gcc.gnu.org hjl@gcc.gnu.org
Fri Feb 6 13:55:00 GMT 2015


Author: hjl
Date: Fri Feb  6 13:55:42 2015
New Revision: 220477

URL: https://gcc.gnu.org/viewcvs?rev=220477&root=gcc&view=rev
Log:
Revert the PR lto/64837 fix

It breaks gold:

% echo "int main () {}" | gcc -fuse-ld=gold -flto -x c++ -
ld.gold: internal error in remove_writer, at token.h:132
collect2: error: ld returned 1 exit status

	* lto-plugin.c (release_input_file): Removed.
	(claim_file_handler): Don't call release_input_file.
	(onload): Don't set release_input_file.

Modified:
    trunk/lto-plugin/ChangeLog
    trunk/lto-plugin/lto-plugin.c



More information about the Gcc-cvs mailing list