Date: Mon, 3 Feb 2003 18:59:46 +0100 From: Alexander Leidinger <Alexander@Leidinger.net> To: current@freebsd.org Subject: Missing semicolon in generated insn-recog.c file. Message-ID: <20030203185946.533e3731.Alexander@Leidinger.net>
next in thread | raw e-mail | index | archive | help
Hi, I tried a buildworld yesterday and today, and I got: ---snip--- gcc -I/big/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config -DHAVE_C ONFIG_H -DTARGET_NAME=\"i386-undermydesk-freebsd\" -DIN_GCC -c insn-recog.c -o insn-recog.o insn-recog.c: In function `split_2': insn-recog.c:52213: syntax error before "x3" insn-recog.c:52209: label `L9903' used but not defined *** Error code 1 Stop in /big/usr/src/gnu/usr.bin/cc/cc_int. *** Error code 1 ---snip--- It complains about compiling /usr/obj/.../gnu/usr.bin/cc/cc_int/insn-recog.c which seems to be generated (it wouldn't life in /usr/obj if it isn't generated, isn't it). There's a missing semicolon after a goto command. I don't use NOCLEAN, so there's something wrong with /usr/src, isn't it? Bye, Alexander. -- 0 and 1. Now what could be so hard about that? http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030203185946.533e3731.Alexander>