[PR99233] tesstsuite: Run test pr96264.c only for little endian

The test in question is assumed to work only for little endian target.

gcc/testsuite/ChangeLog:

	PR testsuite/99233
	* gcc.target/powerpc/pr96264.c: Run it only for powerpc64le.
This commit is contained in:
Vladimir N. Makarov 2021-02-25 11:20:32 -05:00
parent 01c2ce169a
commit 557a0d3b1b

View File

@ -1,4 +1,4 @@
/* { dg-do run } */
/* { dg-do run { target { powerpc64le-*-* } } } */
/* { dg-options "-Os -fno-forward-propagate -fschedule-insns -fno-tree-ter -Wno-psabi" } */
/* { dg-require-effective-target p8vector_hw } */