This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH], Add PowerPC vec_extract tests


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,


Segher


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]