On Thu, Jul 21, 2016 at 06:17:24PM -0500, Segher Boessenkool wrote: > On Thu, Jul 21, 2016 at 05:15:26PM -0400, Michael Meissner wrote: > > I am preparing to submit patches to enhance vec_extract for 64-bit power8 > > and > > power9 systems shortly. As part of my work, I added executable tests to > > test > > all vector types, and doing both constant and variable vector extracts from > > each vector type. > > > > Because these are just new tests and not compiler changes, I verified that > > the > > new tests run correctly with a current bootstrapped compiler on both a big > > endian power7 system and a little endian power8 system. Can I install these > > tests on the trunk? > > > --- gcc/testsuite/gcc.target/powerpc/vec-extract.h (revision 0) > > +++ gcc/testsuite/gcc.target/powerpc/vec-extract.h (working copy) > > @@ -0,0 +1,1125 @@ > > +#include <stdio.h> > > Do you use anything from this header? > > It's okay for trunk, either way. Thanks,
Not currently, but the first versions of the test did do tracing. I removed including stdio.h from vec-extract.h and checked it in. I did keep stdlib.h and stddef.h for abort and size_t/ssize_t declarations. -- Michael Meissner, IBM IBM, M/S 2506R, 550 King Street, Littleton, MA 01460-6245, USA email: meiss...@linux.vnet.ibm.com, phone: +1 (978) 899-4797