call_summary: add missing template keyword
commitfccd5b48adf568f0aabe5d5f51206a9d42da095a
authorAnthony Sharp <anthonysharp15@gmail.com>
Fri, 27 Aug 2021 14:02:42 +0000 (27 10:02 -0400)
committerJason Merrill <jason@redhat.com>
Fri, 27 Aug 2021 14:08:28 +0000 (27 10:08 -0400)
tree7dd313b40be8167edc713d467674e77ec7735483
parent41439e1f6d2da1e86538c726f0603cffd5dd098e
call_summary: add missing template keyword

Without the 'template', this function template compares 'traverse' to 'f',
and then compares the result to 'a'.  Evidently it hasn't been instantiated
yet.

gcc/ChangeLog:

* symbol-summary.h: Added missing template keyword.
gcc/symbol-summary.h