------- Comment #13 from danglin at gcc dot gnu dot org 2009-05-22 01:41 ------- I have the sense that this may be a constructor/destructor issue. The 64-bit hpux target uses .init_array and .fini_array for this purpose. The 32-bit hpux target uses a different mechanism. I will check if the 32-bit target has the same problem.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40094