Fix build of spellcheck-tree.c with older gccs
commit8904fe1a7359c93b399d8b35580e60a16c532ca2
authordmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Jul 2016 17:21:12 +0000 (21 17:21 +0000)
committerdmalcolm <dmalcolm@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Jul 2016 17:21:12 +0000 (21 17:21 +0000)
tree8b96d7f089d6b92b8f41c5f1ed721ef162ac2872
parentbcab70357277de1bbdcde3537b233ba5c0a86834
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238598 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/spellcheck-tree.c