From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13398 invoked by alias); 29 May 2009 01:20:42 -0000 Received: (qmail 13364 invoked by uid 48); 29 May 2009 01:20:31 -0000 Date: Fri, 29 May 2009 01:20:00 -0000 Message-ID: <20090529012031.13363.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: "bkoz 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/msg02234.txt.bz2 ------- Comment #21 from bkoz at gcc dot gnu dot org 2009-05-29 01:20 ------- Yeah Paolo, didn't these this was due to your rework. I think the test cases are ok now, seems like a better starting place although we may need to add // { dg-require-cxa-atexit "" } on more of these. Actually had another idea about reworking throw_allocator, as attached for trunk at some point. Although hackish, the current version's weird linkage gets the job done without exports so don't see any need to mess with 4.4 branch. My plan is to work through the testsuite failures first and then when that dust settles down then merge in the reworked throw_allocator. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40094