Date: Tue, 19 Mar 2002 03:09:25 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 db_disasm.c Message-ID: <200203191109.g2JB9PR47445@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 2002/03/19 03:09:25 PST Modified files: sys/ia64/ia64 db_disasm.c Log: Work around an apparent compiler bug with gcc-3.1, although it might be a language feature that I do not know about. gcc is complaining about a left shift >= sizeof type, even when shifting a (cast) 64 bit type left by 43 bits. Revision Changes Path 1.8 +5 -2 src/sys/ia64/ia64/db_disasm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203191109.g2JB9PR47445>