[Bug libquadmath/78214] New: nanq() does not return a quiet NaN

2016-11-04 Thread levim at php dot net
Assignee: unassigned at gcc dot gnu.org Reporter: levim at php dot net Target Milestone: --- Created attachment 39967 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39967&action=edit Potential patch for the fix. I compiled the following program, loaded it up in

[Bug libquadmath/78214] nanq() does not return a quiet NaN

2016-11-04 Thread levim at php dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78214 --- Comment #1 from Levi Morrison --- Perhaps a less error-prone way to set that same bit is: UINT64_C(0x1) << 47 Not sure what would be preferred.