Bug#490173: g++-4.3: Doesn't hide (visibility-wise) vtables and VTTs on ARM

2008-12-27 Thread Martin Michlmayr
forwarded 490173 http://gcc.gnu.org/PR38643 thanks * Mike Hommey m...@glandium.org [2008-07-10 16:01]: Package: g++-4.3 This bug causes FTBFS of webkit on ARM: http://buildd.debian.org/fetch.cgi?pkg=webkit;ver=1.0.1-1;arch=armel;stamp=1215557168 The problem can be seen on the following

Bug#490173: g++-4.3: Doesn't hide (visibility-wise) vtables and VTTs on ARM

2008-07-10 Thread Mike Hommey
Package: g++-4.3 Version: 4.3.1-4 Severity: important This bug causes FTBFS of webkit on ARM: http://buildd.debian.org/fetch.cgi?pkg=webkit;ver=1.0.1-1;arch=armel;stamp=1215557168 The problem can be seen on the following code: -8- class A { public: int a; virtual int v(); }; int