From owner-freebsd-hackers@FreeBSD.ORG Thu May 19 22:47:01 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 42026106566C for ; Thu, 19 May 2011 22:47:01 +0000 (UTC) (envelope-from benl@google.com) Received: from smtp-out.google.com (smtp-out.google.com [216.239.44.51]) by mx1.freebsd.org (Postfix) with ESMTP id ECF2B8FC13 for ; Thu, 19 May 2011 22:47:00 +0000 (UTC) Received: from wpaz17.hot.corp.google.com (wpaz17.hot.corp.google.com [172.24.198.81]) by smtp-out.google.com with ESMTP id p4JMakqr023633 for ; Thu, 19 May 2011 15:36:46 -0700 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=google.com; s=beta; t=1305844606; bh=ZvunpOlHjuDSsCYD3raWy8JUDiU=; h=MIME-Version:Date:Message-ID:Subject:From:To:Content-Type; b=IZCNf9AnyVZkc1o0RhS/0M1s19ly7QPurzQARoXF3JSlGx1xzzFXdFGtykEjJOAaw 7HnDWP3qIaImF5gq3m49w== Received: from pwi15 (pwi15.prod.google.com [10.241.219.15]) by wpaz17.hot.corp.google.com with ESMTP id p4JMaf5O032444 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NOT) for ; Thu, 19 May 2011 15:36:45 -0700 Received: by pwi15 with SMTP id 15so1843465pwi.5 for ; Thu, 19 May 2011 15:36:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=beta; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=LNv9PPGdD6O3p/3j8N//YFt/bzKe9kRw5YIEqspO9Eg=; b=JMzY3gsZ6mQ78EYrCcWkjNTh4qk1oBuVlDndAsE0LNUUoI4eZDbEwPlMbTs5xarRNE 5aOopIAJDe112cQv0HiQ== DomainKey-Signature: a=rsa-sha1; c=nofws; d=google.com; s=beta; h=mime-version:date:message-id:subject:from:to:content-type; b=LR2HqhJQaUD16hovMB2TqpPc0GeMRYVmrsHGSr78zEmcUTRHTIRNXQzhje9PsdrTKZ vUPntCLIwCDk73slysoQ== MIME-Version: 1.0 Received: by 10.142.125.2 with SMTP id x2mr2232385wfc.200.1305844604753; Thu, 19 May 2011 15:36:44 -0700 (PDT) Received: by 10.143.92.7 with HTTP; Thu, 19 May 2011 15:36:44 -0700 (PDT) Date: Thu, 19 May 2011 15:36:44 -0700 Message-ID: From: Ben Laurie To: hackers@freebsd.org X-System-Of-Record: true X-Mailman-Approved-At: Fri, 20 May 2011 00:02:43 +0000 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: __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: Thu, 19 May 2011 22:47:01 -0000 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?