GNU Tools Cauldron 2017, September 8-10, 2017

2017-08-07 Thread Jan Hubicka
Hello, I would like to remind you of the upcoming GNU Tools Cauldron meeting in Prague September 8-10. https://gcc.gnu.org/wiki/cauldron2017 (in 5 weeks!) At the present we still have 83 registered participants and the room capacity is bit over 100 seats. If you want to participate, please regist

Re: An internal GCC compiler error when compiling GCC 7.x with GCC 6.x and 4.x

2017-08-07 Thread Joseph Myers
On Mon, 7 Aug 2017, Martin Liška wrote: > On 07/30/2017 05:08 AM, Ethin Probst wrote: > > --enable-checking=all --disable-nls --enable-fixed-point > > In file included from ../../../gcc-7.1.0/libgcc/fixed-bit.c:55:0: > > ../../../gcc-7.1.0/libgcc/fixed-bit.h:64:1: error: unable to emulate 'QQ'

Re: An internal GCC compiler error when compiling GCC 7.x with GCC 6.x and 4.x

2017-08-07 Thread Martin Liška
On 07/30/2017 05:08 AM, Ethin Probst wrote: > Hello all, > I was trying to build GCC 7.1.0 on OpenSuse 42.1 when it encountered > an internal error. The error is thrown, for lack of a better word, in > both 4.x and 6.x. > I would have submitted a bug report on the GCC bug tracker except for > the f

Re: [PATCH] Write dependency information (-M*) even if there are errors

2017-08-07 Thread Segher Boessenkool
Hi! Patches should go to gcc-patches. Just a trivial remark: > --- gcc/c-family/c-opts.c (revision 250514) > +++ gcc/c-family/c-opts.c (working copy) > @@ -1152,8 +1152,11 @@ > { >FILE *deps_stream = NULL; > > - /* Don't write the deps file if there are errors. */ > - if (cpp_o

Re: GCJ wiki page

2017-08-07 Thread Jonathan Wakely
On 7 August 2017 at 02:29, Vincent Lefevre wrote: > Hi, > > The GCJ wiki page https://gcc.gnu.org/wiki/GCJ appears to be very > obsolete. According to this page, GCJ is part of GCC, but AFAIK, > GCJ has been removed from GCC. Thanks, I've updated the page.

Re: broken link on this page https://gcc.gnu.org/gcc-7/changes.html for link to "Profile Mode" page:

2017-08-07 Thread Jonathan Wakely
On 5 August 2017 at 21:58, Gerald Pfeifer wrote: > On Fri, 4 Aug 2017, Jonathan Wakely wrote: >> Thanks for letting us know, I've fixed the link. > > Thanks, Jonathan. > > https://gcc.gnu.org/onlinedocs/gcc-7.1.0/libstdc++/manual/manual/profile_mode.html >