Bruno Moreira Guedes wrote:
Thanks by the answer. How can I contact Waldek?
Waldek posts regularly to this list, so you can reach him via the lists or personally at hebisch@math.uni.wroc.pl.
I want to know if may I help anyway. I don't know many pascal and don't know how gcc works, but I think that I can help by testing...
Testing is always good. If you like to do that, just install GPC and write and run whichever tests you think of. When you find problems, report them here, preferably with a short program to reproduce them, and ideally in a format ready for our test suite. The details are described in the manual (that comes with GPC, and is also available on our home page) in the chapter "Support", especially the last two sections.
You can, of course, check if the test suite already covers what you plan to test, but since there are a few thousands of test, this might not always be easy to find. (When there's a particular identifier, like a built-in declaration, you want to test, you can search for it in the test suite, otherwise it may be luck to find existing test.) But duplicated tests are better than missing tests. :-)
Frank