------- Comment #2 from pinskia at gcc dot gnu dot org 2008-12-12 00:28 ------- Reduced testcase:
template <class Key, class T> class QMap { }; class XMLConfigurations { void translateToOther(QMap<int, int> match = (QMap<int, int>())); }; -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38485