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: portable signed right shift


> On Thu, 29 Mar 2001, Ross Smith wrote:
> 
> > There's nothing in the definition of C that says that -1 / 2 = 0 either,
> > for that matter.
> 
> C99 subclause 6.5.5 paragraph 6 and footnote 87.

Right, but in C89 it is unspecified, meaning that it is not a safe
assumption for a programmer to make.




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