gcc/libstdc++-v3/include
Jonathan Wakely 60e536d6f1 libstdc++: Fix std::string_view for IL32P16 targets
For H8/300 with -msx -mn -mint32 the type of (_M_len - __pos) is int,
because int is wider than size_t so the operands are promoted.

libstdc++-v3/ChangeLog:

	* include/std/string_view (basic_string_view::copy) Use explicit
	template argument for call to std::min<size_t>.
	(basic_string_view::substr): Likewise.
2024-10-07 09:55:21 +01:00
..
backward libstdc++: Improve doxygen docs for some of <memory> 2024-03-18 13:50:56 +00:00
bits libstdc++: Fix @headername for bits/cpp_type_traits.h 2024-10-07 09:55:20 +01:00
c Update copyright years. 2022-01-03 10:42:10 +01:00
c_compatibility libstdc++: Fix _Atomic(T) macro in <stdatomic.h> [PR115807] 2024-07-09 21:56:45 +01:00
c_global libstdc++: Add always_inline attribute to std::byte operators 2023-03-28 23:13:23 +01:00
c_std libstdc++: Declare std::c8rtomb and std::mbrtoc8 if provided by the C library 2022-01-18 16:31:02 +00:00
debug Update copyright years. 2022-01-03 10:42:10 +01:00
decimal Update copyright years. 2022-01-03 10:42:10 +01:00
experimental libstdc++: Fix find_last_set(simd_mask) to ignore padding bits 2024-06-21 18:26:25 +02:00
ext libstdc++: Fix -Wsystem-headers warnings 2024-03-18 13:50:57 +00:00
parallel Update copyright years. 2022-01-03 10:42:10 +01:00
precompiled libstdc++: Add new headers to <bits/stdc++.h> PCH 2022-04-14 11:02:43 +01:00
pstl libstdc++: Declare const global variables inline 2023-02-02 09:34:15 +00:00
std libstdc++: Fix std::string_view for IL32P16 targets 2024-10-07 09:55:21 +01:00
tr1 libstdc++: Add attribute to features deprecated in C++17 [PR91260] 2022-01-14 11:27:50 +00:00
tr2 libstdc++: Fix std::tr2::dynamic_bitset shift operations [PR115399] 2024-10-07 09:55:20 +01:00
Makefile.am libstdc++: Add missing prerequisite to generated header [PR106162] 2022-07-07 21:35:09 +01:00
Makefile.in libstdc++: Add missing prerequisite to generated header [PR106162] 2022-07-07 21:35:09 +01:00