You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2023-10-28 00:06:14,311 - xcalcc - ERROR - !!! Log: (null) :Translating bar(0)
!!! DevWarn: bar :Stmt2llvm: ingore PRAGMA stmt now
### Assertion failure ../../../../osprey/ir_tools/whirl2llvm.cxx:1903:
### CreateExt: rhs should be floating type
### For a.O in bar (xcalcc:583)
The text was updated successfully, but these errors were encountered:
zengdage
added a commit
to zengdage/open64
that referenced
this issue
Jan 4, 2024
1. The w2ll will crash if compile the code like that:
```
double sre_random(void);
float EVDrandom(float mu)
{
float p = 0.0;
p = sre_random();
return (mu - p);
}
```
2. Error Log:
```
Assertion failure ../../../../osprey/ir_tools/whirl2llvm.cxx:1903:
CreateExt: rhs should be floating type
```
Signed-off-by: Zhijin Zeng <[email protected]>
spec2k6 456.hmmer build fail.
one of the errors can be reproduce by the following code:
cmd
error:
The text was updated successfully, but these errors were encountered: