https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79274
--- Comment #3 from Iain Sandoe <iains at gcc dot gnu.org> --- Author: iains Date: Sun Nov 3 07:59:32 2019 New Revision: 277750 URL: https://gcc.gnu.org/viewcvs?rev=277750&root=gcc&view=rev Log: [Darwin, testsuite] Fix PR 79274 The solution for initialising global TLS variables does not apply to platforms using emulated TLS. XFAIL the test for this on Darwin. 2019-11-03 Iain Sandoe <i...@sandoe.co.uk> PR c++/79274 * g++.dg/tls/pr77285-2.C: XFAIL test for Darwin. Modified: branches/gcc-8-branch/gcc/testsuite/ChangeLog branches/gcc-8-branch/gcc/testsuite/g++.dg/tls/pr77285-2.C