public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Alex Yu" <yua@yudesigns.com>
To: "'Toon Moene'" <toon@moene.indiv.nluug.nl>
Cc: "'gcc-help List'" <gcc-help@gcc.gnu.org>
Subject: RE: Arraysizes in g77
Date: Fri, 04 Jan 2002 11:57:00 -0000	[thread overview]
Message-ID: <000901c1955a$11048a30$6401000a@monkey> (raw)
In-Reply-To: <3C35E7C4.1AFF3EB7@moene.indiv.nluug.nl>

> Note that I need the exact error message to make sense out of 
> a complete compilable example, with the exact source that you 

      parameter (maxn=20000)
      parameter (mxbits=(maxn*(maxn+1)+29)/30)
      integer vst(maxn*maxn),wst(maxn*maxn)
      integer*2 marks(mxbits),force2(2*mxbits)
      common /bigstuff/ vst,wst,marks,force2
      end

# g77-3.1 -O3 -fno-automatic -ffixed-line-length-none -static -o test
test.f  
test.f:3: size of variable `bigstuff_' is too large

Alex

      reply	other threads:[~2002-01-04 19:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-02 11:17 Alex Yu
2002-01-02 15:09 ` Toon Moene
2002-01-04  8:46   ` Alex Yu
2002-01-04  9:45     ` Toon Moene
2002-01-04 11:57       ` Alex Yu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='000901c1955a$11048a30$6401000a@monkey' \
    --to=yua@yudesigns.com \
    --cc=gcc-help@gcc.gnu.org \
    --cc=toon@moene.indiv.nluug.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).