[Bug lto/68626] Compiling with "-flto -fuse-linker-plugin" gives libtool error

john.frankish at outlook dot com gcc-bugzilla@gcc.gnu.org
Tue Dec 1 05:44:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68626

--- Comment #4 from john.frankish at outlook dot com ---
$echo 'int f(void) { return 0; }' > test.c
$ cc test.c -c -flto -fuse-linker-plugin
$ nm test.o
0000000000000001 C __gnu_lto_slim
0000000000000001 C __gnu_lto_v1


More information about the Gcc-bugs mailing list