Date: Tue, 25 Aug 2020 22:08:30 +0200 From: Dimitry Andric <dim@FreeBSD.org> To: src-committers <src-committers@freebsd.org>, svn-src-all <svn-src-all@freebsd.org>, svn-src-head@freebsd.org Subject: Re: svn commit: r364782 - head/lib/libcompiler_rt Message-ID: <043F4141-45F1-436F-9B23-185FC0598AEF@FreeBSD.org> In-Reply-To: <202008251957.07PJvBcC099971@repo.freebsd.org> References: <202008251957.07PJvBcC099971@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--Apple-Mail=_7B84E4BC-056D-4402-91A4-26055332415B Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On 25 Aug 2020, at 21:57, Dimitry Andric <dim@FreeBSD.org> wrote: > > Author: dim > Date: Tue Aug 25 19:57:11 2020 > New Revision: 364782 > URL: https://svnweb.freebsd.org/changeset/base/364782 > > Log: > After r364753, there should be no need to suppress -Watomic-alignment > warnings anymore for compiler-rt's atomic.c. This occurred because the > IS_LOCK_FREE_8 macro was not correctly defined to 0 for mips, and this > caused the compiler to emit a runtime call to __atomic_is_lock_free(), > and that triggers the warning. > > MFC after: 2 weeks > X-MFC-With: r364753 Forgot to mention, Noticed by: arichardson. :) -Dimitry --Apple-Mail=_7B84E4BC-056D-4402-91A4-26055332415B Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.2 iF0EARECAB0WIQR6tGLSzjX8bUI5T82wXqMKLiCWowUCX0VvvwAKCRCwXqMKLiCW o6u3AKCWMPlV1W1Y2ghizjk7FrJHY56eIgCfbC1sa+w/F/juZi8fuCFMYoULxbI= =BKCI -----END PGP SIGNATURE----- --Apple-Mail=_7B84E4BC-056D-4402-91A4-26055332415B--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?043F4141-45F1-436F-9B23-185FC0598AEF>