From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22241 invoked by alias); 7 Jun 2010 09:35:55 -0000 Received: (qmail 22121 invoked by uid 48); 7 Jun 2010 09:35:30 -0000 Date: Mon, 07 Jun 2010 09:35:00 -0000 Message-ID: <20100607093530.22120.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libstdc++/44417] make check-target-libstdc++-v3 fails due to undefined ptrdiff_t In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "singler at kit dot edu" 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: 2010-06/txt/msg00695.txt.bz2 ------- Comment #11 from singler at kit dot edu 2010-06-07 09:35 ------- Obviously, I'm not the only one having this problem, Jason has patched libstdc++-v3/testsuite/util/testsuite_abi.h in the meantime. ------------------------------------------------------------------------ r160313 | jason | 2010-06-05 15:13:46 +0200 (Sat, 05 Jun 2010) | 1 line * testsuite/util/testsuite_abi.h: Work around glibc BZ 9694. +// Include stddef now to work around glibc BZ 9694 +#include related to This solves the problem testsuite_abi.h, but then, the next test fails, namely testsuite_allocator.h. I have tested all that using a different user ID, with a completely clean environment and new checkout, but the problem persists. -- singler at kit dot edu changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason at redhat dot com Status|RESOLVED |UNCONFIRMED Resolution|WORKSFORME | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44417