[RS6000] Unsupported test options for -m32

FAIL: gcc.target/powerpc/swaps-p8-22.c (test for excess errors)
Excess errors:
cc1: error: '-mcmodel' not supported in this configuration

	* gcc.target/powerpc/swaps-p8-22.c: Enable only for aix and
	-m64 linux.
This commit is contained in:
Alan Modra 2020-10-24 16:17:39 +10:30
parent d249ba878c
commit 4e6e941db7

View File

@ -1,4 +1,4 @@
/* { dg-do compile } */
/* { dg-do compile { target { *-*-aix* || { *-*-linux* && lp64 } } } } */
/* { dg-require-effective-target powerpc_p8vector_ok } */
/* { dg-options "-O2 -mdejagnu-cpu=power8 -maltivec -mcmodel=large" } */