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


Richard Henderson wrote:

> On Fri, Jul 14, 2000 at 09:01:34PM +0200, Toon Moene wrote:

> > Well, the simple example works, but then why does gcc warn on
> >
> >              && VARRAY_INT (n_times_set, REGNO (SET_DEST (set))) == 1

> Something inside the VARRAY_INT?  Something inside REGNO or SET_DEST,
> if you have rtl checking on.

Oops - I forgot to say:  This is with --disable-checking (both on
i686-pc-linux-gnu and alphaev6-unknown-linux-gnu).

Without checking, there's not much "inside" VARRAY_INT (it's a simple
"accessor macro") ...

-- 
Toon Moene - mailto:toon@moene.indiv.nluug.nl - phoneto: +31 346 214290
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
GNU Fortran 77: http://gcc.gnu.org/onlinedocs/g77_news.html
GNU Fortran 95: http://g95.sourceforge.net/ (under construction)

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