Compiling some of our software with gpc 20010924 I get the following error message:
label `10' used before containing binding contour
Can anyone explain to me what it means, please? The code is too complicated to reproduce and any simple examples don't have the problem. The code is used on other pascal compilers that do not support Exit so we have a label as the last line in the procedure and use Goto where the Exit would be. The code compiles on Borland pascal and the other compilers that we use.
Theo Carr-Brion