Date: Wed, 10 Jan 2018 19:40:35 +0000 From: bugzilla-noreply@freebsd.org To: java@FreeBSD.org Subject: [Bug 225054] java/openjdk* : fails to build with clang 6.0 (blocks 571 ports) Message-ID: <bug-225054-8522-kDjvnQt6AW@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-225054-8522@https.bugs.freebsd.org/bugzilla/> References: <bug-225054-8522@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=3D225054 --- Comment #6 from Jung-uk Kim <jkim@FreeBSD.org> --- (In reply to Jan Beich from comment #4) That's bad. :-( Then, I guess we have no choice but to do something like this: +-#define LOCK_IF_MP(mp) "cmp $0, " #mp "; je 1f; lock; 1: " ++#define LOCK_IF_MP(mp) "cmp $0, " #mp "; je 1f; .byte 0xf0; 1: " --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225054-8522-kDjvnQt6AW>