From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13008 invoked by alias); 2 Dec 2002 14:16:06 -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 12976 invoked by uid 71); 2 Dec 2002 14:16:05 -0000 Resent-Date: 2 Dec 2002 14:16:05 -0000 Resent-Message-ID: <20021202141605.12975.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, Alexander.Zviagine@cern.ch Received: (qmail 12534 invoked by uid 61); 2 Dec 2002 14:14:07 -0000 Message-Id: <20021202141407.12533.qmail@sources.redhat.com> Date: Mon, 02 Dec 2002 06:16:00 -0000 From: Alexander.Zviagine@cern.ch Reply-To: Alexander.Zviagine@cern.ch To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: c++/8785: ICE X-SW-Source: 2002-12/txt/msg00061.txt.bz2 List-Id: >Number: 8785 >Category: c++ >Synopsis: ICE >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: ice-on-legal-code >Submitter-Id: net >Arrival-Date: Mon Dec 02 06:16:02 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alexander Zvyagin >Release: unknown-1.0 >Organization: >Environment: gcc-3.2 on Linux Mandrake-9.0, egcs-1.1.2 on Linux RedHat 7.2 >Description: The following code make ICE both on gcc-3.2 and egcs-1.1.2. Compilation: $ g++ -c bug.cc // Code: template class Matrix { public: typedef _T T; template void Mult (const Matrix &q,const Matrix &w); }; template void Matrix::Mult(const Matrix &q,const Matrix &w) {} >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: