[197] in Zephyr_Bugs
Re: decmips 7.2K: zwgc
daemon@ATHENA.MIT.EDU (epeisach@ATHENA.MIT.EDU)
Mon Dec 17 17:29:52 1990
From: epeisach@ATHENA.MIT.EDU
Date: Mon, 17 Dec 90 17:29:42 -0500
To: marc@ATHENA.MIT.EDU
Cc: bugs@ATHENA.MIT.EDU, bug-zephyr@ATHENA.MIT.EDU
>>> char's should always be unsigned and aren't. The compiler is broken,
There is no specification that char's should be unsigned. The only spec
I've seen on a char is in the relationship of char to short and long.
(K&R somewhere) Chars being treated as signed vs.
unsigned is compiler dependent. If you mean unsigned, you should
specify.
Ezra