The gpc manual states:
--ignore-garbage-after-dot
Ignore anything after the terminating ‘.’ (default in
‘--borland-pascal’).
However, the following testprogram:
{$ignore-garbage-after-dot}
program Test;
begin
end.
blabla
#include <sys/types.h>
results in:
garbage.p:6: no include path in which to find sys/types.h
So, this looks like a preprocessor problem.
Regards,
Adriaan van Os