Error of the FPC compiler at simple advanced records
I have FPC 3.2.2 for Windows-32 and additionally the cross-compiler for Windows-64.
If I compile the attached sample file with the command fpc.exe -Pi386 Test.pas, the compilation is successfull. If I compile the attached sample file with the command fpc.exe -Px86_64 Test.pas, the compilation starts but never ends, the task dispatcher in Windows shows that the process ppcrossx64.exe takes all the processor time.Test.pas
Test.pas is a very simple file demonstrating the above described bug. It contains only a couple of records that are declared with the advanced record mode.