[Bug c++/34550] reference data template args appear to be broken in 4.2.1 ?

2008-01-09 Thread johill at lanl dot gov
--- Comment #2 from johill at lanl dot gov 2008-01-09 17:37 --- Subject: RE: reference data template args appear to be broken in 4.2.1 ? You conclusion is correct. Sorry about false alarm > -Original Message- > From: pinskia at gcc dot gnu dot org [mailto:[EMAIL PRO

[Bug c++/34550] New: reference data template args appear to be broken in 4.2.1 ?

2007-12-21 Thread johill at lanl dot gov
Version: 4.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: johill at lanl dot gov GCC build triplet: sparc-sun-solaris2.10 GCC host triplet: sparc-sun-solaris2

[Bug c++/22149] New: func pointer non-type template parm invalid access control

2005-06-22 Thread johill at lanl dot gov
.4 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: johill at lanl dot gov CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-cygwin GCC host trip

[Bug c++/21665] template template parameter function overload not recognized

2005-05-19 Thread johill at lanl dot gov
--- Additional Comments From johill at lanl dot gov 2005-05-19 16:10 --- Subject: RE: template template parameter function overload not recognized Sorry about the invalid entry. I understand now, and after receiving enlightenment I can't even complain about the message other

[Bug c++/21665] template template parameter function overload not recognized

2005-05-19 Thread johill at lanl dot gov
--- Additional Comments From johill at lanl dot gov 2005-05-19 16:07 --- Sorry about the invalid entry. I understand now, and after receiving enlightenment I can’t even complain about the message other than perhaps that there could be a leading message for bozos that says a match was

[Bug c++/21665] template template parameter function overload not recognized

2005-05-19 Thread johill at lanl dot gov
--- Additional Comments From johill at lanl dot gov 2005-05-19 14:31 --- Bugzilla appears to have inserted a newline in the following comment. That will need to be fixed before seeing the "no matching function for call to" diagnostic // - begin property impl

[Bug c++/21665] template template parameter function overload not recognized

2005-05-19 Thread johill at lanl dot gov
--- Additional Comments From johill at lanl dot gov 2005-05-19 14:30 --- Here is a truncated version of the compiler output ~/tmp$ g++ tmp11.cpp >& tmp.txt ~/tmp$ vi tmp.txt tmp11.cpp: In static member function `static void MyContainer::traverseTempl(C*, PropertyManipulator&

[Bug c++/21665] New: template template parameter function overload not recognized

2005-05-19 Thread johill at lanl dot gov
yContainer::y ) ); } void MyContainer::traverse ( PropertyManipulator < PropertyMutable > & manipulator ) { MyContainer::traverseTempl ( this, manipulator ); } void MyContainer::traverse ( PropertyManipulator < PropertyImmutable > & manipulator ) const { MyContainer:

[Bug c++/19434] New: this->baseMemberTemplate() in derived doesnt compile

2005-01-13 Thread johill at lanl dot gov
AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: johill at lanl dot gov CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i386-redhat-linux GCC host triplet: i386-redhat-linux GCC target triplet: i386-redhat-linux http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19434