This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
loop.c does not compile
- To: gcc-bugs at gcc dot gnu dot org
- Subject: loop.c does not compile
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Mon, 17 Jul 2000 22:16:23 +0200
- CC: <cchavva at cygnus dot com>
When compiling the current CVS, I get
/usr/src/egcs/gcc/loop.c: In function `check_dbra_loop':
/usr/src/egcs/gcc/loop.c:7804: `loop_continue' undeclared (first use in this function)
I believe this was caused by
2000-07-17 Chandrakala Chavva <cchavva@cygnus.com>
* loop.c (check_dbra_loop) : Return if more than one condition is
present to control the loop.
Regards,
Martin