Re: [PATCH, rs6000, gcc-8 ] Improve handling of built-in initialization. [PR95952]

2020-07-15 Thread Segher Boessenkool
Hi! On Tue, Jul 14, 2020 at 12:15:01PM -0500, will schmidt wrote: > We've got a scenario with a combination of old hardware, gcc-8 and > binutils where gcc will ICE during it's selftest. This ICE was exposed > when the builtin processing for better #pragma support was added, where > we no longe

[PATCH, rs6000, gcc-8 ] Improve handling of built-in initialization. [PR95952]

2020-07-14 Thread will schmidt via Gcc-patches
Hi, We've got a scenario with a combination of old hardware, gcc-8 and binutils where gcc will ICE during it's selftest. This ICE was exposed when the builtin processing for better #pragma support was added, where we no longer skip builtin initialization based on the current mask. Per the