From owner-freebsd-hackers@FreeBSD.ORG Fri May 20 15:55:32 2011 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2718E106567C for ; Fri, 20 May 2011 15:55:32 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id D4F008FC12 for ; Fri, 20 May 2011 15:55:31 +0000 (UTC) Received: by vws18 with SMTP id 18so3794303vws.13 for ; Fri, 20 May 2011 08:55:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=MyMMfli82vyM/XP5cLTHQC6sxVTldvEmqsxcMgRXsa4=; b=EV7BO2d9Mb9N6sXEjjDvRGiq+d84QVgw6KjVJcaUP9EcpMd3bfoN0wKwE6wD5D+8jW xIwHrGBZF9q/OMRBpsRpWLGJSyPpmD5lk43qnOaA6ptxkwBKUU5qVy6KeyJhC5IMw9wC 1LkNaE+idc422fopcsMAMuhL1YJvbdwz5rDGk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=gcjIfllpzCmY7RUzwJbBdWX1aH1ye1XWqERIsK2RuKJDEwu50KogqE1zqfLXfg4p3K F/OgpNgMRqG6Pb7WOELNL4Bj5afpdHfl/trrFsqdwTzdfE3jbZoUdMaUDr2fn86LXOqk ziWsD/GZQWEyAho2g3+mB7jJ2DMSVUzupQsOU= MIME-Version: 1.0 Received: by 10.52.67.146 with SMTP id n18mr1727500vdt.232.1305906931055; Fri, 20 May 2011 08:55:31 -0700 (PDT) Received: by 10.220.183.11 with HTTP; Fri, 20 May 2011 08:55:30 -0700 (PDT) In-Reply-To: References: Date: Fri, 20 May 2011 08:55:30 -0700 Message-ID: From: Garrett Cooper To: Ben Laurie Content-Type: text/plain; charset=ISO-8859-1 Cc: hackers@freebsd.org Subject: Re: __asm_printf__ X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 May 2011 15:55:32 -0000 On Thu, May 19, 2011 at 3:36 PM, Ben Laurie wrote: > So, I'm fixing clang warnings. > > One I don't have much idea what to do with, mainly because this attribute > appears to be completely undocumented, is: > > /scratch/tmp/benl/work/head/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/outpu\ > t.h:123:6: warning: 'format' attribute argument not supported: > __asm_fprintf__ > > any clues? Look through contrib/gcc/ChangeLog // search google for more details. It looks like a good place to start. Thanks, -Garrett