On 18 September 2018 at 02:35, Iain Buclaw <ibuc...@gdcproject.org> wrote: > > This patch add D language support to targets of GCC itself. > > These are used to declare pre-defined version identifiers in the D > language that describe something about the target that the front-end > itself is unable to obtain. Version conditions in D can be thought of > as being like the target macros of C, but that where the similarity > ends.
https://gcc.gnu.org/ml/gcc-patches/2017-10/msg00270.html Only the ARM and Aarch64 backends have been checked so far, and have been fixed up as requested. Iain.