Hi all, I've been using your Pascal compiler for a few years now to run a substantial simulation programme. The last copy I was using was dated 20011202. I've downloaded 20020402 and 20020410 and both have a new error with my software: internal error: non-constant actual discriminants not yet supported (they work with 'New' using a pointer to the schema type) Any reason for the change? Regards David Wood Guidance and Imaging Solutions Group QinetiQ X107/1022, Ively Road, Farnborough Phone: 01252-393974 -- The Information contained in this E-Mail and any subsequent correspondence is private and is intended solely for the intended recipient(s). For those other than the recipient any disclosure, copying, distribution, or any action taken or omitted to be taken in reliance on such information is prohibited and may be unlawful.
Wood David wrote:
I've been using your Pascal compiler for a few years now to run a substantial simulation programme. The last copy I was using was dated 20011202.
I've downloaded 20020402 and 20020410 and both have a new error with my software:
internal error: non-constant actual discriminants not yet supported (they work with 'New' using a pointer to the schema type)
Any reason for the change?
Yes -- because it didn't really work previously (only sometimes by chance). Implementing it correctly is planned, of course, but not so easy, and seems to be of relevance only to few (including you, unfortunately), so it has been delayed. For now, you might have to use a pointer and `New'. Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/, 7977168E GPC To-Do list, latest features, fixed bugs: http://www.gnu-pascal.de/todo.html
participants (2)
-
Frank Heckenbach -
Wood David