From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3804 invoked by alias); 28 Feb 2010 00:08:21 -0000 Received: (qmail 3612 invoked by uid 48); 28 Feb 2010 00:08:06 -0000 Date: Sun, 28 Feb 2010 00:08:00 -0000 Message-ID: <20100228000806.3607.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/43087] [4.5 Regression] ICE in tsubst, at cp/pt.c:9923 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hjl dot tools at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2010-02/txt/msg02827.txt.bz2 ------- Comment #16 from hjl dot tools at gmail dot com 2010-02-28 00:08 ------- (In reply to comment #15) > (In reply to comment #14) > > (In reply to comment #13) > > > It may be a different issue since the original testcase > > > compiles with older gcc. > > > > It is still a regression from gcc 4.4.1: > > > > pr43087-delta.ii:25: error: no type named 'PixelType' in 'class Image' > > pr43087-delta.ii:25: error: template argument 2 is invalid > > pr43087-delta.ii:25: error: expected unqualified-id at end of input > > > > This issue is caused by revision 145440: > > http://gcc.gnu.org/ml/gcc-cvs/2009-04/msg00060.html > I opened PR 43206 for it. -- hjl dot tools at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |43206 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43087