c++/9881: Incorrect address calculation for static class member
bangerth@dealii.org
bangerth@dealii.org
Thu Feb 27 18:22:00 GMT 2003
Synopsis: Incorrect address calculation for static class member
State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Thu Feb 27 18:22:41 2003
State-Changed-Why:
In this code,
foo f; // print output
double *module::b = &(((bar *)&module::storage)->p);
double module::storage = 0.0;
The constructor of foo is run before module::b is initialized.
If you change this order, the output is as you expect.
W.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9881
More information about the Gcc-bugs
mailing list