Fix build of spellcheck-tree.c with older gccs
authorDavid Malcolm <dmalcolm@redhat.com>
Thu, 21 Jul 2016 17:21:12 +0000 (17:21 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Thu, 21 Jul 2016 17:21:12 +0000 (17:21 +0000)
commit1c4b8a04494fbd90ac41fd07158ab88410865b88
tree8b96d7f089d6b92b8f41c5f1ed721ef162ac2872
parent185faecb556ca1343c84f72649e361ed39d943d2
Fix build of spellcheck-tree.c with older gccs

gcc/ChangeLog:
* spellcheck-tree.c (best_macro_match::best_macro_match):
Explictly specify the template arguments when invoking the base
class constructor, to help older C++ compilers.

From-SVN: r238598
gcc/ChangeLog
gcc/spellcheck-tree.c