http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48245
--- Comment #4 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-03-23 15:28:31 UTC --- > What happens if you try to compile and link the test program from > check_linker_plugin_available with the new gcc? > > $ cd gcc > $ cat > lpl.c > int main() { return 0; } > $ ./xgcc -B./ -flto -fuse-linker-plugin lpl.c See >Before revision 171039 the test was unsupported: > ... > because the test for 'check_linker_plugin_available' in > /opt/gcc/p_work/gcc/testsuite/lib/target-supports.exp returned > > gcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found > > while following revision 171039 the same test compiles and executes without > error. in comment #0.