--- Comment #3 from pinskia at gcc dot gnu dot org 2008-12-12 00:29 ---
Related to PR 57, one of the oldest GCC bugs which are still opened (there is a
defect report against the C++ standard and that is why it is still opened).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38485
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-12-12 00:28 ---
Reduced testcase:
template
class QMap { };
class XMLConfigurations {
void translateToOther(QMap match = (QMap()));
};
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38485
--- Comment #1 from gcc at spatium dot org 2008-12-11 12:35 ---
Created an attachment (id=16883)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16883&action=view)
the faulty .ii file
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38485