[Bug lto/43581] exception handling broken across shared libraries with -fuse-linker-plugin

2021-12-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43581 Andrew Pinski changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Bug lto/43581] exception handling broken across shared libraries with -fuse-linker-plugin

2012-06-18 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43581 --- Comment #8 from vincenzo Innocente vincenzo.innocente at cern dot ch 2012-06-18 12:29:44 UTC --- I get a segfault if I add -Wl,--icf=all (for gold) c++ -Wl,-v -g -fno-omit-frame-pointer -pthread -O2 lib.cpp -flto -ffunction-sections -fPIC