From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31428 invoked by alias); 4 Jun 2010 14:52:44 -0000 Received: (qmail 31241 invoked by uid 48); 4 Jun 2010 14:52:07 -0000 Date: Fri, 04 Jun 2010 14:52:00 -0000 Message-ID: <20100604145207.31240.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: "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: 2010-06/txt/msg00485.txt.bz2 ------- Comment #6 from paolo dot carlini at oracle dot com 2010-06-04 14:52 ------- Note that cxxabi.h already includes and at that line 371 uses ptrdiff_t unqualified, thus everything is fine. I suspect you simply forgot to update your compiler, because the current library does not work without a recent front end fix applied by Jason. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44417