RE: g77 executable with largish array fails (solved?)

2004-10-26 Thread Billinghurst, David \(CALCRTS\)
> From: David Billinghurst > > The following test case is distilled from the LAPACK timing test cases. > These used to work on some previous versions of cygwin/g77, but now fail. I translated the problem into C using f2c. It becomes: $ cat labugc.c int main() { static float a[39*1024*1024];

Re: g77 executable with largish array fails (solved?)

2004-10-26 Thread Gerrit P. Haase
Billinghurst, David (CALCRTS) wrote: From: David Billinghurst The following test case is distilled from the LAPACK timing test cases. These used to work on some previous versions of cygwin/g77, but now fail. I translated the problem into C using f2c. It becomes: $ cat labugc.c int main() { st

RE: g77 executable with largish array fails (solved?)

2004-10-26 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Gerrit P. Haase > Sent: 26 October 2004 08:37 > Billinghurst, David (CALCRTS) wrote: > > >>From: David Billinghurst > >> > >>The following test case is distilled from the LAPACK timing > test cases. > >>These used to work on some p