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 wrong common symbol size in LTO symtabs.


On 11/09/2010 02:17 PM, Dave Korn wrote:
>   I can't just replace the "<< 32" with "<< sizeof HWI"?

No, because if HWI = int64_t, you'll be shifting larger
than the integer size.


r~


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