Re: RFR: JDK-8074796 Disabling warnings on clang triggers compiler bug for libunpack

2015-03-12 Thread Erik Joelsson
Looks good to me. /Erik On 2015-03-12 16:04, Magnus Ihse Bursie wrote: With JDK-8074096, some warnings produced by libunpack was silenced. However, it turned out that the version of clang shipped with Xcode 5.1 has some weird behavior, which I would classify as a compiler bug. The generated

RFR: JDK-8074796 Disabling warnings on clang triggers compiler bug for libunpack

2015-03-12 Thread Magnus Ihse Bursie
With JDK-8074096, some warnings produced by libunpack was silenced. However, it turned out that the version of clang shipped with Xcode 5.1 has some weird behavior, which I would classify as a compiler bug. The generated output differs markedly, if -Wno-foo is present on the command line. Enou