From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14471 invoked by alias); 9 Feb 2006 09:48:33 -0000 Received: (qmail 14453 invoked by uid 48); 9 Feb 2006 09:48:30 -0000 Date: Thu, 09 Feb 2006 09:48:00 -0000 Message-ID: <20060209094830.14452.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/26186] internal compiler error in template resolution 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-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-02/txt/msg00889.txt.bz2 List-Id: ------- Comment #3 from rguenth at gcc dot gnu dot org 2006-02-09 09:48 ------- I can reproduce the ICE on i686 with 3.4.4, but it seems to be fixed with g++ (GCC) 3.4.6 20060110 (prerelease) which tells us testLatency.cc: In function `latency latencyOf(size_t, widthTag, widthTag, int)': testLatency.cc:8: error: invalid use of `class sideParms' For some reason I don't have 3.4.5, so I'm unsure about the target milestone where this is fixed (just saying 3.4.6 for now). -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Keywords| |ice-on-invalid-code Known to fail| |3.4.4 Known to work| |3.4.6 4.0.0 Resolution| |FIXED Target Milestone|--- |3.4.6 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26186