public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Toon Moene <toon@moene.indiv.nluug.nl>
To: ronis@onsager.chem.mcgill.ca
Cc: "Dr. Juergen Schnack" <jschnack@uos.de>,
	 gcc@gcc.gnu.org,  ronis@ronispc.chem.mcgill.ca
Subject: Re: g77 and array limits
Date: Sat, 19 Apr 2003 18:26:00 -0000	[thread overview]
Message-ID: <3EA135E2.1090406@moene.indiv.nluug.nl> (raw)
In-Reply-To: <16018.65162.797851.825184@ronispc.chem.mcgill.ca>

David Ronis wrote:

> Hi Jurgen
> 
> Here's a simple test program (that fails)
> 
>       complex*16 foo(10000,10000)
>       integer i,j
>       save foo
> 
>       do i=1,10000
>          do j=1,10000
>             foo(i,j)=i+j
>          end do
>       end do
>       write(*,*)foo(1,1),foo(10000,10000)
>       stop
>       end
> 
> 
> with g77 3.2.2
> 
> I get:
> 
> g77 -static -O0 -Wall test.f
> test.f: In program `MAIN__':
> test.f:1: 
>          complex*16 foo(10000,10000)

I'm sorry, but I don't get this with 3.2.2 (actually, 3.2.2 prerelease 
20021207).

Please check with -v what the exact version of the compiler is that you 
are using.

Thanks in advance,

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://gcc-g95.sourceforge.net/ (under construction)

  reply	other threads:[~2003-04-19 11:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <3E92CBB5.6020401@uos.de>
     [not found] ` <16018.53885.323179.591400@ronispc.chem.mcgill.ca>
     [not found]   ` <3E92D431.8010009@uos.de>
     [not found]     ` <16018.59703.503137.174360@ronispc.chem.mcgill.ca>
     [not found]       ` <3E92EAAF.3080907@uos.de>
2003-04-08 18:32         ` David Ronis
2003-04-19 18:26           ` Toon Moene [this message]
2003-04-22 19:39             ` David Ronis
2003-04-22 23:14               ` Toon Moene

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=3EA135E2.1090406@moene.indiv.nluug.nl \
    --to=toon@moene.indiv.nluug.nl \
    --cc=gcc@gcc.gnu.org \
    --cc=jschnack@uos.de \
    --cc=ronis@onsager.chem.mcgill.ca \
    --cc=ronis@ronispc.chem.mcgill.ca \
    /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).