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: Infinite compile time on alphaev6-unknown-linux-gnu for this simple Fortran program.


I wrote:

> Since a couple of days, this simple program
> (g77.f-torture/execute/19990826-2.f):

...

> doesn't finish compiling with the trunk when optimisation is requested.
> 
> Native build on alphaev6-unknown-linux-gnu.

It's probably stuck in a library routine.  If I attach to the process
from gdb, I get this:

(gdb) bt
#0  0x200001c98d0 in ?? ()

Is there a way to find out which routine is causing this ("up" and
"down" don't seem to work).

Thanks in advance,

-- 
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)


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