[Bug c++/38485] possible regression: expected primary-expression at end of input

2008-12-11 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug c++/38485] possible regression: expected primary-expression at end of input

2008-12-11 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug c++/38485] possible regression: expected primary-expression at end of input

2008-12-11 Thread gcc at spatium dot org
--- 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