At the moment fpcmp rejects floating point numbers with no decimal
digits after the decimal point, such as "3.". However, flang-new often
prints floating point numbers in this format and it seems to be
a perfectly respectable format (strtod is happy enough to gobble it up).
This patch updates fpcmp to allow the absence of post-decimal digits
if pre-decimal digits are present.