Re: [PATCH 07/14] Add patches for D language support in GCC targets.

2018-10-21 Thread Iain Buclaw
On Tue, 16 Oct 2018 at 17:28, Richard Sandiford wrote: > > Iain Buclaw writes: > > diff --git a/gcc/Makefile.in b/gcc/Makefile.in > > index 4b7cec82382..0b2daa320c3 100644 > > --- a/gcc/Makefile.in > > +++ b/gcc/Makefile.in > > @@ -2496,6 +2525,7 @@ s-tm-texi: build/genhooks$(build_exeext) > > $

Re: [PATCH 07/14] Add patches for D language support in GCC targets.

2018-10-20 Thread Iain Buclaw
On Sat, 20 Oct 2018 at 10:34, Richard Sandiford wrote: > > Iain Buclaw writes: > > On Tue, 16 Oct 2018 at 17:28, Richard Sandiford > > wrote: > >> > >> Iain Buclaw writes: > >> > diff --git a/gcc/Makefile.in b/gcc/Makefile.in > >> > index 4b7cec82382..0b2daa320c3 100644 > >> > --- a/gcc/Makefil

Re: [PATCH 07/14] Add patches for D language support in GCC targets.

2018-10-20 Thread Richard Sandiford
Iain Buclaw writes: > On Tue, 16 Oct 2018 at 17:28, Richard Sandiford > wrote: >> >> Iain Buclaw writes: >> > diff --git a/gcc/Makefile.in b/gcc/Makefile.in >> > index 4b7cec82382..0b2daa320c3 100644 >> > --- a/gcc/Makefile.in >> > +++ b/gcc/Makefile.in >> > @@ -2496,6 +2525,7 @@ s-tm-texi: buil

Re: [PATCH 07/14] Add patches for D language support in GCC targets.

2018-10-19 Thread Iain Buclaw
On Tue, 16 Oct 2018 at 17:28, Richard Sandiford wrote: > > Iain Buclaw writes: > > diff --git a/gcc/Makefile.in b/gcc/Makefile.in > > index 4b7cec82382..0b2daa320c3 100644 > > --- a/gcc/Makefile.in > > +++ b/gcc/Makefile.in > > @@ -2496,6 +2525,7 @@ s-tm-texi: build/genhooks$(build_exeext) > > $

Re: [PATCH 07/14] Add patches for D language support in GCC targets.

2018-10-16 Thread Richard Sandiford
Iain Buclaw writes: > diff --git a/gcc/Makefile.in b/gcc/Makefile.in > index 4b7cec82382..0b2daa320c3 100644 > --- a/gcc/Makefile.in > +++ b/gcc/Makefile.in > @@ -2496,6 +2525,7 @@ s-tm-texi: build/genhooks$(build_exeext) > $(srcdir)/doc/tm.texi.in > && ( test $(srcdir)/doc/tm.texi -nt $(

Re: [PATCH 07/14] Add patches for D language support in GCC targets.

2018-09-19 Thread Iain Buclaw
On 18 September 2018 at 02:35, Iain Buclaw 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 con

[PATCH 07/14] Add patches for D language support in GCC targets.

2018-09-17 Thread Iain Buclaw
This patch add D language support to targets of GCC itself. These are mostly 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 targe