From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25731 invoked by alias); 28 Aug 2002 14:56:06 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 25717 invoked by uid 71); 28 Aug 2002 14:56:05 -0000 Date: Wed, 28 Aug 2002 08:06:00 -0000 Message-ID: <20020828145605.25716.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Reichelt Subject: Re: c/7353: Compiler dies on known working code (as of gcc 3.0) Reply-To: Reichelt X-SW-Source: 2002-08/txt/msg00587.txt.bz2 List-Id: The following reply was made to PR c/7353; it has been noted by GNATS. From: Reichelt To: gcc-gnats@gcc.gnu.org, mike@velgarian.sytes.net, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org Cc: Subject: Re: c/7353: Compiler dies on known working code (as of gcc 3.0) Date: Wed, 28 Aug 2002 17:33:55 +0200 Hi again, sorry, I wasn't aware that "typedef A = 0;" is a valid gcc extension. So, your code was in fact valid (although only for gcc) and the bug is an ice-on-legal-code for 3.1.x, 3.2 and the main trunk (3.3 20020816). Because it's a regression, it should be marked high priority. BTW, for the code "typedef A = 0;" the error message is bug.c:1: Internal compiler error in make_decl_rtl, at varasm.c:839 Please submit a full bug report, [etc.] For "void foo () { typedef A = 0; }" I get bug.c:1: Internal compiler error in gen_typedef_die, at dwarf2out.c:11035 Please submit a full bug report, [etc.] instead (if I compile the code with "-g" enabled). Greetings, Volker Reichelt http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7353