On Tue, 20 May 2014, Marek Polacek wrote:
> * is missing tests for long doubles/-mlong-double-128,
Also missing tests for float - as far as I can see, only double is tested.
Ideally all of float, double, long double, __float128 (where supported),
__float80 (where supported) would be tested (the functionality supported
for __fp16 (ARM) is a bit more restricted) - hopefully using some shared
macros to avoid too much duplication between tests.
> * doesn't instrument _Decimal to integer conversions yet.
So the code
> + else if (REAL_MODE_FORMAT (mode)->b == 10)
> + {
> + /* For _Decimal128 up to 34 decimal digits, - sign,
> + dot, e, exponent. */
isn't actually being used yet?
--
Joseph S. Myers
[email protected]