Re: [C++ Patch] PR 15867
OK. Jason
[C++ Patch] PR 15867
Hi, another old PR, about -Wredundant-decls (not in -Wall, nor in -Wextra, thus safe bootstrap-wise). The issue is that we are emitting a bogus warning for a declaration followed by a specialization. The fix seems easy, just check ! DECL_TEMPLATE_SPECIALIZATION on newdecl; then however, don'