Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2018 17:47:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 214338] [PATCH] devel/glib20: new kqueue() backend for file monitoring
Message-ID:  <bug-214338-6497-QrSGwGqmd8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-214338-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-214338-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D214338

--- Comment #58 from lightside <lightside@gmx.com> ---
(In reply to comment #56)
> Fixed MSTOSBT macro for files/kqueue_fnm.c.
Need to say, that testcase was compiled with using FreeBSD 10.4 amd64 base
compiler:
% cc --version | head -1
FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512

If test the same testcase with using Clang 6.0.1 compiler from devel/llvm60
port, then there are no errors detected for new (attachment #195649) and
previous (attachment #195598) MSTOSBT macro:
% clang60 --version | head -1
clang version 6.0.1 (tags/RELEASE_601/final)
% clang60 -O2 -o test test.c
% ./test && echo ok || echo not ok
<..>
997: funct =3D 4282082394, macro =3D 4282082394, true
998: funct =3D 4286377361, macro =3D 4286377361, true
999: funct =3D 4290672328, macro =3D 4290672328, true
ok
% clang60 -O2 -DFIXED=3D1 -o test_fixed test.c
% ./test_fixed && echo ok || echo not ok
<..>
997: funct =3D 4282082394, macro =3D 4282082394, true
998: funct =3D 4286377361, macro =3D 4286377361, true
999: funct =3D 4290672328, macro =3D 4290672328, true
ok

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-214338-6497-QrSGwGqmd8>