is PR323 ,is it some page in the manual /or gcc info ? Please
articulate
--
Thanks and Regards
Digvijoy Chatterjee
Please Visit http://indra/LiMS and start your Linux Journey
CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION in
I am using g++ 4.0.2 on Suse-10
On Thu, 2006-02-23 at 15:50 +0530, Digvijoy Chatterjee wrote:
> #include
>
> using namespace std;
> class Rational
> {
>
> int numerator;
> int denominator;
> public:
> int GetNum ()
> {
> return numerator;
>
7, out: 0
>
> So there is something wrong with g++ -O2 (Debian 4.0.2-9). Is this program
> wrong
> or is this a bug ?
>
> Regards,
>
> Jerome
--
Thanks and Regards
Digvijoy Chatterjee
Please Visit http://indra/LiMS and start your Linux Journey
CAU