View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0036377 | FPC | Compiler | public | 2019-11-29 00:56 | 2019-11-29 23:13 |
Reporter | Ryan Joseph | Assigned To | Florian | ||
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 | 0036377: Unit name prefix causes internal error 2019112401 (Generics) | ||||
Description | The unit prefix FGL is in the wrong place and gives an internal error. | ||||
Steps To Reproduce | {$mode objfpc} program test; uses FGL; // Type identifier expected // Internal error 2019112401 generic function CopyList<T>(source: specialize FGL.TFPGObjectList<T>): specialize FGL.TFPGObjectList<T>; begin end; begin end. | ||||
Tags | generics | ||||
Fixed in Revision | 43612 | ||||
FPCOldBugId | |||||
FPCTarget | - | ||||
Attached Files |
|
|
Cyrax, can you check which internal error number appears now? The compiler had 2019112401 appearing twice and it's just been fixed. |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-11-29 00:56 | Ryan Joseph | New Issue | |
2019-11-29 02:12 | Cyrax | Tag Attached: generics | |
2019-11-29 02:24 | J. Gareth Moreton | Relationship added | related to 0036378 |
2019-11-29 22:54 | J. Gareth Moreton | Note Added: 0119551 | |
2019-11-29 23:13 | Florian | Assigned To | => Florian |
2019-11-29 23:13 | Florian | Status | new => resolved |
2019-11-29 23:13 | Florian | Resolution | open => fixed |
2019-11-29 23:13 | Florian | Fixed in Version | => 3.3.1 |
2019-11-29 23:13 | Florian | Fixed in Revision | => 43612 |
2019-11-29 23:13 | Florian | FPCTarget | => - |