From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3532 invoked by alias); 2 Sep 2005 13:25:50 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 3431 invoked by alias); 2 Sep 2005 13:25:28 -0000 Date: Fri, 02 Sep 2005 13:25:00 -0000 Message-ID: <20050902132528.3430.qmail@sourceware.org> From: "gdr at integrable-solutions dot net" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050901235142.23689.simon_baldwin@yahoo.com> References: <20050901235142.23689.simon_baldwin@yahoo.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/23689] Malformed typedef silently ignored X-Bugzilla-Reason: CC X-SW-Source: 2005-09/txt/msg00231.txt.bz2 List-Id: ------- Additional Comments From gdr at integrable-solutions dot net 2005-09-02 13:25 ------- Subject: Re: Malformed typedef silently ignored "falk at debian dot org" writes: | Works for me with any gcc version: | | falk@juist:/tmp% gcc-3.4 -c test.c | test.c:1: warning: useless keyword or type name in empty declaration | test.c:2: warning: useless keyword or type name in empty declaration | | What is the exact version you are using and the exact flags you are passing? The bug was reported against C++; I believe you're testing with a C compiler, instead of C++. -- Gaby -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23689