Internal compiler error in egcs g77 ss 19990623
Toon Moene
toon@moene.indiv.nluug.nl
Sun Jun 27 06:46:00 GMT 1999
Norbert Conrad wrote:
> I found an internal compiler error in egcs g77 . It shows only with
> -fno-f2c. gcc/g77 was configured with --prefix=/opt and bootstrapped.
> com.c:1937: failed assertion `tempvar'
> g77: Internal compiler error: program f771 got fatal signal 6
There's a fair chance that the front-end is mixing up -fno-f2c and
-fno-f2c-library somewhere.
The following fails:
complex*16 gcexp, arg
gcexp = exp(arg)
end
while this one succeeds:
external exp
complex*16 gcexp, arg
gcexp = exp(arg)
end
Unfortunately, I couldn't find the culprit.
--
Toon Moene (toon@moene.indiv.nluug.nl)
Saturnushof 14, 3738 XG Maartensdijk, The Netherlands
Phone: +31 346 214290; Fax: +31 346 214286
GNU Fortran: http://world.std.com/~burley/g77.html
More information about the Gcc-bugs
mailing list