[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] TextIO.ReadRestLine includes EOL char in string result
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] TextIO.ReadRestLine includes EOL char in string result |
Date: |
Sat, 31 Oct 2009 01:39:22 +0000 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
SiTex Graphics <address@hidden> writes:
> Hi Gaius,
>
> Thanks for the fix. I've sent another module that fails with a "not
> implemented yet" message to you privately. Please let me know what
> you find out about that case.
>
> Thanks,
> Scott
Hi Scott,
thanks for the test code - yes it breaks gm2. The internal error is
occurring when gm2 is attempting to declare an ARRAY OF realarrayptr.
It is expecting the 'realarrayptr' type to be an unbounded symbol type
and it is a PartialUnbounded type (which the front end should have
resolved before the unbounded type is translated into GCC trees).
Hopefully there will be a fix soon..
regards,
Gaius