From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3975 invoked by alias); 25 Feb 2008 12:38:31 -0000 Received: (qmail 3757 invoked by uid 48); 25 Feb 2008 12:37:48 -0000 Date: Mon, 25 Feb 2008 12:38:00 -0000 Message-ID: <20080225123748.3756.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug libmudflap/33064] libmudflap fails to build with --enable-targets=all In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "tim dot vanholder at anubex 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: 2008-02/txt/msg02648.txt.bz2 ------- Comment #1 from tim dot vanholder at anubex dot com 2008-02-25 12:37 ------- Created an attachment (id=15223) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15223&action=view) Trivial Patch Encountered this same problem today on the 4.3 branch (rev 132620). This is a trivial patch that allows the build to continue (by using __mf_uintptr_t instead of uintptr_t in the .c file, to match the header). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33064