[Bug other/36820] Exception can't be catched when --version-script is used

2008-07-15 Thread alexi dot zuo at gmail dot com
--- Comment #2 from alexi dot zuo at gmail dot com 2008-07-16 01:57 --- Since libfoo.so is linked to libbar.so, and libfoo.so does not hide the typeinfo of ebase (does that means all defintions in libfoo.so are visible to libbar.so? ), I suppose libbar.so should be able to see the

[Bug other/36820] Exception can't be catched when --version-script is used

2008-07-14 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-07-14 18:43 --- I don't think this is a bug as the typeinfo of ebase in libbar is being marked as hidden (local) so you have two different typeinfo that are not merged at load time. -- pinskia at gcc dot gnu dot org changed: