Bug fix for Turbo C ?

Blair P. Houghton bhoughto at bishop.intel.com
Thu Jun 27 11:30:40 AEST 1991


In article <1991Jun26.155139.86965 at vaxc.cc.monash.edu.au> apm233m at vaxc.cc.monash.edu.au writes:
>My question is: is there a patch for Turbo C++ v1.0 to fix the following
>code generation bug?

If it were ANSI C, I'd point to the part where it says bitwise
operations are undefined when performed on signed operands...

However, it's Turbo C, with which I have nil experience
(up until now, that is...:-)).

You might try casting them as `unsigned long', but that's iffy, too.

				--Blair
				  "Where no man has gone before..."



More information about the Comp.lang.c mailing list