Marc van Woerkom wrote:
Using a test suite would be very helpful. Something like that is mentioned in the gpc info documentation.
The GPC source has a subdirectory `test' with a Makefile that performs an extensive test with GPC. Just edit this makefile to refer to your installed (or not even intalled) GPC binary (e.g. PC="../../xgpc -B ../../").
I would also like to know roughly how dependent gpc is on the gcc backend, do you have something like a reference version of gcc, one to test against?
GPC works with gcc-2.8.1 or egcs-1.1.x or (latest alpha version) gcc-2.95.x. The latest alpha is not really tested with gcc-other-than-2.95.x, but it might work, though.
Have fun,
Peter