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] Fix combine.c compilation warnings (take 3)


On Sat, Jul 06, 2002 at 03:33:01PM -0600, Roger Sayle wrote:
> - 	     >= GET_MODE_BITSIZE (mode) + 1
> + 	     >= (unsigned int) (GET_MODE_BITSIZE (mode) + 1)

What happened to the suggested GET_MODE_BITSIZE redefinition?
If you tried it and things fell apart all over the place, you
didn't mention that fact.


r~


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