gcc-6-20180110 is now available

2018-01-10 Thread gccadmin
Snapshot gcc-6-20180110 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/6-20180110/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 6 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-6

Re: Implementing p0515 - spaceship operator

2018-01-10 Thread Tim van Deurzen
Hi Jakub, On 01/10/2018 10:32 PM, Jakub Jelinek wrote: On Wed, Jan 10, 2018 at 10:24:00PM +0100, Tim van Deurzen wrote: On 01/10/2018 02:00 PM, Jonathan Wakely wrote: On 9 Jan 2018 10:56 p.m., "Tim van Deurzen" wrote: Just to confirm with you, it does make sense to conditionally

Re: Implementing p0515 - spaceship operator

2018-01-10 Thread Jakub Jelinek
On Wed, Jan 10, 2018 at 10:24:00PM +0100, Tim van Deurzen wrote: > On 01/10/2018 02:00 PM, Jonathan Wakely wrote: > > > On 9 Jan 2018 10:56 p.m., "Tim van Deurzen" wrote: > > > > > > Just to confirm with you, it does make sense to conditionally > > parse the token for operator<=> in libc

Re: Implementing p0515 - spaceship operator

2018-01-10 Thread Tim van Deurzen
On 01/10/2018 02:00 PM, Jonathan Wakely wrote: On 9 Jan 2018 10:56 p.m., "Tim van Deurzen" wrote: Just to confirm with you, it does make sense to conditionally parse the token for operator<=> in libcpp (i.e. only when the cxx standard being used is >=2a)? I'm just wondering if this

Re: Bugzilla admin?

2018-01-10 Thread Andrew Haley
On 10/01/18 14:33, Jakub Jelinek wrote: > On Wed, Jan 10, 2018 at 02:30:39PM +, Andrew Haley wrote: >> I don't seem to have write access to bugs in GCC Bugzilla. I'm pretty >> sure I used to have it. Who do I contact? Thanks. > > You need to use the @gcc.gnu.org account to have write access

Bugzilla admin?

2018-01-10 Thread Andrew Haley
I don't seem to have write access to bugs in GCC Bugzilla. I'm pretty sure I used to have it. Who do I contact? Thanks. -- Andrew Haley Java Platform Lead Engineer Red Hat UK Ltd. EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671

Re: Bugzilla admin?

2018-01-10 Thread Jonathan Wakely
On 10 January 2018 at 14:33, Jakub Jelinek wrote: > On Wed, Jan 10, 2018 at 02:30:39PM +, Andrew Haley wrote: >> I don't seem to have write access to bugs in GCC Bugzilla. I'm pretty >> sure I used to have it. Who do I contact? Thanks. > > You need to use the @gcc.gnu.org account to have wri

Re: Bugzilla admin?

2018-01-10 Thread Jakub Jelinek
On Wed, Jan 10, 2018 at 02:30:39PM +, Andrew Haley wrote: > I don't seem to have write access to bugs in GCC Bugzilla. I'm pretty > sure I used to have it. Who do I contact? Thanks. You need to use the @gcc.gnu.org account to have write access to bugzilla, using some other account usually d

Re: Implementing p0515 - spaceship operator

2018-01-10 Thread Jonathan Wakely
On 9 Jan 2018 10:56 p.m., "Tim van Deurzen" wrote: Just to confirm with you, it does make sense to conditionally parse the token for operator<=> in libcpp (i.e. only when the cxx standard being used is >=2a)? I'm just wondering if this does not accidentally affect other front-ends using libcpp?