From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: "John David Anglin" Cc: gcc-patches@gcc.gnu.org Subject: Re: Evaluation order of &&s in ||, in macro INDEX_TERM_P, in vax.h Date: Tue, 13 Jun 2000 08:55:00 -0000 Message-id: <5660.960911077@upchuck> References: <200006121518.LAA09064@hiauly1.hia.nrc.ca> X-SW-Source: 2000-06/msg00376.html In message < 200006121518.LAA09064@hiauly1.hia.nrc.ca >you write: > > The following patch to vax.h squashes a few warnings about &&s in ||, > > and might slightly improve the code generated by the INDEX_TERM_P macro. > > Revised the patch to squelch signed/unsigned warnings from comparision. > > Dave > -- > J. David Anglin dave.anglin@nrc.ca > National Research Council of Canada (613) 990-0752 (FAX: 952-6 > 605) > > 2000-06-12 J. David Anglin > > * vax.h (INDEX_TERM_P): Define evaluation order of &&'s in || and > cast to squelch signed/unsigned warnings. Thanks. Installed. jeff