This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8772: Segmentation fault on 3 lines of template code
- From: Volker Reichelt <reichelt at igpm dot rwth-aachen dot de>
- To: gcc-gnats at gcc dot gnu dot org, sneechy at hotmail dot com, gcc-bugs at gcc dot gnu dot org, gdr at integrable-solutions dot net, bangerth at ticam dot utexas dot edu
- Date: Fri, 17 Jan 2003 16:48:56 +0100
- Subject: Re: c++/8772: Segmentation fault on 3 lines of template code
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<template<int <anonymous> > class F> struct C'
PR8772.cc:7: error: expected a type, got `A<<anonymous> >::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