------- Comment #4 from ehren dot m at gmail dot com 2009-11-25 13:49 ------- (In reply to comment #3) > This sounds like bug 41611. Is > nsAccessibleWrap::ReturnString(nsAString_internal&) an inline function (which > causes that variable to be vague linkage)? >
It is inline: http://hg.mozilla.org/mozilla-central/file/d76583175408/accessible/src/atk/nsAccessibleWrap.h#l114 Changing it resolves the problem. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42171