[C++ PATCH] Fix option handling when -std=gnu++14 is not used (PR 69865)

Bernd Edlinger bernd.edlinger@hotmail.de
Fri Feb 19 17:26:00 GMT 2016


On 19.02.2016 17:38, Jakub Jelinek wrote:
> > -  return !!libc_name_p (IDENTIFIER_POINTER (id), IDENTIFIER_LENGTH (id));
> > +  return !!libc_name::libc_name_p (IDENTIFIER_POINTER (id), IDENTIFIER_LENGTH (id));
> 
> Too long line.
> 
>         Jakub

Oh, thanks.  Consider it fixed.
Also the typo in the ChangeLog:

> 2016-02-19  Jakub Jelinek  <jakub@redhat.com>
> 	    Bernd Edlinger  <bernd.edlinger@hotmail.de>
> 
> 	* Make-lang.in: Invoke gpref with -L C++.

We invoke gperf of course.

Bernd.


More information about the Gcc-patches mailing list