This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/6341: G++ 3.0.4: two instances are stored in the same memory address?


Synopsis: G++ 3.0.4: two instances are stored in the same memory address?

State-Changed-From-To: open->closed
State-Changed-By: rodrigc
State-Changed-When: Wed Apr 17 18:58:54 2002
State-Changed-Why:
    Compiling with gcc 3.0.4, I get:
    
    X2: 1 0xbffff670
    X2: 2 0xbffff680
    X1: 3 0xbffff670
    ~X: 3 0xbffff670
    ~X: 2 0xbffff680
    ~X: 3 0xbffff670
    
    Compiling with gcc 3.1 (prerelease) I get:
    X2: 1 0xbffff660
    X2: 2 0xbffff670
    X1: 3 0xbffff650
    ~X: 3 0xbffff650
    ~X: 2 0xbffff670
    ~X: 1 0xbffff660

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6341


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]