From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12907 invoked by alias); 23 Jul 2003 14:31:42 -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 12900 invoked from network); 23 Jul 2003 14:31:41 -0000 Received: from unknown (HELO lifesupport.shutdown.com) (66.92.48.59) by sources.redhat.com with SMTP; 23 Jul 2003 14:31:41 -0000 Received: (from llewelly@localhost) by lifesupport.shutdown.com (8.11.2/8.11.2) id h6NER9k20551; Wed, 23 Jul 2003 07:27:09 -0700 (PDT) To: "Luiz Rafael Culik Guimaraes" Cc: Subject: Re: unnamed structures References: <002901c3509a$92b00260$0105a8c0@luiz> From: LLeweLLyn Reese Date: Wed, 23 Jul 2003 14:36:00 -0000 In-Reply-To: <002901c3509a$92b00260$0105a8c0@luiz> Message-ID: User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-07/txt/msg00321.txt.bz2 "Luiz Rafael Culik Guimaraes" writes: > Dear Friends > > Is their any swich for unnamed structures to compile on gcc 2.95.3 I believe they are enablied by default, but -ansi, -pedantic, and so forth disable them.