Re: [3.4.2 and 3.4.3] Cannot access protected member from a template derived class

2004-12-08 Thread Andrew Pinski
On Dec 8, 2004, at 4:23 PM, Stephane Ouellette wrote: Folks, I am pretty new at compiling GCC, so I would like to know if anyone has ever seen something like this. The attached program compiles cleanly under g++ 3.3.2 but fails to compile under g++ 3.4.2 and 3.4.3. Did you read the changes pa

[3.4.2 and 3.4.3] Cannot access protected member from a template derived class

2004-12-08 Thread Stephane Ouellette
Folks, I am pretty new at compiling GCC, so I would like to know if anyone has ever seen something like this. The attached program compiles cleanly under g++ 3.3.2 but fails to compile under g++ 3.4.2 and 3.4.3. I created a base class that defines an integer as a protected member. Then,