[Bug fortran/23538] gfortran hangs on old cray fortran 66 program
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Jan 10 02:46:00 GMT 2006
------- Comment #8 from pinskia at gcc dot gnu dot org 2006-01-10 02:46 -------
0x0004ae5c in gfc_match_common () at
/Users/pinskia/src/gcc/alias/gcc/gcc/fortran/match.c:2284
2284 while (tail->common_next)
(gdb)
2285 tail = tail->common_next;
tail and tail->common_next is the same now, which means we get an infinite
loop.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |compile-time-hog
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23538
More information about the Gcc-bugs
mailing list