[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A beginner's question
From: |
Gaius Mulley |
Subject: |
Re: A beginner's question |
Date: |
Thu, 13 Apr 2023 17:18:34 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Rudolf Schubert <rudolf@muc.de> writes:
Hi Rudolf,
> 1. With WriteString from TextIO I can use this 'construct' with GPM
>
> WriteString(cid, 15C+12C);
>
> With GM2 compilation goes fine but when run I get:
>
> RTExceptions.mod:648:35: In invalidloc
> RTExceptions.mod:648:35:invalid address referenced
>
> I did not dig too deep into this, perhaps the construct '15C+12C' here
> is not quite 'legal'? But instead I now use this little helper and
> everything is fine:
Thanks for the bug reports - I filed them under on GCC bugzilla under:
Bug 109496 - Cannot pass a constant char to an array of char formal
parameter
Bug 109497 - Adding two constant chars should result in a string of two
chars
both are now fixed in the latest gcc git repro and test cases added to
the testsuite,
regards,
Gaius
- Re: A beginner's question, (continued)
- Re: A beginner's question, Michael Riedl, 2023/04/08
- Re: A beginner's question, Gaius Mulley, 2023/04/14
- Re: A beginner's question, Rudolf Schubert, 2023/04/14
- Re: A beginner's question, Gaius Mulley, 2023/04/19
- Re: A beginner's question, Rudolf Schubert, 2023/04/20
- Re: A beginner's question, Gaius Mulley, 2023/04/20
- Re: A beginner's question, john o goyo, 2023/04/20
- Re: A beginner's question, Rudolf Schubert, 2023/04/20
- Re: A beginner's question, Gaius Mulley, 2023/04/08
- Re: A beginner's question, Gaius Mulley, 2023/04/08
- Re: A beginner's question,
Gaius Mulley <=
Fwd: A beginner's question, Michael Riedl, 2023/04/07