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.

Compiler/MSP430FR6989: MSP430 Compiler v18.12.2 LTS C11 "isfinite" not working

Part Number: MSP430FR6989

Tool/software: TI C/C++ Compiler

Hi,

the isfinite() makro from math.h isn`t working when compiling in C11 mode. In C89 it is working fine.

The problem is that the __fp_type_select()makro points to a __generic((x) selection macro which hasn`t the right number of arguments:
#56-D too many arguments in invocation of macro "__generic"   

Could you fix that in a coming release of the compiler?

Btw this is also the case with the ARM Compiler 18.12.2!

Thanks!

Best regards

Steffen