Hi all Now that gcc-3.2.1 has just been released so downloaded it and tried it with gpc:
1. Patch for 3.1.1 works with some comlaints about offsets: expr.c: function.c: hunk 2 4858 offset 2 hunk 2 314 offset 1 hunk 4 4910 offset 2 hunk 3 5491 offset 1 hunk 6 5038 offset 2 hunk 4 5510 offset 1
stor-layout.c: tree.c: hunk 3 1569 offset 27 hunk 3 4745 offset 59 hunk 5 1704 offset 27 hunk 5 4788 offset 59 hunk 7 4826 offset 59 tree.h hunk 2 2495 offset 27
2. Compiled with no problem. Installed with no problem. Compiled "hello.pas", it runs.
3. Ran test suite "as is". Got 165 errors, most of these refered to "dwarf2out.c:7572", some to "dwarf2out.c:5055" and a few seg faults. Suspect if you could figure what went wrong at those two dwarf2out locations you'd have it made.
4. Re-ran test suite with -g0. No errors.
Russ