This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]