Date: Sat, 04 Feb 2017 22:33:30 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 216771] graphics/rawstudio: fails to build with clang 4.0 Message-ID: <bug-216771-13-AyARsmRBgp@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-216771-13@https.bugs.freebsd.org/bugzilla/> References: <bug-216771-13@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=3D216771 Dimitry Andric <dim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dim@FreeBSD.org --- Comment #2 from Dimitry Andric <dim@FreeBSD.org> --- Created attachment 179618 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D179618&action= =3Dedit Use anonymous labels in inline asm The problem is that FFTWindow::applyAnalysisWindowSSE() contains named asm labels, and this gives trouble when inlining into the previous function. It can be fixed easily by using anonymous labels, as in the attached patch. --=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-216771-13-AyARsmRBgp>