This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Bug?


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)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]