Project

General

Profile

Actions

Bug #9170

closed

int_to_float is not supported for constant expressions

Added by Alexander Protsenko over 5 years ago. Updated about 1 year ago.

Status:
Rejected
Priority:
Normal
Category:
nML Translator
Target version:
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);

Actions #1

Updated by Alexander Kamkin about 4 years ago

  • Category set to nML Translator
  • Assignee changed from Andrei Tatarnikov to Artem Kotsynyak
  • Target version set to 2.5
Actions #2

Updated by Alexander Protsenko about 1 year ago

  • Status changed from New to Rejected

Повтор: Bug #7401

Actions

Also available in: Atom PDF