This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
g++: class reference member changes its address value during run
- To: gcc-bugs at gcc dot gnu dot org
- Subject: g++: class reference member changes its address value during run
- From: Markus Werle <numerical dot simulation at web dot de>
- Date: Tue, 21 Aug 2001 13:43:25 +0200
Hi!
While I am trying to create a small example which shows the same effect
(seems not to be easy) You could already answer this question:
Is it OK if the output of the address of a class reference member
changes its value after the constructor call in subsequent member function
calls?
Are there known bugs with gcc-3.0.1 which could have such an effect?
Markus