This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Infinite compile time on alphaev6-unknown-linux-gnu for this simple Fortran program.
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Infinite compile time on alphaev6-unknown-linux-gnu for this simple Fortran program.
- From: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Date: Thu, 09 Aug 2001 22:23:48 +0200
- Organization: Moene Computational Physics, Maartensdijk, The Netherlands
Since a couple of days, this simple program
(g77.f-torture/execute/19990826-2.f):
program labug3
implicit none
complex one, z
real a, f1
f1(z) = real(z)
one = (1.,0.)
a = f1(one)
if ( abs(a-1.0) .gt. 1.0e-5 ) then
write(6,*) 'A should be 1.0 but it is',a
call abort()
end if
end
doesn't finish compiling with the trunk when optimisation is requested.
Native build on alphaev6-unknown-linux-gnu.
--
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG Maartensdijk, The Netherlands
Maintainer, GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
Join GNU Fortran 95: http://g95.sourceforge.net/ (under construction)