From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1826 invoked by alias); 18 Oct 2011 15:09:21 -0000 Received: (qmail 1817 invoked by uid 22791); 18 Oct 2011 15:09:20 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-yx0-f175.google.com (HELO mail-yx0-f175.google.com) (209.85.213.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 18 Oct 2011 15:09:05 +0000 Received: by yxo30 with SMTP id 30so749586yxo.20 for ; Tue, 18 Oct 2011 08:09:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.164.67 with SMTP id f3mr5319687icy.41.1318950544594; Tue, 18 Oct 2011 08:09:04 -0700 (PDT) Received: by 10.182.85.104 with HTTP; Tue, 18 Oct 2011 08:09:04 -0700 (PDT) Date: Tue, 18 Oct 2011 15:25:00 -0000 Message-ID: Subject: Re: [PATCH 3/6] Emit macro expansion related diagnostics From: David Edelsohn To: Dodji Seketeli Cc: GCC Patches Content-Type: text/plain; charset=ISO-8859-1 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-10/txt/msg01648.txt.bz2 Hey, Dodji, Your patch broke bootstrap on AIX because of the typedef "loc_t" introduced in tree-diagnostics.c. The typedef conflicts with a typedef in an AIX 5.3 header file for locales. AIX should not be using that namespace, but the failure occurs before fix-includes, so it is not possible to fix it there. How can we avoid the namespace conflict? Thanks, David