This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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, v3] Do not shift by larger than size in hash_bytes.cc


HI Ralf,

and thanks for noticing the warning,
> Regtested, no regressions.  It seems to me however that the warning
> hints that the code needs more adjustments for 32 bit size_t, or that
> load_bytes and shift_mix can be enclosed in '#if __SIZEOF_SIZE_T__ == 8'
> because they seem unused in the 32 bit case.
yes, I'm going to simply commit the below.

Thanks again,
Paolo.

////////////////

Attachment: CL
Description: Text document

Attachment: p
Description: Text document


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