From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10720 invoked by alias); 17 Aug 2005 20:00:41 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 10669 invoked by uid 22791); 17 Aug 2005 20:00:36 -0000 Received: from yosemite.airs.com (HELO yosemite.airs.com) (205.217.158.180) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Wed, 17 Aug 2005 20:00:36 +0000 Received: (qmail 28983 invoked by uid 10); 17 Aug 2005 20:00:34 -0000 Received: (qmail 12517 invoked by uid 500); 17 Aug 2005 20:00:26 -0000 To: Florian Weimer Cc: "Kaveh R. Ghazi" , gcc@gcc.gnu.org, joseph@codesourcery.com Subject: Re: [PATCH]: Proof-of-concept for dynamic format checking References: <200508111509.j7BF9qMq015700@caipclassic.rutgers.edu> <87ll302wyb.fsf@mid.deneb.enyo.de> <87hddo2vrs.fsf@mid.deneb.enyo.de> From: Ian Lance Taylor Date: Wed, 17 Aug 2005 20:00:00 -0000 In-Reply-To: <87hddo2vrs.fsf@mid.deneb.enyo.de> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2005-08/txt/msg00478.txt.bz2 Florian Weimer writes: > If I understand your %A/%B example correctly, it would look like this: OK, I can see how that might work in a simple case. Now, can you give me an example of matching %d with the various flags? In particular, are you going to write a loop, and is gcc going to somehow fully unroll that loop at compile time? Ian