On 4/11/25 1:03 PM, Alexandre Oliva wrote: > gcc.dg/pr87600.h and gcc.dg/pr89313.c test for __powerpc__ and > __POWERPC__ to choose ppc register names, but ppc-elf defines neither; > it defines __PPC__, so test for that as well.
Is there a reason why powerpc-*-elf doesn't define __powerpc__ or __POWERPC__ like we do for other powerpc* targets? That said, I think this probably falls under the "obvious" rule too. Peter