This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCSTUDIO-C2000: Compiler (22.6.0) - Error with __fp_single_precision_constant enabled

Part Number: CCSTUDIO-C2000

Platform: CCS 11.1 on Windows 10.

Target: F28379D

Compiler: ti-cgt-c2000_22.6.0.LTS

Flags:
__fp_single_precision_constant
__float_operations_allowed=32

The stlport/s__limit.h file fails with the following #30 floating constant is out of range errors:

"C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/include/stlport/s__limits.h", line 516: error #30: floating constant is out of range
    static double (_STLP_CALL min)() _STLP_NOTHROW { return DBL_MIN; }
                                                            ^
 
"C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/include/stlport/s__limits.h", line 521: error #30: floating constant is out of range
    { return _STLP_DBL_DENORM_STYLE ? _STLP_PRIV _LimG<bool>::get_D_denormMin() : DBL_MIN; }
                                                                                  ^
 
"C:/ti/ccs1110/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/include/stlport/s__limits.h", line 523: error #30: floating constant is out of range
    static double (_STLP_CALL max)() _STLP_NOTHROW { return DBL_MAX; }