Actions
Bug #7401
openint_to_float is not supported for constant expressions
Start date:
07/14/2016
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
Error:
641:18 ERROR (SEMANTIC): "int_to_float is not supported for constant expressions." 641:18 ERROR (SEMANTIC): "Failed to recognize the grammar structure. It will be ignored: 'int_to_float(FLOAT32,coerce(WORD,1))'."
Code:
temp_fp_s = int_to_float(FLOAT32, coerce(WORD, 1));
Actions