From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30556 invoked by alias); 17 Jan 2003 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 30536 invoked by uid 71); 17 Jan 2003 14:56:05 -0000 Date: Fri, 17 Jan 2003 14:56:00 -0000 Message-ID: <20030117145605.30535.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Volker Reichelt Subject: Re: c++/8772: Segmentation fault on 3 lines of template code Reply-To: Volker Reichelt X-SW-Source: 2003-01/txt/msg01047.txt.bz2 List-Id: The following reply was made to PR c++/8772; it has been noted by GNATS. From: Volker Reichelt To: gcc-gnats@gcc.gnu.org, sneechy@hotmail.com, gcc-bugs@gcc.gnu.org, gdr@integrable-solutions.net, bangerth@ticam.utexas.edu Cc: Subject: Re: c++/8772: Segmentation fault on 3 lines of template code Date: Fri, 17 Jan 2003 16:48:56 +0100 The ICE is fixed with the new parser. I now get: PR8772.cc:7: error: type/value mismatch at argument 1 in template parameter list for `template > class F> struct C' PR8772.cc:7: error: expected a type, got `A< >::B' (Testcase in preparation.) What are we going to do with the PR w.r.t. the how-to-make-to-code-legal issue? Leave it open, close it, suspend it, open a new PR? Any suggestions, Gaby, Wolfgang? Regards, Volker http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8772