https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93727

--- Comment #25 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
I notice with other formats we issue Inf or Infnity if there is width available
for the full word. I can do this easily. NaN is NaN. Infinities can have a
sign. For EX0.0 I will use the shortest Inf or -Inf.

Also with the value 0.0 The shortest is 0X0.P0 or should we use 0X0.0P0. I will
see what others do. I thought I would toss this out for comment.

Reply via email to