This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: /internet


> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]