g77: array too large???

Hannes.Loeffler@uibk.acdot Hannes.Loeffler@uibk.acdot
Mon Dec 15 02:46:00 GMT 1997


Following code worked with g77 prior to egcs:

      subroutine foo(n)
        dimension n(-1:*)
      end

compiling it with g77/egcs 1.0 results in:

  foo.f: In subroutine `foo':
  foo.f:1: 
           subroutine foo(n)
                          ^
  Array `n' at (^) is too large to handle



More information about the Gcc-bugs mailing list