This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
fortran/5397: ICE on compiling source with 540 000 000 REAL array
- From: toon at moene dot indiv dot nluug dot nl
- To: gcc-gnats at gcc dot gnu dot org
- Cc: "Alex Yu" <yua at yudesigns dot com>
- Date: 15 Jan 2002 23:48:33 -0000
- Subject: fortran/5397: ICE on compiling source with 540 000 000 REAL array
- Reply-to: toon at moene dot indiv dot nluug dot nl
>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: