Re: [PATCH] Fix 87380.

2018-11-27 Thread Jeff Law
On 11/27/18 2:16 PM, Iain Sandoe wrote: > Hi > > This is [intentionally] broken C++ ABI, that was catering for a tool problem > that existed in a very old Darwin toolchain. > > I checked that the issue is not present after Darwin7 (using default Xcode > tools). Of course, more modern tools are

[PATCH] Fix 87380.

2018-11-27 Thread Iain Sandoe
Hi This is [intentionally] broken C++ ABI, that was catering for a tool problem that existed in a very old Darwin toolchain. I checked that the issue is not present after Darwin7 (using default Xcode tools). Of course, more modern tools are probably required to build trunk GCC for Darwin7, bu