This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix PR59295 -- move redundant friend decl warning under -Wredundant-decls


On Fri, Apr 11, 2014 at 09:20:13AM -0700, Paul Pluzhnikov wrote:
> > To fix PR59295, this patch moves (generally useless) warning about
> > repeated / redundant friend declarations under -Wredundant-decls.
> >
> > Tested on Linux/x86_64 with no regressions.
> >
> > Ok for trunk once it opens in stage 1?
> 
> Which has just happened.

CCing Jason as C++ maintainer.

> > 2014-03-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
> >
> >         PR c++/59295
> >         * gcc/cp/friend.c (add_friend, make_friend_class): Move repeated
> >         friend warning under Wredundant_decls.

No gcc/cp/ prefix in the ChangeLog entry.

	Jakub


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]