[Bug lto/91307] -flto causes binary to vary

marxin at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Jul 31 14:16:00 GMT 2019


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

--- Comment #5 from Martin Liška <marxin at gcc dot gnu.org> ---
Confirmed:

$ marxin@marxinbox:/tmp> gcc -flto pr91307-*.c -o a.out && objdump -S a.out |
grep GLOBAL
0000000000401109 <_GLOBAL__I_65535_0_ccIH3dv1.o.4348>:
marxin@marxinbox:/tmp> gcc -flto pr91307-*.c -o a.out && objdump -S a.out |
grep GLOBAL
0000000000401109 <_GLOBAL__I_65535_0_ccrEZiHf.o.4348>:


More information about the Gcc-bugs mailing list