From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4212 invoked by alias); 17 Oct 2011 18:48:52 -0000 Received: (qmail 4203 invoked by uid 22791); 17 Oct 2011 18:48:51 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 17 Oct 2011 18:48:22 +0000 Received: from [10.11.127.239] (unknown [12.228.211.90]) by ainaz.pair.com (Postfix) with ESMTPSA id A0C633F412; Mon, 17 Oct 2011 14:48:19 -0400 (EDT) Date: Mon, 17 Oct 2011 19:53:00 -0000 From: Gerald Pfeifer To: Dodji Seketeli , Tom Tromey cc: gcc-patches@gcc.gnu.org, Jason Merrill , Gabriel Dos Reis , "Joseph S. Myers" , Tobias Burnus , Arnaud Charlet Subject: Re: [PATCH 1/6] Linemap infrastructure for virtual locations In-Reply-To: <1318845428-32182-2-git-send-email-dodji@redhat.com> Message-ID: References: <1318845428-32182-1-git-send-email-dodji@redhat.com> <1318845428-32182-2-git-send-email-dodji@redhat.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-10/txt/msg01563.txt.bz2 Hi Dodji, On Mon, 17 Oct 2011, Dodji Seketeli wrote: > This is the first instalment of a set which goal is to track locations > of tokens across macro expansions. Tom Tromey did the original work > and attached the patch to PR preprocessor/7263. This opus is a > derivative of that original work. this looks like it's causing the following bootstrap failure for me on i386-unknown-freebsd9.0? /scratch/tmp/gerald/gcc-HEAD/gcc/input.c: In function 'void dump_line_table_stat istics()': /scratch/tmp/gerald/gcc-HEAD/gcc/input.c:103:33: error: format '%lu' expects arg ument of type 'long unsigned int', but argument 3 has type 'size_t {aka unsigned int}' [-Werror=format] Gerald