[Bug c++/29991] double: conversion to bits
--- Comment #2 from schwab at suse dot de 2006-11-27 09:51 --- *** This bug has been marked as a duplicate of 21920 *** -- schwab at suse dot de changed: What|Removed |Added
[Bug c++/29991] double: conversion to bits
--- Comment #1 from pluto at agmk dot net 2006-11-27 09:07 --- did you ever read the gcc warnings? `-Wall' tells you what's wrong. use -fno-strict-aliasing or memcpy() for such conversions. -- pluto at agmk dot net changed: What|Removed |Added