On 2011.11.15 at 07:09 +0000, Nathan Sidwell wrote: > On 11/14/11 22:33, Markus Trippelsdorf wrote: > > On 2011.11.14 at 21:59 +0000, Nathan Sidwell wrote: > >> This patch propagates visibility information in the same way that weakness > >> is > >> for externally visible coverage objects. I don't know whether this will > >> fix the > >> reported firefox build failure -- can you try? > > > > The patch doesn't help unfortunately. I still get the same > > "error: hidden symbol '_ZN2js11WeakMapBaseD0Ev' is not defined locally" > > messages when linking (firefox's) js. > > bum. I'm not sure how my patch could have changed the set of emitted > functions > -- gonna need a testcase. With a working toolchain, what object file(s) > contain the definition of _ZN2js11WeakMapBaseD0Ev? Can you provide that > file's > preprocessed source and the exact compile line?
Nothing changed the set of emitted functions. The error message above was just an example. Will post the full error message in the PR (51113). I will also try to come up with a smaller testcase. -- Markus