View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0037754 | FPC | Compiler | public | 2020-09-16 14:25 | 2020-09-16 14:26 |
Reporter | Wolfgang Helbig | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | Mac | OS | Mac OS X | ||
Product Version | 3.2.0 | ||||
Summary | 0037754: The Error described in 0035066 shows up again | ||||
Description | The source $ cat forum.p {$MODE ISO} program forum(output); type halfword = 0 .. 65535; var lh, rh: halfword; begin lh := 10000; rh := 123; writeln(abs(rh + lh + -1000)); end. gives you: $ fpc forum.p forum.p(9,11) Error: Can't determine which overloaded function to call forum.p(11) Fatal: There were 1 errors compiling module, stopping Fatal: Compilation aborted Error: /usr/local/bin/ppcx64 returned an error exitcode | ||||
Steps To Reproduce | see above. | ||||
Additional Information | Seems that this error was fixed in 3.0.4? | ||||
Tags | No tags attached. | ||||
Fixed in Revision | |||||
FPCOldBugId | |||||
FPCTarget | |||||
Attached Files |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2020-09-16 14:25 | Wolfgang Helbig | New Issue |