https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78740

--- Comment #1 from amker at gcc dot gnu.org ---
Hmm, I am not familiar with powerpc targets, how should I restrict test case on
targets that support -m32?  In gcc.target/powerpc/fusion4.c, there are

/* { dg-do compile { target { powerpc*-*-* && ilp32 } } } */
/* { dg-skip-if "" { powerpc*-*-darwin* } { "*" } { "" } } */
/* { dg-require-effective-target powerpc_p9vector_ok } */
/* { dg-skip-if "do not override -mcpu" { powerpc*-*-* } { "-mcpu=*" } {
"-mcpu=power7" } } */
/* { dg-options "-mcpu=power7 -mtune=power9 -O3 -msoft-float -m32" } */

Reply via email to