I received the run time error message "upper bound of dimension 1 exceeded".  I
initially thought that I had an array with an upper bound of 1, and that the
array index was larger than that.  I now think that the error message tells me
that I have a rank-2 array, and that the upper bound of the first rank was
exceeded.

The error message could be improved to read "rank 1" or "index 1" instead.


-- 
           Summary: Unclear run time error message
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: fortran
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: schnetter at aei dot mpg dot de


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28494

Reply via email to