Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <004901c2d5e3$62e25dd0$78d96f83@pomello> From: "Max Bowsher" To: "Charles D. Russell" , "cygwin cygwin" References: <002401c2d5e1$7e8fb3e0$9d68d6d1 AT oemcomputer> Subject: Re: size limit for static arrays in cygwin/gcc Date: Sun, 16 Feb 2003 17:46:51 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Charles D. Russell wrote: >>> Is there some limit on the size of one-dimensional static arrays in >>> cygwin/gcc short of available memory and 2**32 address space? Is >>> there some place I should be looking this up? Max Bowsher wrote; >> http://cygwin.com/cygwin-ug-net/setup-maxmem.html Charles D. Russell wrote: > (Response to Max Bowsher): > > Thanks, but my question was whether there is any OTHER limit than > memory. Any compiler or system limit? The limit I referred you to above is neither the limit of "available memory" ot "2**32 address space". It is a "system limit". For compiler limits, see gcc docs. (http://gcc.gnu.org/onlinedocs/) Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/