From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14918 invoked by alias); 22 May 2009 01:42:04 -0000 Received: (qmail 14844 invoked by uid 48); 22 May 2009 01:41:45 -0000 Date: Fri, 22 May 2009 01:42:00 -0000 Message-ID: <20090522014145.14843.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/40094] FAIL: ext/throw_allocator/deallocate_global.cc execution test In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "danglin at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-05/txt/msg01855.txt.bz2 ------- 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