From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21033 invoked by alias); 1 Dec 2001 18:46:04 -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 20998 invoked by uid 71); 1 Dec 2001 18:46:03 -0000 Date: Sat, 01 Dec 2001 10:46:00 -0000 Message-ID: <20011201184603.20995.qmail@sourceware.cygnus.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: rodrigc@gcc.gnu.org Subject: Re: c++/4968: Internal compiler error; reason unclear (templates, typing?) Reply-To: rodrigc@gcc.gnu.org X-SW-Source: 2001-12/txt/msg00038.txt.bz2 List-Id: The following reply was made to PR c++/4968; it has been noted by GNATS. From: rodrigc@gcc.gnu.org To: gcc-bugs@gcc.gnu.org, gcc-gnats@gcc.gnu.org, gcc-prs@gcc.gnu.org, kuchen@uni-muenster.de, nobody@gcc.gnu.org Cc: Subject: Re: c++/4968: Internal compiler error; reason unclear (templates, typing?) Date: 1 Dec 2001 18:41:03 -0000 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