To reproduce the bug, [ rename temporarily the lto-wrapper program ] $ gcc -fuse-linker-plugin something.c Segmentation fault
Created attachment 20086 [details] Patch I use this patch.
Author: jsm28 Date: Mon Nov 22 21:18:15 2010 New Revision: 167052 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=167052 Log: 2010-11-22 Dmitry Gorbachev <d.g.gorbachev@gmail.com> PR driver/43335 * gcc.c (main): Don't crash when lto-wrapper program is not found. Modified: trunk/gcc/ChangeLog trunk/gcc/gcc.c
.