[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#267703: g77 Bus error on sparc



package: g77-3.4
version: 3.4.1-4sarge

With the normal zivot_20013101-2 package build options
> andrewb@asok:~/work/fortran$ g77-3.4 -g -O2 -o zivot zivot.f
> In file included from zivot.f:0:
> zivot.f:2: internal compiler error: Bus error
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> For Debian GNU/Linux specific bug reporting instructions,
> see <URL:file:///usr/share/doc/gcc-3.4/README.Bugs>.
No

With minimal options
> andrewb@asok:~/work/fortran$ g77-3.4 -o zivot zivot.f
> In file included from zivot.f:0:
> zivot.f:2: internal compiler error: Bus error
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> For Debian GNU/Linux specific bug reporting instructions,
> see <URL:file:///usr/share/doc/gcc-3.4/README.Bugs>.
No

The C compiler
> andrewb@asok:~/work/fortran$ gcc-3.4 -o hello hello.c
> andrewb@asok:~/work/fortran$ ./hello 
> hello world
Yes

See if f77 via gcc works
> andrewb@asok:~/work/fortran$ fort77 -o zivot zivot.f
>    MAIN zivot:
> Warning on line 86: statement cannot be reached
Yes

See if it works via g77
> andrewb@asok:~/work/fortran$ g77 -g -O2 -o zivot zivot.f
> andrewb@asok:~/work/fortran$ g77-3.3 -g -O2 -o zivot zivot.f
Yes



Reply to: