fortran/3392: ICE in function_arg, at config/mips/mips.c:4007
Billinghurst, David (CRTS)
David.Billinghurst@riotinto.com
Tue Jan 22 15:16:00 GMT 2002
The following reply was made to PR fortran/3392; it has been noted by GNATS.
From: "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
To: <gcc-gnats@gcc.gnu.org>
Cc:
Subject: Re: fortran/3392: ICE in function_arg, at config/mips/mips.c:4007
Date: Wed, 23 Jan 2002 07:14:17 +0800
For the record ...
-----Original Message-----
From: Reichelt [mailto:reichelt@igpm.rwth-aachen.de]
Sent: Tuesday, 22 January 2002 10:50=20
To: toon@moene.indiv.nluug.nl; gcc@gcc.gnu.org
Subject: Re: Plan for bug-fixing g77-3.1.
Hi,
the problems from PR 3392 can be reduced a little.
There seems to be a problem with two-dimensional arrays:
Just try to compile the following code with "g77 -mabi=3D64" (you don't
even need optimization for this reduced example):
subroutine f(n,a)
integer n
real a(n,n)
end
This will cause an ICE with gcc 3.1 on mips-sgi-irix6.5. You can also
use "complex" or "double precision" instead of "real".
Greetings,
Volker Reichelt
More information about the Gcc-prs
mailing list