gcc/libstdc++-v3/libsupc++
Jonathan Wakely 7b79fa9309 libstdc++: Fix _Hash_bytes for I16LP32 targets [PR107885]
For H8/300 size_t is 32 bits wide, but (unsigned char)buf[2] << 16
promotes to int which is only 16 bits wide. The shift is then undefined.
This fixes it by converting to size_t before shifting.

libstdc++-v3/ChangeLog:

	PR libstdc++/107885
	* libsupc++/hash_bytes.cc (_Hash_bytes): Convert to size_t
	instead of implicit integer promotion to 16 bits.
2022-11-28 16:57:35 +00:00
..
array_type_info.cc Update copyright years. 2022-01-03 10:42:10 +01:00
atexit_arm.cc Update copyright years. 2022-01-03 10:42:10 +01:00
atexit_thread.cc gcc: Add 'mcf' thread model support from mcfgthread 2022-10-19 13:52:37 +00:00
atomic_lockfree_defines.h Update copyright years. 2022-01-03 10:42:10 +01:00
bad_alloc.cc Update copyright years. 2022-01-03 10:42:10 +01:00
bad_array_length.cc Update copyright years. 2022-01-03 10:42:10 +01:00
bad_array_new.cc Update copyright years. 2022-01-03 10:42:10 +01:00
bad_cast.cc Update copyright years. 2022-01-03 10:42:10 +01:00
bad_typeid.cc Update copyright years. 2022-01-03 10:42:10 +01:00
class_type_info.cc Update copyright years. 2022-01-03 10:42:10 +01:00
compare libstdc++: _Bfloat16 for <compare> 2022-11-02 13:35:53 +01:00
cxxabi_forced.h Update copyright years. 2022-01-03 10:42:10 +01:00
cxxabi_init_exception.h Update copyright years. 2022-01-03 10:42:10 +01:00
cxxabi.h Update copyright years. 2022-01-03 10:42:10 +01:00
del_op.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_opa.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_opant.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_opnt.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_ops.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_opsa.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_opv.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_opva.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_opvant.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_opvnt.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_opvs.cc Update copyright years. 2022-01-03 10:42:10 +01:00
del_opvsa.cc Update copyright years. 2022-01-03 10:42:10 +01:00
dyncast.cc libstdc++: small dynamic_cast optimization 2022-09-07 10:11:54 -04:00
eh_alloc.cc libstdc++: Define _GNU_SOURCE for secure_getenv on Cygwin [PR107511] 2022-11-04 14:04:53 +00:00
eh_arm.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_atomics.h Update copyright years. 2022-01-03 10:42:10 +01:00
eh_aux_runtime.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_call.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_catch.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_exception.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_globals.cc libstdc++: Simplify lifetime of eh_globals variable [PR107500] 2022-11-04 14:04:53 +00:00
eh_personality.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_ptr.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_term_handler.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_term_handler.h Update copyright years. 2022-01-03 10:42:10 +01:00
eh_terminate.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_throw.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_tm.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_type.cc Update copyright years. 2022-01-03 10:42:10 +01:00
eh_unex_handler.cc Update copyright years. 2022-01-03 10:42:10 +01:00
enum_type_info.cc Update copyright years. 2022-01-03 10:42:10 +01:00
exception libstdc++: Do not use #include inside push visibility scope [PR99871] 2022-05-06 14:43:39 +01:00
exception_defines.h Update copyright years. 2022-01-03 10:42:10 +01:00
exception_ptr.h libstdc++: Fix -Wsystem-headers warnings 2022-11-08 17:35:15 +00:00
exception.h libstdc++: Do not use #include inside push visibility scope [PR99871] 2022-05-06 14:43:39 +01:00
function_type_info.cc Update copyright years. 2022-01-03 10:42:10 +01:00
fundamental_type_info.cc Update copyright years. 2022-01-03 10:42:10 +01:00
guard_error.cc Update copyright years. 2022-01-03 10:42:10 +01:00
guard.cc gcc: Add 'mcf' thread model support from mcfgthread 2022-10-19 13:52:37 +00:00
hash_bytes.cc libstdc++: Fix _Hash_bytes for I16LP32 targets [PR107885] 2022-11-28 16:57:35 +00:00
hash_bytes.h Update copyright years. 2022-01-03 10:42:10 +01:00
initializer_list libstdc++: Do not use #include inside push visibility scope [PR99871] 2022-05-06 14:43:39 +01:00
Makefile.am libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606] 2022-10-11 16:21:48 +01:00
Makefile.in libstdc++: Don't use gstdint.h anymore 2022-10-29 00:55:42 +01:00
nested_exception.cc Update copyright years. 2022-01-03 10:42:10 +01:00
nested_exception.h libstdc++: Make std::rethrow_if_nested work without RTTI 2022-05-13 20:39:59 +01:00
new libstdc++: Ensure all feature test macros have type long [PR87193] 2022-01-21 16:07:34 +00:00
new_handler.cc Update copyright years. 2022-01-03 10:42:10 +01:00
new_op.cc Update copyright years. 2022-01-03 10:42:10 +01:00
new_opa.cc libstdc++: Add comment about memalign requirements 2022-03-31 16:18:00 +01:00
new_opant.cc Update copyright years. 2022-01-03 10:42:10 +01:00
new_opnt.cc Update copyright years. 2022-01-03 10:42:10 +01:00
new_opv.cc Update copyright years. 2022-01-03 10:42:10 +01:00
new_opva.cc Update copyright years. 2022-01-03 10:42:10 +01:00
new_opvant.cc Update copyright years. 2022-01-03 10:42:10 +01:00
new_opvnt.cc Update copyright years. 2022-01-03 10:42:10 +01:00
pbase_type_info.cc libstdc++: fix pointer type exception catch (no RTTI) [PR105387] 2022-11-05 14:03:08 +00:00
pmem_type_info.cc Update copyright years. 2022-01-03 10:42:10 +01:00
pointer_type_info.cc Update copyright years. 2022-01-03 10:42:10 +01:00
pure.cc Update copyright years. 2022-01-03 10:42:10 +01:00
si_class_type_info.cc Update copyright years. 2022-01-03 10:42:10 +01:00
tinfo2.cc Update copyright years. 2022-01-03 10:42:10 +01:00
tinfo.cc libstdc++: Implement P1328 "Making std::type_info::operator== constexpr" 2022-01-05 14:43:01 +00:00
tinfo.h Update copyright years. 2022-01-03 10:42:10 +01:00
typeinfo libstdc++: Remove whitespace before preprocessor directives 2022-05-12 18:04:01 +01:00
unwind-cxx.h Update copyright years. 2022-01-03 10:42:10 +01:00
vec.cc Update copyright years. 2022-01-03 10:42:10 +01:00
vmi_class_type_info.cc Update copyright years. 2022-01-03 10:42:10 +01:00
vterminate.cc Update copyright years. 2022-01-03 10:42:10 +01:00
vtv_stubs.cc Update copyright years. 2022-01-03 10:42:10 +01:00