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 <c...@us.ibm.com> (blank line here) > * gcc.target/powerpc/builtins-4-int128-runnable.c > (dg-require-effective-target): Line too long. You can put the ( at the start of a new line. > Change vsx_hw to p8vector_hw. > (dg-options): Change -maltivec -mvsx to -mpower8-vector. Otherwise fine, thanks! Okay for trunk. Segher