[Bug c/18275] Copying float that is nan to another variable twiddles bit
--- Additional Comments From dsracic at gmail dot com 2004-11-02 15:28 --- Subject: Re: Copying float that is nan to another variable twiddles bit It'd be nice if we could upgrade compilers on production systems to a new major revision, but alas, that's not an option; this pl
[Bug c/18275] New: Copying float that is nan to another variable twiddles bit
24; eq.iword = (temp[0] << 24) + (temp[1] << 16) + (temp[2] << 8) + temp[3]; *word = eq.fword; } /* End main.c */ -- Summary: Copying float that is nan to another variable twiddles bit Product: gcc Version: 2