[Bug lto/88925] address of static string changes

2022-01-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88925 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug lto/88925] address of static string changes

2019-01-21 Thread ssbssa at yahoo dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88925 --- Comment #2 from Domani Hannes --- (In reply to Richard Biener from comment #1) > It works for me on x86_64-linux. Note to get the desired behavior GCC > relies on > string-merging performed by the linker. > > Can you elaborate on the host/t

[Bug lto/88925] address of static string changes

2019-01-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88925 --- Comment #1 from Richard Biener --- It works for me on x86_64-linux. Note to get the desired behavior GCC relies on string-merging performed by the linker. Can you elaborate on the host/target you compile for?