This is the mail archive of the gcc-bugs@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/5397: ICE on compiling source with 540 000 000 REAL array



>Number:         5397
>Category:       fortran
>Synopsis:       ICE on compiling source with 540 000 000 REAL array
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Tue Jan 15 15:56:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Alex Yu
>Release:        Upcoming gcc/g77-3.1
>Organization:
>Environment:
All
>Description:
This program

      DIMENSION A(540 000 000)
      END

draws:

yu2.f: In program `MAIN__':
yu2.f:1: size of variable `a' is too large
f771: ../../combined/gcc/f/com.c:7550: ffecom_sym_transform_: Assertion `0 == compare_tree_int ((__extension__ ({ const tree __t = (t); if (tree_code_type[(int) (((enum tree_code) (__t)->common.code))] != ('d')) tree_class_check_failed (__t, 'd', "../../combined/gcc/f/com.c", 7550, __FUNCTION__); __t; })->decl.size_unit), ((st)->size))' failed.
yu2.f:1: confused by earlier errors, bailing out

>How-To-Repeat:
g77 <source.f>
>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]