Re: Clang 6.0.[01]: UNREACHABLE executed

2018-07-13 Thread Dimitry Andric
On 13 Jul 2018, at 18:45, Dimitry Andric wrote: > > On 13 Jul 2018, at 14:30, Jonathan Anderson wrote: >> >> I recently ran into an unreachable statement execution in Clang 6, both >> with v6.0.0 from the llvm60 package and v6.0.1 from HEAD (FreeBSD >> r335799 / LLVM r335540). I don't see this

Re: Clang 6.0.[01]: UNREACHABLE executed

2018-07-13 Thread Dimitry Andric
On 13 Jul 2018, at 14:30, Jonathan Anderson wrote: > > I recently ran into an unreachable statement execution in Clang 6, both > with v6.0.0 from the llvm60 package and v6.0.1 from HEAD (FreeBSD > r335799 / LLVM r335540). I don't see this issue in Clang 5 or in the > version that ships with macOS

Re: aarch64-arm64 fails to build kernel 12-current raspberry pi 3

2018-07-13 Thread Mark Millard via freebsd-toolchain
On 2018-Jul-13, at 3:15 AM, tech-lists wrote: > On 12/07/2018 19:32, Dimitry Andric wrote: >> No, it's because sys/crypto/armv8/armv8_crypto_wrap.c includes >> , an intrinsics header, which in turn requires . >> This was introduced inhttps://svnweb.freebsd.org/changeset/base/308921, >> and at

Clang 6.0.[01]: UNREACHABLE executed

2018-07-13 Thread Jonathan Anderson
Hi all, I recently ran into an unreachable statement execution in Clang 6, both with v6.0.0 from the llvm60 package and v6.0.1 from HEAD (FreeBSD r335799 / LLVM r335540). I don't see this issue in Clang 5 or in the version that ships with macOS High Sierra (which they're calling 9.1.0, but that's

Re: aarch64-arm64 fails to build kernel 12-current raspberry pi 3

2018-07-13 Thread tech-lists
On 12/07/2018 19:32, Dimitry Andric wrote: No, it's because sys/crypto/armv8/armv8_crypto_wrap.c includes , an intrinsics header, which in turn requires . This was introduced inhttps://svnweb.freebsd.org/changeset/base/308921, and at the time resulted in similar build failures, specifically when