[Bug c++/30959] New: copy consturctor influences compile errors of constructor from unrelated class

2007-02-25 Thread sl at datamyway dot de
Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: sl at datamyway dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30959

[Bug c++/30909] public member of template class not visible in derived template class

2007-02-21 Thread sl at datamyway dot de
--- Comment #1 from sl at datamyway dot de 2007-02-21 12:27 --- Sorry for my cut&paste, the files really are: A.h: //const int NUM_BYTES = 5; template class A { public: int mBytes[NUM_BYTES]; }; B.h: #include "A.h" template class B : public A { pu

[Bug c++/30909] New: public member of template class not visible in derived template class

2007-02-21 Thread sl at datamyway dot de
erity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: sl at datamyway dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30909

[Bug bootstrap/30893] New: gcc 3.2.3 fails to bootstrap on linux when 4.0.2 is preinstalled

2007-02-20 Thread sl at datamyway dot de
when 4.0.2 is preinstalled Product: gcc Version: 3.2.3 Status: UNCONFIRMED Severity: critical Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: sl at datamyway dot de http: