View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0037823 | FPC | Compiler | public | 2020-09-27 15:29 | 2020-09-27 18:54 |
Reporter | Wolfgang Helbig | Assigned To | Florian | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | imac | OS | os x | ||
Product Version | 3.2.0 | ||||
Fixed in Version | 3.3.1 | ||||
Summary | 0037823: {$implicitExceptions off} doesn't turn off implicit exceptions. | ||||
Description | To witniss compile this program: {$MODE ISO} {$implicitExceptions off} {$Q+} {$R+} program gt; label 1; procedure jump; var a: integer; b: rawbytestring; begin b := 'nanu'; writeln('nanu'); goto 1; end; begin jump; writeln('not jumped!'); 1: writeln('jumped!'); end. FPC says: Error: Leaving procedures containing explicit or implicit exceptions frames using goto is not allowed | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 46974 | ||||
FPCOldBugId | |||||
FPCTarget | - | ||||
Attached Files |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2020-09-27 15:29 | Wolfgang Helbig | New Issue | |
2020-09-27 18:54 | Florian | Assigned To | => Florian |
2020-09-27 18:54 | Florian | Status | new => resolved |
2020-09-27 18:54 | Florian | Resolution | open => fixed |
2020-09-27 18:54 | Florian | Fixed in Version | => 3.3.1 |
2020-09-27 18:54 | Florian | Fixed in Revision | => 46974 |
2020-09-27 18:54 | Florian | FPCTarget | => - |
2020-09-27 18:54 | Florian | Note Added: 0125906 |