------- Comment #5 from pinskia at gcc dot gnu dot org 2006-09-20 04:49 ------- (In reply to comment #4) > After checking gcc manual, I found union can be used to do this conversion. You can also use memcpy which is slightly more portable.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29140