Bugs Fixed compared to gpc-20050331: * 20051104: allow testing when different GPC version using the same backend is already installed * 20051025: correctly parse `import foo; uses qualified;' (waldek15.pas) * 20051021: accept `--no-methods-always-virtual' * 20051021: nonlocal jump fixes for 3.2.x and 3.3.x * 20051021: fix bootstrap with C++ and 3.3.x * 20051021: allow one element sets in non-iso dialects (delset.pas) * 20051021: do not crash on wrong open array parameter (waldek13.pas) * 20051014: `forward', `near' and `far' may be redeclared in all dialects * 20051014: Integer2StringBaseExt now works in 64-bit machines (mir048[cd].pas) * 20051014: do not crash on bad declarations (dimwit1.pas, dimwit3.pas, dimwit5.pas) * 20051014: avoid calling fcntl if not present (fjf1042b.pas, fjf1042c.pas on Mingw32) * 20051014: sorting set initializers used wrong comparison function (affected Solaris) * 20051014: avoid range-check failure in RTS on strict alignement machines (affected at least Sparc and HP) * 20051014: mod in schema initializer (modtest.pas) * 20051014: avoid spurious side effects in initializers due to range-checking (fjf1021[dh-k].pas) * 20051014: fix bootstrap with Ada and 3.4.x * 20051014: fix bootstrap with 3.2.x