Free Pascal Compiler (FPC) does not actually use GCC to compile Pascal code. FPC is an independent, self-hosting compiler written in Pascal that generates machine code directly using its own internal compiler backend.However, if you noticed gcc.exe inside your Free Pascal or Lazarus installation directory, it is there for one of two specific reasons:1. It is a "Stub" for the Resource Compiler (w..