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
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,