[Bug c++/37911] New: Operator= called on a non constructed object.
= 0xfeffc67c ~element() = 0xfeffc680 ~element() = 0xfeffc67c You can see that operator= is called on a object of address 0xfeffc67c before this object is constructed. Regards, Jean-Baptiste -- Summary: Operator= called on a non constructed object. Product: gcc Version: 4.0.4
[Bug c++/37911] Operator= called on a non constructed object.
--- Comment #2 from wonsjb at gmail dot com 2008-10-24 17:58 --- I am not sure what should be the right behavior here. Maybe a compile error. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37911