From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4567 invoked by alias); 20 Feb 2003 20:56:01 -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 4553 invoked by uid 71); 20 Feb 2003 20:56:00 -0000 Date: Thu, 20 Feb 2003 20:56:00 -0000 Message-ID: <20030220205600.4552.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Steven Bosscher Subject: Re: c++/9779: [3.4 regression] ICE in type_unknown_p when casting in static member Reply-To: Steven Bosscher X-SW-Source: 2003-02/txt/msg01037.txt.bz2 List-Id: The following reply was made to PR c++/9779; it has been noted by GNATS. From: Steven Bosscher To: bkoz@redhat.com, gcc-gnats@gcc.gnu.org, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-prs@gcc.gnu.org, stefan@snon.net Cc: Subject: Re: c++/9779: [3.4 regression] ICE in type_unknown_p when casting in static member Date: Thu, 20 Feb 2003 21:51:23 +0100 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9779 devphil says: : Search converges between 2002-12-27-trunk (#85) and 2002-12-28-trunk (#86). Line-numbered input is: ======================================== 1 void *malloc(unsigned int size); 2 template void foo() { 3 malloc (sizeof (int)); 4 } 5 template void foo<1>(); 6 ======================================== Diagnostic output follows, from the last compiler tested: input: In function `void foo()': input:3: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Compiler output follows, from the last compiler tested: .file "input" So, 99% sure that this is caused by the new parser. Greetz Steven