[Bug c++/11733] std::string as static member
pinskia at physics dot uc dot edu
gcc-bugzilla@gcc.gnu.org
Wed Jul 30 20:48:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11733
pinskia at physics dot uc dot edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |wrong-code
Last reconfirmed|0000-00-00 00:00:00 |2003-07-30 20:48:50
date| |
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-30 20:48 -------
I think the problem is the order of initializing the variables happen.
If I add "template class a<int>;" right before the definitation of class b, the seg fault goes
away but this works only one the mainline.
I can confirm this on the mainline (20030730).
More information about the Gcc-bugs
mailing list