https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64855
--- Comment #4 from Iain Sandoe <iains at gcc dot gnu.org> --- (In reply to Richard Henderson from comment #2) > I apologize for my mis-diagnosis earlier. These tests are not > expected to pass on Darwin at present. Disabling them in the > testsuite is the best thing to do for now. adding: && ![istarget "*-*-darwin*"] should be enough - the targetabis list is initialised to "" before that test.