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

Reply via email to