On 7/25/17 11:53 AM, Carl Love wrote: > /* { dg-do run { target { powerpc*-*-* && { p9vector_hw } } } } */ > /* { dg-skip-if "do not override -mcpu" { powerpc*-*-* } { "-mcpu=*" } { > "-mcpu=power9" } } */ > /* { dg-options "-mcpu=power9 -O2 " } */ > > With the same results as above. Note, I am running on > perch.aus.stglabs.ibm.com which > is a Power 9 system. Is -m32 not supported on Power 9?
-m32 is supported on POWER9, it's only not supported on little endian. Peter