http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45388

--- Comment #5 from Steve Ellcey <sje at cup dot hp.com> 2010-09-24 22:21:38 
UTC ---
I have verified that the bug shows up in r163443.  Looking at the assembly
language differences between 163442 and 163443, both versions have
_GLOBAL__I_65535_0__ZN2c12f6Ev,
a global routine to call the static initializer
(_Z41__static_initialization_and_destruction_0ii), but the new version also has
_GLOBAL__I__ZN2c12f6Ev to call the static initializer and this routine is not
global.  If I change the assembly language code to change the
GLOBAL__I__ZN2c12f6Ev function from static (.PARAM) to global (.EXPORT) then
the code will compile.

-- 
Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Reply via email to