Re: [PATCH,rs6000] Correct dejagnu directives in several newly added tests

2017-09-29 Thread Segher Boessenkool
Hi Kelvin, > * gcc.target/powerpc/swaps-p8-30.c: Exchange the order of dg-do > and dg-require-effective-target directives to correct testing > behavior. > * gcc.target/powerpc/swaps-p8-32.c: Likewise. > * gcc.target/powerpc/swaps-p8-41.c: Likewise. > *

[PATCH,rs6000] Correct dejagnu directives in several newly added tests

2017-09-29 Thread Kelvin Nilsen
This patch corrects an error in several newly added test programs that was causing these programs to be SUPPORTED on platforms where they were not supposed to be SUPPORTED, which was causing unexpected FAILS. The patch has been preapproved by seg...@gcc.gnu.org. gcc/testsuite/ChangeLog: