From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13507 invoked by alias); 10 May 2009 20:17:23 -0000 Received: (qmail 13445 invoked by uid 48); 10 May 2009 20:17:11 -0000 Date: Sun, 10 May 2009 20:17:00 -0000 Message-ID: <20090510201711.13444.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: "paolo dot carlini at oracle dot com" 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/msg00870.txt.bz2 ------- Comment #1 from paolo dot carlini at oracle dot com 2009-05-10 20:17 ------- This is seen only on hpux and frankly I have no idea how the recent changes to throw_allocator (which was completely broken before) could have caused it: I would suggest taking the testcase out of the testsuite, comment out the include compile it -O0 -g3 (maybe better rebuilding the library too CXXFLAGS="-O0 -g3") and try to figure out under the debugger where the last spurious couple of delete / new comes from... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40094