From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18702 invoked by alias); 14 Jan 2004 18:39: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 18692 invoked by uid 48); 14 Jan 2004 18:39:50 -0000 Date: Wed, 14 Jan 2004 18:39:00 -0000 Message-ID: <20040114183950.18691.qmail@sources.redhat.com> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030111195600.9278.dave@boost-consulting.com> References: <20030111195600.9278.dave@boost-consulting.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/9278] Illegal use of typedef to "void" X-Bugzilla-Reason: CC X-SW-Source: 2004-01/txt/msg01593.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-01-14 18:39 ------- It was detaimed that was not a DR but GCC stills accepts invalid code: typedef void type; should not be able to compile. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9278