View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0036388 | FPC | Compiler | public | 2019-12-01 21:44 | 2019-12-02 23:30 |
Reporter | Ryan Joseph | Assigned To | Sven Barth | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.3.1 | Product Build | |||
Target Version | Fixed in Version | 3.3.1 | |||
Summary | 0036388: Generic function + SysUtils unit elicits Internal error 200204175 | ||||
Description | The important part here is adding SysUtils to the program, otherwise there are no errors. | ||||
Steps To Reproduce | {$mode objfpc} program test; uses SysUtils, FGL; generic function CopyList<T: TFPSList> (source: T): T; begin // Internal error 200204175 result := T.Create; end; begin end. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 43629 | ||||
FPCOldBugId | |||||
FPCTarget | - | ||||
Attached Files |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2019-12-01 21:44 | Ryan Joseph | New Issue | |
2019-12-02 23:30 | Sven Barth | Assigned To | => Sven Barth |
2019-12-02 23:30 | Sven Barth | Status | new => resolved |
2019-12-02 23:30 | Sven Barth | Resolution | open => fixed |
2019-12-02 23:30 | Sven Barth | Fixed in Version | => 3.3.1 |
2019-12-02 23:30 | Sven Barth | Fixed in Revision | => 43629 |
2019-12-02 23:30 | Sven Barth | FPCTarget | => - |
2019-12-02 23:30 | Sven Barth | Note Added: 0119599 |