From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29872 invoked by alias); 1 Mar 2010 10:59:50 -0000 Received: (qmail 29552 invoked by uid 48); 1 Mar 2010 10:59:38 -0000 Date: Mon, 01 Mar 2010 10:59:00 -0000 Message-ID: <20100301105938.29551.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/43206] [4.5 Regression] Revision 145440 caused ICE at cp/pt.c:9249 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth at gcc dot gnu dot org" 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-03/txt/msg00030.txt.bz2 ------- Comment #1 from rguenth at gcc dot gnu dot org 2010-03-01 10:59 ------- Confirmed. The testcase is invalid (apart from the missing semi-colon): t.ii(9): error: class "Image" has no member "PixelType" template ::TInputImage > > > ^ detected during processing of template argument list for "XXX" based on template argument > at line 12 or 4.4: t.ii:12: error: no type named 'PixelType' in 'class Image' t.ii:12: error: template argument 2 is invalid t.ii:12: error: invalid type in declaration before ';' token -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |ice-on-invalid-code Known to work| |4.4.3 Last reconfirmed|0000-00-00 00:00:00 |2010-03-01 10:59:37 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43206