Date: Wed, 13 Sep 2017 16:34:28 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-toolchain@FreeBSD.org Subject: [Bug 222280] www/firefox: 57.0 crashes clang during build Message-ID: <bug-222280-29464-givOIbts0c@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-222280-29464@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222280 Dimitry Andric <dim@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open Severity|Affects Only Me |Affects Some People Assignee|freebsd-toolchain@FreeBSD.o |dim@FreeBSD.org |rg | CC| |davide@FreeBSD.org, | |dim@FreeBSD.org --- Comment #4 from Dimitry Andric <dim@FreeBSD.org> --- This can be reduced to just: // clang -cc1 -triple x86_64 -S bug222280.cpp namespace { extern "C" union LZ4_stream_u *LZ4_createStream(); LZ4_stream_u *LZ4_createStream(); } It's apparently a long-standing problem upstream, as there are multiple bugs about it, but no conclusive fix: https://bugs.llvm.org/show_bug.cgi?id=18964 https://bugs.llvm.org/show_bug.cgi?id=19995 https://bugs.llvm.org/show_bug.cgi?id=21854 https://bugs.llvm.org/show_bug.cgi?id=23090 https://bugs.llvm.org/show_bug.cgi?id=33503 I'll see if I can get some movement on this upstream, and close off a bunch of duplicates. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222280-29464-givOIbts0c>
