re PR target/86952 (Avoid jump table for switch statement with -mindirect-branch=thunk)

[testsuite]

2018-09-24  Will Schmidt  <will_schmidt@vnet.ibm.com>

	PR testsuite/86952
	* gcc.target/powerpc/p8-vec-xl-xst-v2.c: Add and
	update expected codegen

From-SVN: r264538
This commit is contained in:
Will Schmidt 2018-09-24 15:47:22 +00:00 committed by Will Schmidt
parent 882c3f17b6
commit 4afdfa3795
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,9 @@
2018-09-24 Will Schmidt <will_schmidt@vnet.ibm.com>
PR testsuite/86952
* gcc.target/powerpc/p8-vec-xl-xst-v2.c: Add and
update expected codegen
2018-09-24 Cesar Philippidis <cesar@codesourcery.com>
* gfortran.dg/goacc/nested-parallelism.f90: New test.

View file

@ -59,6 +59,5 @@ bartle (vector unsigned short x, unsigned short * address)
vec_xst (x, 0, address);
}
/* { dg-final { scan-assembler-times "lvx" 4 } } */
/* { dg-final { scan-assembler-times "stvx" 4 } } */
/* { dg-final { scan-assembler-times "xxpermdi" 0 } } */
/* { dg-final { scan-assembler-times {\mlxvd2x\M} 4 } } */
/* { dg-final { scan-assembler-times {\mstxvd2x\M} 4 } } */