This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
automatic arrays in g77
- To: gcc at gcc dot gnu dot org
- Subject: automatic arrays in g77
- From: Martin Kahlert <martin dot kahlert at mchp dot siemens dot de>
- Date: Tue, 8 Feb 2000 15:04:44 +0100
Hi!
how can i tell g77, that a big array (double precision with >= 4097 elements
in my particular case) should be put on the stack instead of static storage?
4096 seems to be the limit for g77.
Thanks for any hint in advance!
Martin.