Plan for bug-fixing g77-3.1.
Reichelt
reichelt@igpm.rwth-aachen.de
Tue Jan 22 07:03:00 GMT 2002
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
More information about the Gcc
mailing list