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]

Re: Fix -- Wide int sign extension in combine.c



  In message <36C31851.386C696C@interix.com>you write:
[ ... ]

  > N.B.  This actually exhibited itself as an assembler error (using my
  > current gas) where it complained that it was unable to relocate a
  > symbol that wasn't even really there, in turn because it was being
  > passed a constant > 32 bits.  Don't know if that info will help anyone
  > else, but it might.
  > 
  > ChangeLog entry:
  >     * combine.c:force_to_mode(): handle wide negative numbers
  > 	correctly.
Thanks.  I've installed this patch.

jeff

ps. I get a clean bootstrap on x86-linux with the patch installed and a 64bit
HOST_WIDE_INT.





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