From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27410 invoked by alias); 10 Jan 2013 20:21:38 -0000 Received: (qmail 27293 invoked by uid 22791); 10 Jan 2013 20:21:34 -0000 X-SWARE-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_HOSTKARMA_W,RCVD_IN_HOSTKARMA_WL X-Spam-Check-By: sourceware.org Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 10 Jan 2013 20:21:21 +0000 Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1TtOcq-0007dY-Dv from joseph_myers@mentor.com ; Thu, 10 Jan 2013 12:21:20 -0800 Received: from SVR-IES-FEM-01.mgc.mentorg.com ([137.202.0.104]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 10 Jan 2013 12:21:20 -0800 Received: from digraph.polyomino.org.uk (137.202.0.76) by SVR-IES-FEM-01.mgc.mentorg.com (137.202.0.104) with Microsoft SMTP Server id 14.1.289.1; Thu, 10 Jan 2013 20:21:18 +0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.76) (envelope-from ) id 1TtOcn-00060E-LJ; Thu, 10 Jan 2013 20:21:17 +0000 Date: Thu, 10 Jan 2013 20:21:00 -0000 From: "Joseph S. Myers" To: Mike Frysinger CC: , Subject: Re: Use __extension__ with long long in installed headers In-Reply-To: <201301101423.17239.vapier@gentoo.org> Message-ID: References: <201301101423.17239.vapier@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2013-01/txt/msg00014.txt.bz2 On Thu, 10 Jan 2013, Mike Frysinger wrote: > On Thursday 10 January 2013 12:32:09 Joseph S. Myers wrote: > > This patch makes installed headers use __extension__ with long long in > > all the places I found where it was missing, in support of working > > with -std=c89 -pedantic -Wsystem-headers. > > is there a script for running on installed headers to prevent regressions ? i > didn't see one in scripts/ ... There is no such script and I found these issues by examining headers in the source tree and ignoring cases that already used __extension__ or were not installed, not based on installed headers or running the compiler. See the todo list and regarding what should be tested by such a script. -- Joseph S. Myers joseph@codesourcery.com