Re: world broken with a gcc 3.2 world? (resolution)
On Thu, 31 Jul 2003 11:27:56 +0200 Alexander Leidinger <[EMAIL PROTECTED]> wrote: > with a Jul 10 world, a clean /usr/obj and the sources as of yesterday I > get > ---snip--- > /big/usr/src/contrib/gcc/dwarf2out.c:11739:75: missing terminating ' character > /big/usr/src/contrib/gcc/dwarf2out.c:11741:71: warning: multi-line string litera > ls are deprecated > /big/usr/src/contrib/gcc/dwarf2out.c:11743:26: missing terminating ' character > /big/usr/src/contrib/gcc/dwarf2out.c:12095:28: missing terminating ' character > /big/usr/src/contrib/gcc/dwarf2out.c:12190:7: missing terminating ' character > /big/usr/src/contrib/gcc/dwarf2out.c:12475:58: macro "ASM_OUTPUT_INTERNAL_LABEL" > passed 5 arguments, but takes just 3 > /big/usr/src/contrib/gcc/dwarf2out.c:12756:2: #else without #if > /big/usr/src/contrib/gcc/dwarf2out.c:12761:2: #endif without #if > /big/usr/src/contrib/gcc/dwarf2out.c:12764:2: #endif without #if > mkdep: compile failed > *** Error code 1 > ---snip--- My local CVS repository was broken. Bye, Alexander. -- "One world, one web, one program" -- Microsoft promotional ad "Ein Volk, ein Reich, ein Fuehrer" -- Adolf Hitler http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"
world broken with a gcc 3.2 world?
Hi, with a Jul 10 world, a clean /usr/obj and the sources as of yesterday I get ---snip--- /big/usr/src/contrib/gcc/dwarf2out.c:11739:75: missing terminating ' character /big/usr/src/contrib/gcc/dwarf2out.c:11741:71: warning: multi-line string litera ls are deprecated /big/usr/src/contrib/gcc/dwarf2out.c:11743:26: missing terminating ' character /big/usr/src/contrib/gcc/dwarf2out.c:12095:28: missing terminating ' character /big/usr/src/contrib/gcc/dwarf2out.c:12190:7: missing terminating ' character /big/usr/src/contrib/gcc/dwarf2out.c:12475:58: macro "ASM_OUTPUT_INTERNAL_LABEL" passed 5 arguments, but takes just 3 /big/usr/src/contrib/gcc/dwarf2out.c:12756:2: #else without #if /big/usr/src/contrib/gcc/dwarf2out.c:12761:2: #endif without #if /big/usr/src/contrib/gcc/dwarf2out.c:12764:2: #endif without #if mkdep: compile failed *** Error code 1 ---snip--- It complains about: ---snip--- else { "body block" of an inline function, we must *NOT* output any DIE for this block because we have already output a DIE to represent the whole inlined function scope and the "body block" of any function doesn't really represent a different scope according to ANSI C rules. So we check here to make sure that this block does not represent a "body block inlining" before trying to set the MUST_OUTPUT_DIE flag. */ `must_output_die' flag. */ ---snip--- which is obviously correct to complain about. "cvs stat" tells me: ---snip--- File: dwarf2out.c Status: Up-to-date Working revision:1.1.1.9 Wed Jul 30 15:24:40 2003 Repository revision: 1.1.1.9 /big/FreeBSD-CVS/src/contrib/gcc/dwarf2out.c,v Sticky Tag: (none) Sticky Date: (none) Sticky Options: (none) ---snip--- Any hints? Bye, Alexander. -- Where do you think you're going today? http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"