https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83531
--- Comment #11 from Iain Sandoe <iains at gcc dot gnu.org> --- Author: iains Date: Sun Aug 18 18:54:13 2019 New Revision: 274624 URL: https://gcc.gnu.org/viewcvs?rev=274624&root=gcc&view=rev Log: [Darwin, fixincludes] Fix PR83531 There is no reasonable chance that the SDKs in question will be re- issued, so the only viable solution is a fixincludes. 2019-08-18 C.G. Dogan <gcc+cgdogan...@gmail.com> Iain Sandoe <i...@sandoe.co.uk> PR target/83531 * inclhack.def (darwin_api_availability): New, strip leading underscores from API_XXXX defines. * fixincl.x: Regenerate. * tests/base/os/availability.h: New file. Added: trunk/fixincludes/tests/base/os/availability.h Modified: trunk/fixincludes/ChangeLog trunk/fixincludes/fixincl.x trunk/fixincludes/inclhack.def