This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Implementing p0515 - spaceship operator
- From: Jason Merrill <jason at redhat dot com>
- To: Tim van Deurzen <tim at kompiler dot org>
- Cc: Marek Polacek <polacek at redhat dot com>, Jakub Jelinek <jakub at redhat dot com>, "Joseph S. Myers" <joseph at codesourcery dot com>, David Brown <david at westcontrol dot com>, Jonathan Wakely <jwakely dot gcc at gmail dot com>, gcc Mailing List <gcc at gcc dot gnu dot org>
- Date: Sun, 4 Nov 2018 20:22:52 -0500
- Subject: Re: Implementing p0515 - spaceship operator
- References: <9cc3dc23-3c18-d05c-e5f4-f3d5dbeab075@kompiler.org> <CADzB+2mwgi4yaTJJf3NCZ9AC1AqYUEFMECj0g-smkmBLrjW4Yg@mail.gmail.com> <CAH6eHdSZce9rkrzxZ8iPQjw=gA=TLAOVRTLKTUQjAFqvohK1dg@mail.gmail.com> <CADzB+2kPkyha1wBgPtHXwxdu7T3_a+2TAhX6nYvbZGYmXZP_MA@mail.gmail.com> <53f18736-c429-bc29-bb34-3d61f52359ef@kompiler.org> <CAH6eHdSkssyVXoq3oDuRmNmPSW9JxZK_NJE6YcUCY+SQ+GbOKw@mail.gmail.com> <5A573705.4070406@westcontrol.com> <alpine.DEB.2.20.1801111357120.27821@digraph.polyomino.org.uk> <20180830180705.GN2218@tucnak> <20180830181617.GD12638@redhat.com> <312ea209-f0bb-2b05-6f41-c411f0e33fb5@kompiler.org> <CADzB+2kbyZNp6nHZnNR2BPoLXsPfOT_JC_2vUnoMGrP6AUQC6Q@mail.gmail.com>
On Wed, Sep 26, 2018 at 11:00 AM Jason Merrill <jason@redhat.com> wrote:
>
> On Mon, Sep 3, 2018 at 5:04 PM, Tim van Deurzen <tim@kompiler.org> wrote:
> > I must confess that in the last months I've not been able to find much time
> > (I do this in my spare time) to work on this. Part of the problem is also
> > that my new employer hasn't yet provided a written copyright waiver for the
> > FSF, though they have agreed and my contract already works out well in that
> > regard.
>
> Any progress on this?
Has this been worked out? We're getting near the end of GCC stage 1,
which is the deadline for new features going into the next release, so
it would be great to see a patch with whatever you have so far.
Jason