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

Re: Array Dimension Question


"Vanhouten, Chris L" wrote:

> The g77 compiler doesn't support array's that have more than  8192 elements.
> The limit is dependent on the range of an integer (which is platform
> dependent).  The RedHat 7.1 load that I'm using has the  compiler natively
> built for i386.  I'm trying to rebuild for i686 to take  advantage of the
> extra bits, such that the range of an integer is expanded.   This limitation
> is part of the g77 front end, and not the gcc back end.  Does anyone know a
> way to get around this?
>
> Chris L. VanHouten
> Systems Engineer
> Trade Studies & Issue Resolution, System Analysis
> THAAD Weapon Systems Engineering
> Lockheed Martin Space Systems Company-Missiles & Space Operations

Rebuild with the -march=i686 switch.

Frank
begin:vcard 
n:Schafer;Frank
x-mozilla-html:FALSE
org:SETUZA a.s.;IT
adr:;;;;;;
version:2.1
email;internet:frank.schafer@setuza.cz
title:Dipl. Ing.
note:System administrator
x-mozilla-cpt:;0
fn:Frank Schafer
end:vcard

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