From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14591 invoked by alias); 3 May 2010 03:47:06 -0000 Received: (qmail 14583 invoked by uid 22791); 3 May 2010 03:47:06 -0000 X-SWARE-Spam-Status: No, hits=1.6 required=5.0 tests=BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SARE_MSGID_LONG45,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-px0-f175.google.com (HELO mail-px0-f175.google.com) (209.85.212.175) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 03 May 2010 03:47:02 +0000 Received: by pxi14 with SMTP id 14so926241pxi.20 for ; Sun, 02 May 2010 20:47:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.114.188.3 with SMTP id l3mr7017468waf.150.1272858421017; Sun, 02 May 2010 20:47:01 -0700 (PDT) Received: by 10.115.75.7 with HTTP; Sun, 2 May 2010 20:47:00 -0700 (PDT) Date: Mon, 03 May 2010 03:47:00 -0000 Message-ID: Subject: anonymous struct From: wuyin To: gcc@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2010-05/txt/msg00021.txt.bz2 struct T{ int n; }; struct T1{ struct T; } t; t.n=1; Please support this grammar. http://sourceforge.net/projects/coo/