Actions
Bug #9170
closedint_to_float is not supported for constant expressions
Start date:
07/27/2018
Due date:
% Done:
0%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
Description
Correct version but does not work:
temp_fps = int_to_float(FLOAT32, coerce(WORD, 0));
Working version
tmp_word = 0;
temp_fps = int_to_float(FLOAT32, tmp_word);
Updated by Alexander Kamkin almost 5 years ago
- Category set to nML Translator
- Assignee changed from Andrei Tatarnikov to Artem Kotsynyak
- Target version set to 2.5
Updated by Alexander Protsenko over 1 year ago
- Status changed from New to Rejected
Повтор: Bug #7401
Actions