bug in g77 for at least IA64 and AMD64
Winfrid Tschiedel
winfrid.tschiedel@hpc.fujitsu-siemens.com
Thu Oct 30 18:05:00 GMT 2003
Many thanks for your help, I installed already gcc-g77-3.2.3-23
quick and dirty - and it works.
Winfrid
>
> On Thu, Oct 30, 2003 at 01:32:42PM +0100, Winfrid Tschiedel wrote:
> > Hi,
> >
> > This small fortran program causes a segmentation fault :
> > program test
> > parameter ( n3=257)
> > common /abc/ a ,b
> > real*8 a(1024,1024,n3),b(1024,1024,255)
> > b(1,100,3)=1.0d0
> > a(1,100,3)=1.0d0
> > a(1024,1024,n3)=2.d0
> > b(1024,1024,255)=3.0
> > print *,a(1,100,3),b(1,100,3)
> > print *,a(1024,1024,n3),b(1024,1024,255)
> > end
> >
> > [winfrid@rxiX00-rhel ~]$ g77 big-mem.f
> > [winfrid@rxiX00-rhel ~]$ ./a.out
> > Segmentation fault (core dumped)
>
> See http://gcc.gnu.org/ml/gcc-patches/2003-10/msg02054.html
> I'll look into Toon's reply ASAP, sorry that I haven't got to it
> earlier.
>
> Jakub
>
--
_______________________________________________________________________________
Fujitsu Siemens Computers
SMCS G LE PCO Süd Email: winfrid.tschiedel@hpc.fujitsu-siemens.com
Otto-Hahn-Ring 6 Tel. : ++49-89-636-45652
81739 Muenchen Fax : ++49-89-636-43604
MS Exchange : winfrid.tschiedel@fujitsu-siemens.com
More information about the Gcc
mailing list