[Bug tree-optimization/30252] [4.2/4.3 regression] miscompilation of sigc++-2.0 based code with -fstrict-aliasing

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Dec 18 19:04:00 GMT 2006



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-12-18 19:04 -------
Hmm,
        typedef typed_slot_rep<T_functor> typed_slot;
        typed_slot *typed_rep = static_cast<typed_slot*>(rep);
        return (typed_rep->functor_)();

This code could violate C++ aliasing rules.


-- 


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



More information about the Gcc-bugs mailing list