Skip site navigation (1)Skip section navigation (2)
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/>
References:  <bug-222280-29464@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=3D222280

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=3D18964
https://bugs.llvm.org/show_bug.cgi?id=3D19995
https://bugs.llvm.org/show_bug.cgi?id=3D21854
https://bugs.llvm.org/show_bug.cgi?id=3D23090
https://bugs.llvm.org/show_bug.cgi?id=3D33503

I'll see if I can get some movement on this upstream, and close off a bunch=
 of
duplicates.

--=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-222280-29464-givOIbts0c>