From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21333 invoked by alias); 19 Apr 2004 14:59:30 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 21321 invoked from network); 19 Apr 2004 14:59:29 -0000 Received: from unknown (HELO mgr2.xmission.com) (198.60.22.202) by sources.redhat.com with SMTP; 19 Apr 2004 14:59:29 -0000 Received: from [198.60.22.201] (helo=mgr1.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1BFaF6-0004xI-02; Mon, 19 Apr 2004 08:59:28 -0600 Received: from [198.60.22.20] (helo=xmission.xmission.com) by mgr1.xmission.com with esmtp (Exim 4.30) id 1BFaF6-0005ON-Rz; Mon, 19 Apr 2004 08:59:28 -0600 Received: from llewelly by xmission.xmission.com with local (Exim 3.35 #1 (Debian)) id 1BFaF6-0003th-00; Mon, 19 Apr 2004 08:59:28 -0600 To: Mathieu Fluhr Cc: Eljay Love-Jensen , gcc-help@gcc.gnu.org References: <1082380113.10142.9.camel@c-l-175> <6.0.3.0.2.20040419081345.01d1b498@iplan-mn.corp.adobe.com> <1082382881.606.14.camel@c-l-175> From: llewelly@xmission.com Date: Mon, 19 Apr 2004 14:59:00 -0000 In-Reply-To: <1082382881.606.14.camel@c-l-175> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.2 MIME-Version: 1.0 Subject: Re: Anonymous union members problem Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mgr1.xmission.com X-Spam-Level: X-Spam-Status: No, hits=0.3 required=8.0 tests=NO_REAL_NAME autolearn=no version=2.63 X-SA-Exim-Mail-From: llewelly@xmission.com X-SA-Exim-Version: 3.1 (built Wed Aug 20 09:38:54 PDT 2003) X-SA-Exim-Scanned: Yes X-SW-Source: 2004-04/txt/msg00246.txt.bz2 Mathieu Fluhr writes: [snip] > I already thought about these 2 possibilities... but none of them is > actually suitable: this anonymous struct is generated by a macro that > take a type as parameter (aim of the typedef) which is particular to > this structure. > > So any other idea ? You must fix the macro.