[Bug c++/57] [DR 325] GCC can't parse a non-parenthesized comma in a template-id within a default argument

2009-12-22 Thread sodiumgood at gmail dot com
--- Comment #46 from sodiumgood at gmail dot com 2009-12-23 07:09 --- *** Bug 42473 has been marked as a duplicate of this bug. *** -- sodiumgood at gmail dot com changed: What|Removed |Added

[Bug c++/42473] error parsing template syntax

2009-12-22 Thread sodiumgood at gmail dot com
--- Comment #2 from sodiumgood at gmail dot com 2009-12-23 07:09 --- *** This bug has been marked as a duplicate of 57 *** -- sodiumgood at gmail dot com changed: What|Removed |Added

[Bug c++/42473] error parsing template syntax

2009-12-22 Thread sodiumgood at gmail dot com
--- Comment #1 from sodiumgood at gmail dot com 2009-12-23 06:47 --- Created an attachment (id=19376) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19376&action=view) preproccessed file of the codes that produce the errors -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42473

[Bug c++/42473] New: error parsing template syntax

2009-12-22 Thread sodiumgood at gmail dot com
e{ public: Derived(int arg0 = Base::var){} }; int main(){ Derived d; return 0; } -- Summary: error parsing template syntax Product: gcc Version: 4.3.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: sodiumgood at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42473