The --standard-pascal switch should disable GPC's parsing of the compiler directives from comments (like (*x+*)). This is a defacto violation of the ISO 7185 standard, since misparsing a directive, or what looks like a directive, could cause an otherwise completely standard program to fail.
Scott Moore