David James wrote:
I think I'm seeing a problem in exporting an enumerated type from an Extended Pascal module. [...] daj2.p: In function `program_Daj2': daj2.p:7: incompatible types in assignment daj2.p:8: invalid operands to binary =
I can reproduce this bug. This is one more instance of the "two-interface problem" (see http://fjf.gnu.de/gpc-todo_2.html: baby.pas et al.).
Thanks for the detailed report. (-:
Since I am currently working on related parts of the compiler there is some hope to have it fixed in the next snapshot.
Peter