Date: Fri, 6 Oct 2000 04:53:32 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include setjmp.h src/sys/alpha/include setjmp.h src/sys/ia64/include setjmp.h Message-ID: <200010061153.EAA90865@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2000/10/06 04:53:32 PDT
Modified files:
sys/i386/include setjmp.h
sys/alpha/include setjmp.h
sys/ia64/include setjmp.h
Log:
Work around a bug by adding struct tags. gcc-2.95 apparently gets the
check in the [basic.link] section of the C++ standard wrong. gcc-2.7.2.3
apparently doesn't do the check, so the bug doesn't affect RELENG_3.
PR: 16170, 21427
Submitted by: Max Khon <fjoe@lark.websci.ru> (i386 version)
Discussed with: jdp
Revision Changes Path
1.5 +3 -3 src/sys/i386/include/setjmp.h
1.4 +3 -3 src/sys/alpha/include/setjmp.h
1.2 +3 -3 src/sys/ia64/include/setjmp.h
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?200010061153.EAA90865>
