-
Type:
Bug
-
Status: Accepted
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Code Generator
-
Labels:None
-
Compatibility:Minor
-
Target version:
If you have an embedded or external function which is not pure - e.g., RANDOM() then an equality of the form
random() = random() should not be folded to true
however
x = random();
x = x
probably should.
Relates to HPCC-2946
- is duplicated by
-
HPCC-15325 BEGINC++ functions stated as actions are being commoned-up and folded.
-
- Resolved
-
- relates to
-
HPCC-2946 Volatile/impure handling needs improving
-
- Accepted
-