From: Hans-Bernhard B. <br...@ph...> - 2003-12-29 01:22:08
|
On Thu, 25 Dec 2003, Richard B. Gilbert wrote: > My C compiler (DECC V6.5 under OpenVMS/Alpha V7.3-1) produced the > following informational message: > > if (xmin_hl < 0 || xmax_hl > XREDUCE(xright) - XREDUCE(xleft)) > ........^ [...] > Since since the expression "xmin_hl<0" must always evaluate to FALSE and > since there are simpler and clearer ways to express a NOOP, it seems to > me that this must be a bug. No, it's a documented feature of the source code. Look at the comment by me, directly above that line of code... -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |