This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: /internet
- To: law at cygnus dot com
- Subject: Re: /internet
- From: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Date: Thu, 17 Dec 1998 01:42:30 +0000 (GMT)
- Cc: chip at perlsupport dot com, jbuck at Synopsys dot COM, moshier at mediaone dot net, tim at wagner dot Princeton dot EDU, tprince at cat dot e-mail dot com, bosch at gnat dot com, burley at gnu dot org, egcs at cygnus dot com, hjstein at bfr dot co dot il
> We'd have to introduce some new code to handle such an architecture if
> one was to ever come along.
Well, if the machine can support C at all, it can support unsigned integers.
So the worst case would be to implement all signed arithmetic with
unsigned arithmetic.