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 <ppluzhni...@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