[Bug c++/44164] [4.5 Regression] Aliasing bug triggered by Boost.Bind/Boost.Function

pluto at agmk dot net gcc-bugzilla@gcc.gnu.org
Tue May 18 20:58:00 GMT 2010



------- Comment #13 from pluto at agmk dot net  2010-05-18 20:57 -------
btw. the boost::optional uses char-based storage and cast &storage
-> void* -> some_type* via address() and get_object() methods.
it looks like aliasing violation too.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44164



More information about the Gcc-bugs mailing list