rs6000: Fix pr98959 testcase

It needs the int128 selector because it uses __int128, and the lp64
selector is the best we can do for -mcmodel=.

2021-03-10  Segher Boessenkool  <segher@kernel.crashing.org>

gcc/testsuite/
	* gcc.target/powerpc/pr98959.c: Add int128 and lp64 selectors.
This commit is contained in:
Segher Boessenkool 2021-03-10 20:19:39 +00:00
parent 9dcc2edfa6
commit 8f316f41ce
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
/* PR target/98959 */
/* { dg-require-effective-target int128 } */
/* { dg-require-effective-target lp64 } */ /* for -mcmodel= */
/* { dg-options "-fno-schedule-insns -O2 -mcmodel=small" } */
/* Verify we do not ICE on the following. */