Re: (g77) internal compiler error: Segmentation fault

2007-05-26 Thread Tobias Burnus
Hi, >> Hmm, I see your g77 is 2002 vintage. I have a 3.4 version. Still, >> I would recommend that you upgrade to a newer compiler, preferably >> gfortran. >> > I'll try to do that! > Note that openSUSE 10.2 comes with gfortran 4.1.x thus you can simply install it via YaST2. If you want t

Re: (g77) internal compiler error: Segmentation fault

2007-05-25 Thread Roland Winkler
On Fri May 25 2007 Jerry DeLisle wrote: > Roland Winkler wrote: > > The (shortened) fortran-77 subroutine attached below causes a > > segmentation fault of g77 when I execute > > > > $ g77 -O3 -c -funroll-loops foo.f > > > > No problems occur without optimization. > > > > $ g77 --version > > GN

Re: (g77) internal compiler error: Segmentation fault

2007-05-25 Thread Jerry DeLisle
Roland Winkler wrote: The (shortened) fortran-77 subroutine attached below causes a segmentation fault of g77 when I execute $ g77 -O3 -c -funroll-loops foo.f No problems occur without optimization. $ g77 --version GNU Fortran (GCC) 3.3.5 20050117 (prerelease) (SUSE Linux) Copyright (C) 2002

(g77) internal compiler error: Segmentation fault

2007-05-25 Thread Roland Winkler
The (shortened) fortran-77 subroutine attached below causes a segmentation fault of g77 when I execute $ g77 -O3 -c -funroll-loops foo.f No problems occur without optimization. $ g77 --version GNU Fortran (GCC) 3.3.5 20050117 (prerelease) (SUSE Linux) Copyright (C) 2002 Free Software Foundation