>>>>> Joel Sherrill writes: Joel> If I understand this correctly, it is checking that the Joel> target HW actually supports the Neon extension. Joel> Is this right?
Joel> Where does this get invoked? Joel> I think I am on the edge of understanding a solution Joel> path. It sounds like I need to add similar ones Joel> for MMX, SSE, Altivec, and any other odd multilib Joel> CPU option that the test suite hits and a particular Joel> target CPU does not support. Right? These already exist for Altivec, but for some reason your testing harness is not reporting back failure correctly to disable the tests for PowerPC. See .../gcc/testsuite/lib/target-supports.exp check_effective_target_powerpc_altivec check_effective_target_powerpc_altivec_ok check_vmx_hw_available i?86 does not seem to have as many checks. David