From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19710 invoked by alias); 1 Dec 2001 18:41:03 -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 19666 invoked by uid 61); 1 Dec 2001 18:41:03 -0000 Date: Sat, 01 Dec 2001 10:41:00 -0000 Message-ID: <20011201184103.19665.qmail@sourceware.cygnus.com> To: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, kuchen@uni-muenster.de, nobody@gcc.gnu.org From: rodrigc@gcc.gnu.org X-Mailer: gnatsweb 2.9.2 Subject: Re: c++/4968: Internal compiler error; reason unclear (templates, typing?) X-SW-Source: 2001-12/txt/msg00037.txt.bz2 List-Id: Synopsis: Internal compiler error; reason unclear (templates, typing?) State-Changed-From-To: open->closed State-Changed-By: rodrigc State-Changed-When: Sat Dec 1 10:41:03 2001 State-Changed-Why: I have uploaded a modified version of your testcase which can compile with gcc 3.0.3. gcc 3.0.3 does not ICE, but I get the following compilation errors: gauss.cpp: In function `DistributedArray gauss(DistributedMatrix&) [with C = int, int n = 20]': gauss.cpp:2886: instantiated from here gauss.cpp:2869: no matching function for call to `curry()' gauss.cpp:2886: instantiated from here gauss.cpp:2871: no matching function for call to `curry()' gauss.cpp:2873: no matching function for call to `curry()' Looks like a problem with your code and not gcc 3.0.3. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&pr=4968&database=gcc