This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Bug?
- To: "HONG, SUNG YUN" <shong at sdg dot kosin dot ac dot kr>
- Subject: Re: Bug?
- From: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Date: Sun, 10 Sep 2000 20:42:34 +0200
- CC: gcc-bugs at gcc dot gnu dot org
- Organization: Moene Computational Physics, Maartensdijk, The Netherlands
- References: <000801c01af7$dfa2b300$5c9dfd80@cornell.edu>
HONG, SUNG YUN wrote:
> I am not sure that the following message is due to a bug. The program
> that I use was successfully compiled by gcc 0.5.22 but failed by gcc
> 0.5.26. Thereby, I report the compilation error message as follows.
>
> gcc version: 0.5.26 20000724 (experimental)
> OS: linux
> Options: f77 -fugly-assumed -fugly-logint -ff77 -malign-double
> -fno-automatic -finit-local-zero -fno-f2c -funroll-all-loops -fversion
> -O2
> Compiling results:
> f77: Internal error: Segmentation fault (program f771)
> Please submit a full bug report.
> See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
> make: *** [hqrii.o] Error 1
> Regards
Hmmm, to say anything definite about this bug (it *is* a bug, the
compiler should not run into a Segmentation fault) it is necessary that
you send us the source of hqrii.f.
If the file is actually called hqrii.F, you should send us the hqrii.i
file that results from the compilation:
g77 --save-temps ... hqrii.F
Thanks in advance,
--
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG Maartensdijk, The Netherlands
GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://g95.sourceforge.net/ (under construction)