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)
> > $
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
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
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)
> > $
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 $(
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
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