From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20301 invoked by alias); 2 Jan 2003 21: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 20287 invoked by uid 71); 2 Jan 2003 21:56:01 -0000 Date: Thu, 02 Jan 2003 21:56:00 -0000 Message-ID: <20030102215601.20286.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Neil Booth Subject: Re: c++/3869: Segmentation fault on specialized outer template with inner member template. Reply-To: Neil Booth X-SW-Source: 2003-01/txt/msg00155.txt.bz2 List-Id: The following reply was made to PR c++/3869; it has been noted by GNATS. From: Neil Booth To: Paolo Carlini Cc: jhl@sssonline.com, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, fluxsmith@fluxsmith.com, gcc-bugs@gcc.gnu.org, nobody@gcc.gnu.org Subject: Re: c++/3869: Segmentation fault on specialized outer template with inner member template. Date: Thu, 2 Jan 2003 21:46:23 +0000 Paolo Carlini wrote:- > With current 3.4 no segmentation fault, but instead: > > 3869.cc:14: error: expected unqualified-id > 3869.cc:17: error: expected init-declarator > 3869.cc:17: error: expected `,' or `;' > > If the illegal testcase is changed from: > > typedef typename Outer::Inner::Result Result; > > to > > typedef typename Outer::template Inner::Result Result; > > It is compiled just fine with 3.2, 3.3 and mainline. > > It seems to me that the PR can be closed. > Paolo. If so, please add a testcase. Neil.