From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27602 invoked by alias); 2 Feb 2007 10:39:59 -0000 Received: (qmail 27583 invoked by uid 48); 2 Feb 2007 10:39:50 -0000 Date: Fri, 02 Feb 2007 10:39:00 -0000 Message-ID: <20070202103950.27582.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug bootstrap/30678] sysmacros.h get currupt from Fixincludes with updated glibc. In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "franke dot daniel at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-02/txt/msg00136.txt.bz2 ------- Comment #1 from franke dot daniel at gmail dot com 2007-02-02 10:39 ------- fixincludes/inclhack.def (glibc_c99_inline_4) deals with sys/sysmacros.h by replacing any "extern" with #if __STDC_VERSION__ < 19901L extern #endif Since your include defines "__extern", this leaves "__". The patch is Geoffrey's, added him to CC. -- franke dot daniel at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |geoffk at apple dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30678