This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Plan for bug-fixing g77-3.1.
- From: Reichelt <reichelt at igpm dot rwth-aachen dot de>
- To: toon at moene dot indiv dot nluug dot nl, gcc at gcc dot gnu dot org
- Date: Tue, 22 Jan 2002 12:49:45 +0100
- 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=64" (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