Adriaan van Os wrote:
Waldek Hebisch wrote:
AFAIKS Darwin backend is doing something very strange when inlining Pascal initialization routines (tries to call them like external ones).
Do you think we should report this to the gcc list ?
No. I think this our fault in how we call them. I think Waldek's change (with `#ifdef EGCS97') is alright (I might even consider it a fix, not only a workaround).
It might be quite possible to really allow inlining of initialization routines, but there's really no point, and it might just confuse matters.
Frank