fpc-passrc errors
<h3><details><summary>Original Reporter info from Mantis: <small>zamtmn @zamtmn</small></summary><small> - **Reporter name:** Andrey Zubarev </small></details></h3> ## Description: ``` pascal {$mode delphi} program test; type GObjectsArray<PTObj,TObj>{dummy}=packed object end; begin end. gives "packed not alloved", but fpc compile it {$mode delphi} program test; type GObjectsArray<PTObj,TObj>=packed object end; begin end. gives "excepted "," or ">" at token ">="", but fpc compile it ``` ## Mantis conversion info: - **Mantis ID:** 38134
issue