Re: llvm FreeBSD powerpc ABI target bug fix: Re: [Bug 26519] Clang 4.0.0's "Target: powerpc-unknown-freebsd11.0" code generation is violating the SVR4 ABI (SEGV can result)

2017-05-25 Thread Mark Millard
[Top post of question with older material listed after for reference.] Is llvm bugzilla's latest 26519 fix going to make it into release/11.1.0 ? This fixes the last known stack handling ABI violation for targeting powerpc FreeBSD (32-bit). (For both powerpc64 and powerpc handling thrown C++ exc

Re: llvm FreeBSD powerpc ABI target bug fix: Re: [Bug 26519] Clang 4.0.0's "Target: powerpc-unknown-freebsd11.0" code generation is violating the SVR4 ABI (SEGV can result)

2017-05-25 Thread Dimitry Andric
On 25 May 2017, at 23:59, Mark Millard wrote: > > Is llvm bugzilla's latest 26519 fix going to make it > into release/11.1.0 ? This fixes the last known stack > handling ABI violation for targeting powerpc FreeBSD > (32-bit). I just committed it in r318906. It should make 11.1-RELEASE. Would b

Re: llvm FreeBSD powerpc ABI target bug fix: Re: [Bug 26519] Clang 4.0.0's "Target: powerpc-unknown-freebsd11.0" code generation is violating the SVR4 ABI (SEGV can result)

2017-05-25 Thread Mark Millard
On 2017-May-25, at 4:31 PM, Dimitry Andric wrote: > On 25 May 2017, at 23:59, Mark Millard wrote: >> >> Is llvm bugzilla's latest 26519 fix going to make it >> into release/11.1.0 ? This fixes the last known stack >> handling ABI violation for targeting powerpc FreeBSD >> (32-bit). > > I just