[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Compile LUA for 16-bit target problems/bug
- From: bil til <biltil52@...>
- Date: Wed, 8 Mar 2023 16:20:32 +0100
... it gets typically even harder if you combine such
"signed"/"unsigned" ambiguities with bit mask operators like & | ^...
this then really can give VERY nasty effects, if you allow the
Compiler "too much interpretation phantasy".
This is really a VERY annoying feature of C somehow, that "standard
char" can be chosen to be either signed or unsigned.