From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5156 invoked by alias); 1 Feb 2002 16:28:17 -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 5116 invoked by uid 61); 1 Feb 2002 16:28:16 -0000 Date: Fri, 01 Feb 2002 08:28:00 -0000 Message-ID: <20020201162816.5115.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, pgregory@aqsis.com From: rodrigc@gcc.gnu.org Reply-To: rodrigc@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, pgregory@aqsis.com, gcc-gnats@gcc.gnu.org X-Mailer: gnatsweb 2.9.3 Subject: Re: optimization/4889: Compiling this file with -O fails with an internal compiler error. X-SW-Source: 2002-02/txt/msg00021.txt.bz2 List-Id: Synopsis: Compiling this file with -O fails with an internal compiler error. State-Changed-From-To: analyzed->closed State-Changed-By: rodrigc State-Changed-When: Fri Feb 1 08:28:16 2002 State-Changed-Why: Compiles with gcc 3.1 in CVS without crashing. However, the code makes use of implicit typenames, a gcc extension which is still supported in gcc 3.1, but is deprecated. In file included from micropolygon.h:43, from imagebuffer.h:36, from lights.h:42, from lights.cpp:27: motion.h: In member function `void Aqsis::CqMotionSpec::operator=(const Aqsis::CqMotionSpec&)': motion.h:77: warning: `typename std::vector >::const_iterator' is implicitly a typename motion.h:77: warning: implicit typename is deprecated, please see the documentation for details motion.h: In member function `void Aqsis::CqMotionSpec::ConcatAllTimeSlots(const T&)': motion.h:134: warning: `typename std::vector >::iterator' is implicitly a typename motion.h:134: warning: implicit typename is deprecated, please see the documentation for details In file included from options.h:39, from context.h:34, from renderer.h:38, from imagebuffer.h:37, from lights.h:42, from lights.cpp:27: parameters.h: In member function `Aqsis::CqParameterTypedUniformArray& Aqsis::CqParameterTypedUniformArray::operator=(const Aqsis::CqParameterTypedUniformArray&)': parameters.h:494: warning: `typename std::vector >::iterator' is implicitly a typename parameters.h:494: warning: implicit typename is deprecated, please see the documentation for details http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=4889