On Tue, Jul 25, 2017 at 09:53:21AM -0700, 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 -mupper-regs-di" } */
> 
> m64  2 test passes
> m32  1 unsupported test
> 
> I looked in gcc/testsuite/gcc/gcc.log and found the following message
> about the -m32
> 
> cc1: error: -m32 not supported in this configuration^M

Ah, heh.  You are testing -m32 on a powerpc64le system.  That won't fly.

If you remove the -mupper-regs-di from the above, it is okay to commit
like that.  Thanks!


Segher

Reply via email to