[Bug 604874] Re: firefox fails to build from source with Linaro toolchain

Ulrich Weigand 604874 at bugs.launchpad.net
Wed Jul 28 17:13:27 UTC 2010


The problem is that in cp/decl.c:duplicate_decls, when merging two decls
for one variable, the code uses a memcpy to copy all fields in
tree_decl_common *except* those in tree_common (which are handled
manually).  Since the patch moves the user_align and packed_flag bits
from tree_decl_common into tree_base (which is part of tree_common),
these bits -which used to be copied automatically by the mempy- are now
no longer handled automatically and should have been handled manually.
No such code was added however.

-- 
firefox fails to build from source with Linaro toolchain
https://bugs.launchpad.net/bugs/604874
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox in ubuntu.




More information about the Ubuntu-mozillateam-bugs mailing list