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 [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 code: Thanks,

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

2008-12-27 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > forwarded 490173 http://gcc.gnu.org/PR38643 Bug#490173: g++-4.3: Doesn't hide (visibility-wise) vtables and VTTs on ARM Noted your statement that Bug has been forwarded to http://gcc.gnu.org/PR38643. > thanks Stopping processing he

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