------- Comment #2 from pinskia at gcc dot gnu dot org 2007-03-21 01:14 ------- Note memcpy is the only way to be aliasing safe in this case, oh and make sure you don't cast the incomming pointer from malloc or from your free.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31289