From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11636 invoked by alias); 2 Feb 2009 21:52:11 -0000 Received: (qmail 11606 invoked by uid 48); 2 Feb 2009 21:52:03 -0000 Date: Mon, 02 Feb 2009 21:52:00 -0000 Message-ID: <20090202215203.11605.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/39065] libiberty hashtab.c:hash_pointer() needs intptr_t In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "dj at redhat 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-02/txt/msg00146.txt.bz2 ------- Comment #2 from dj at redhat dot com 2009-02-02 21:52 ------- You should put the new code in a #ifdef HAVE_STDINT and use the old code otherwise. Else, any platforms without stdint.h would not compile. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39065