From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26775 invoked by alias); 30 Apr 2010 11:08:28 -0000 Received: (qmail 26758 invoked by uid 22791); 30 Apr 2010 11:08:27 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 30 Apr 2010 11:08:22 +0000 Received: (qmail 29129 invoked from network); 30 Apr 2010 11:08:20 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 30 Apr 2010 11:08:20 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.69) (envelope-from ) id 1O7o4x-0005rG-0Z; Fri, 30 Apr 2010 11:08:19 +0000 Date: Fri, 30 Apr 2010 11:08:00 -0000 From: "Joseph S. Myers" To: Jan Kratochvil cc: Pierre Muller , gdb-patches@sourceware.org Subject: Re: [RFA] PR 11530: Fix and test case In-Reply-To: <20100430081959.GB12043@host0.dyn.jankratochvil.net> Message-ID: References: <001b01cae7e5$f46d47d0$dd47d770$@muller@ics-cnrs.unistra.fr> <20100430081959.GB12043@host0.dyn.jankratochvil.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-04/txt/msg00984.txt.bz2 On Fri, 30 Apr 2010, Jan Kratochvil wrote: > I was now thinking about a possible name clash. As these anonymous > structs/unions are a GNU extension there is no offical standard for it but the > GCC texinfo file describes it as an error which GCC currently does not report. > I have not found a GCC PR for it. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4784 I expect this (and 10676) to be fixed as part of implementing the C1X version of anonymous structures and unions. -- Joseph S. Myers joseph@codesourcery.com