On Tue, 2016-12-06 at 09:59 +0100, Andreas Schwab wrote: > On Dez 05 2016, Bill Schmidt <wschm...@linux.vnet.ibm.com> wrote: > > > What's your target triple? > > http://gcc.gnu.org/ml/gcc-testresults/2016-12/msg00471.html > > Andreas. >
I *suspect* this is fixable with the addition of this dg- directive to the fold-vec-add-7.c test. +/* { dg-require-effective-target int128 } */ Still working on a recreate locally to see if I can verify that.. Looks like Andreas' build is configured with " configure flags: --prefix=/usr --build=powerpc64-suse-linux --enable-checking=release --enable-shared --with-system-zlib CFLAGS='-O2 -g' CXXFLAGS='-O2 -g' --with-cpu-64=power4 --enable-secureplt --with-long-double-128 " Thanks, -Will