On Mon, Feb 3, 2020 at 4:28 PM Paul Eggert <egg...@cs.ucla.edu> wrote: > > Looking at the online Clang manuals, it appears that Clang started > supporting _Noreturn starting with 3.5.0. So does the attached > (untested) patch work for you? If not, please advise.
If interested, I can provide SSH access to a PowerMac running OS X 10.5 with Apple GCC 4.0.1, and a MacBook running OS X 10.9 with Apple Clang 6.0. Apple Clang 6.0 is roughly LLVM Clang 3.5: $ /usr/bin/clang --version Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM 3.5svn) Target: x86_64-apple-darwin13.4.0 The are several other compilers on the MacBook with OS X 10.9. They are supplied by MacPorts: $ find /opt/local/bin -name '*gcc-mp*' -o -name '*clang-mp*' /opt/local/bin/clang-mp-3.7 /opt/local/bin/clang-mp-5.0 /opt/local/bin/clang-mp-6.0 /opt/local/bin/clang-mp-7.0 /opt/local/bin/clang-mp-8.0 /opt/local/bin/gcc-mp-5 /opt/local/bin/gcc-mp-6 /opt/local/bin/gcc-mp-7 I need your authorized_keys, if interested. Jeff