This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]