This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: Patch for `LL' warnings in insn-*.c


 > From: Joern Rennecke
 > 
 > +	  if (INTVAL (x) >= INT_MIN || INTVAL (x) <= INT_MAX)
 > +	    printf (HOST_WIDE_INT_PRINT_DEC, INTVAL (x));
 > 
 > I think you mean '&&' instead of '||.

Doh!  Yes the way I wrote it the `if' is always true.  :-)

Assuming Joern's change, ok?

--
Kaveh R. Ghazi			Director of Systems Architecture
ghazi@caip.rutgers.edu		Qwest Solutions


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