[Bug c++/27209] New: Call to template method of template superclass of template does not parse

2006-04-18 Thread jjamison at cs dot berkeley dot edu
Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jjamison at cs dot berkeley dot edu GCC build triplet: i686-linux-gnu GCC host triplet: i686-linux-gnu GCC target triplet: i686-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27209

[Bug c++/25836] New: G++ does not allow a conversion of templated types

2006-01-17 Thread jjamison at cs dot berkeley dot edu
27; line prevents the error. -- Summary: G++ does not allow a conversion of templated types Product: gcc Version: 4.0.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gc

[Bug c++/25836] G++ does not allow a conversion of templated types

2006-01-17 Thread jjamison at cs dot berkeley dot edu
--- Comment #1 from jjamison at cs dot berkeley dot edu 2006-01-18 03:03 --- Also, the behavior is the same for gcc versions 4.0.1, 4.0.0, 3.4.4, and 3.4.3. gcc version 3.3.4 does not appear to have the bug. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25836

[Bug c++/26206] New: g++ allows params with default arguments to the left of those without

2006-02-09 Thread jjamison at cs dot berkeley dot edu
se without Product: gcc Version: 4.0.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jjamison at cs dot berkeley dot edu GCC build triplet: i68