Processed: Re: Bug#227518: g++-3.3: Doesn't find inherited inner class after template instantiation

2004-01-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > retitle 227518 [fixed in 3.4] g++-3.3: Doesn't find inherited inner class > after template instantiation Bug#227518: g++-3.3: Doesn't find inherited inner class after template instantiation Changed Bug title. > tags 227518 +

Bug#227518: g++-3.3: Doesn't find inherited inner class after template instantiation

2004-01-13 Thread Matthias Klose
retitle 227518 [fixed in 3.4] g++-3.3: Doesn't find inherited inner class after template instantiation tags 227518 + upstream tags 227518 + fixed-upstream thanks Alexander Motzkau writes: > Package: g++-3.3 > Version: 1:3.3.2-4 > Severity: normal > > Compiling the following file using > > g

Bug#227518: g++-3.3: Doesn't find inherited inner class after template instantiation

2004-01-13 Thread Alexander Motzkau
Package: g++-3.3 Version: 1:3.3.2-4 Severity: normal Compiling the following file using g++ -Wall -c test.cc gives the following errors: test.cc: In member function `void D::fun()': test.cc:32: error: parse error before `;' token # 1 "test.cc" # 1 "" # 1 "" # 1 "test.cc" template class A