[Bug c++/80598] -Wunused triggers for functions used in uninstantiated templates

2017-08-23 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80598

Eric Gallager  changed:

   What|Removed |Added

   See Also||https://gcc.gnu.org/bugzill
   ||a/show_bug.cgi?id=56936

--- Comment #2 from Eric Gallager  ---
(In reply to Eric Gallager from comment #1)
> Confirmed, although I think there might be a duplicate around here
> somewhere, the part about uninstantiated templates sounds familiar...

Right, it was bug 56936, but that was about a warning being missing due to
templates being uninstantiated, while this is the reverse: an excess warning
being printed due to templates being uninstantiated. So I'll leave them
separate.

[Bug c++/80598] -Wunused triggers for functions used in uninstantiated templates

2017-08-22 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80598

Eric Gallager  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Last reconfirmed||2017-08-23
 CC||egallager at gcc dot gnu.org
 Ever confirmed|0   |1

--- Comment #1 from Eric Gallager  ---
Confirmed, although I think there might be a duplicate around here somewhere,
the part about uninstantiated templates sounds familiar...