From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9144 invoked by alias); 16 Nov 2002 01:03:11 -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 9124 invoked by uid 61); 16 Nov 2002 01:03:10 -0000 Date: Thu, 21 Nov 2002 18:34:00 -0000 Message-ID: <20021116010309.9123.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, sebor@roguewave.com From: bangerth@dealii.org Reply-To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, sebor@roguewave.com, gcc-gnats@gcc.gnu.org Subject: Re: c++/3905: [parser] gcc 3.0 bogus error on sizeof (nested-type) in a template X-SW-Source: 2002-11/txt/msg00805.txt.bz2 List-Id: Old Synopsis: gcc 3.0 bogus error on sizeof (nested-type) in a template New Synopsis: [parser] gcc 3.0 bogus error on sizeof (nested-type) in a template State-Changed-From-To: analyzed->suspended State-Changed-By: bangerth State-Changed-When: Fri Nov 15 17:03:09 2002 State-Changed-Why: Based on Loren's comment, I suspend this one until the new parser arrives. Present CVS does a little better in explaining the reason of this failure, by the way: tmp/g> /home/bangerth/bin/gcc-3.3x-pre/bin/c++ -c x.cc x.cc: In instantiation of `S': x.cc:22: instantiated from here x.cc:14: error: call to non-function `S::foo(int, S::C) [with T = char]' x.cc:14: error: enumerator value for `val' not integer constant http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=3905