Re: [PATCH rs6000] Fix for builtins-4-int128-runnable.c

2018-02-14 Thread Segher Boessenkool
Hi Carl, On Wed, Feb 14, 2018 at 11:09:09AM -0800, Carl Love wrote: > The following patch contains fixes an issue with the 128-bit test on > Power 7. Power 7 does not support int128 so the test must be > restricted to run on Power 8 and later. > 2018-02-14 Carl Love (blank line here) >

Re: [PATCH rs6000] Fix for builtins-4-int128-runnable.c

2018-02-14 Thread Peter Bergner
On 2/14/18 1:09 PM, Carl Love wrote: > The following patch contains fixes an issue with the 128-bit test on > Power 7. Power 7 does not support int128 so the test must be > restricted to run on Power 8 and later. To be pedantic, GCC POWER7 supports __int128_t just fine (in 64-bit mode). It howeve