This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/11165] New: ffelex_send_token_ in gcc/f/lex.c went into an infinite loop
- From: "hjl at lucon dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jun 2003 00:12:51 -0000
- Subject: [Bug fortran/11165] New: ffelex_send_token_ in gcc/f/lex.c went into an infinite loop
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11165
Summary: ffelex_send_token_ in gcc/f/lex.c went into an infinite
loop
Product: gcc
Version: 3.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: hjl@lucon.org
CC: gcc-bugs@gcc.gnu.org
As of Wed Jun 11 17:10:00 UTC 2003, mainline is broken
on Linux/ia64,
/export/build/gnu/gcc/build-ia64-linux/gcc/f771 ../gcc/libf2c/libU77/u77-test.f
-quiet -dumpbase u77-test.f -auxbase u77-test -g -o /tmp/foo.s
goes into an infinite loop. It looks like ffelex_send_token_ in gcc/f/lex.c
is miscompiled.
Mon Jun 9 00:33:41 UTC 2003 was OK.