[Bug c/23421] New: unsigned long to float conversion by casting unsigned long* to float* fails in -O2 builds.

2005-08-16 Thread gino at dtecta dot com
rity: P2 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: gino at dtecta dot com CC: gcc-bugs at gcc dot gnu dot org GCC build triplet: i686-pc-linux-gnu GCC host triplet: i686-pc-linux-gnu GCC target triplet: i686-pc-linux-gnu http://gcc

[Bug c/23421] unsigned long to float conversion by casting unsigned long* to float* fails in -O2 builds.

2005-08-16 Thread gino at dtecta dot com
--- Additional Comments From gino at dtecta dot com 2005-08-16 12:31 --- Created an attachment (id=9502) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9502&action=view) stand-alone c example program The file contains a failing "frand32" function and a workaro