This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/40094] FAIL: ext/throw_allocator/deallocate_global.cc execution test



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]