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: m32r.c addr24_operand patch


On Fri, Jun 21, 2002 at 09:09:47AM -0700, Doug Evans wrote:
> 	* m32r/m32r.c [...] (move_src_operand): Remove compile-time warning.
[...]
> ! 	  return high == 0 && low <= 0xffffffffU;

Er... the U suffix doesn't exist in K&R C and I thought it was decided
not to convert config/* at this time [1]?

    John  "who is still pained that he looked at the 'obvious' tradcpp.c
           change just before the 3.1 release but didn't see the new-style
           non-K&R definition of fixup_newlines()"

[1] http://gcc.gnu.org/ml/gcc/2002-06/msg00956.html


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