This is the mail archive of the gcc-prs@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]

fortran/7179: No error on DIMENSION A(250 000, 250 000) on 32-bit target.


>Number:         7179
>Category:       fortran
>Synopsis:       No error on DIMENSION A(250 000, 250 000) on 32-bit target.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          accepts-illegal
>Submitter-Id:   net
>Arrival-Date:   Mon Jul 01 13:06:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     "L.L. Salcedo" <salcedo@ugr.es>
>Release:        GCC-3.1
>Organization:
>Environment:
All.
>Description:
The following should draw an error message from the
Fortran frontend on 32-bit targets, as the array
cannot possibly be addressed using 32-bit addresses.

      dimension  a(250000,250000)
      a(1,1)= 0.
      write(*,*) ' a',a(1,1)
      end

>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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