On Fri, Feb 19, 2016 at 03:51:08PM +0000, Bernd Edlinger wrote: > --- gcc/cp/except.c (revision 233557) > +++ gcc/cp/except.c (working copy) > @@ -1040,7 +1040,7 @@ nothrow_libfn_p (const_tree fn) > unless the system headers are playing rename tricks, and if > they are, we don't want to be confused by them. */ > id = DECL_NAME (fn); > - 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