c++/6341: G++ 3.0.4: two instances are stored in the same memory address?
rodrigc@gcc.gnu.org
rodrigc@gcc.gnu.org
Wed Apr 17 18:58:00 GMT 2002
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
More information about the Gcc-prs
mailing list