gcc/libstdc++-v3/include
Jonathan Wakely ad66b03b3c libstdc++: Fix -Wmaybe-uninitialized false positive [PR103984]
This fixes a false positive warning seen with LTO:

12/bits/regex_compiler.tcc:443:32: error: '__last_char._M_char' may be used uninitialized [-Werror=maybe-uninitialized]

Given that the std::regex code is not very efficient anyway, the
overhead of initializing this byte should be minimal.

libstdc++-v3/ChangeLog:

	PR middle-end/103984
	* include/bits/regex_compiler.h (_BracketMatcher::_M_char): Use
	default member initializer.
2022-03-01 15:25:39 +00:00
..
backward
bits libstdc++: Fix -Wmaybe-uninitialized false positive [PR103984] 2022-03-01 15:25:39 +00:00
c
c_compatibility libstdc++: Add atomic_fetch_xor to <stdatomic.h> 2022-02-10 13:01:10 +00:00
c_global
c_std
debug
decimal
experimental libstdc++: Remove un-implementable noexcept from Filesystem TS operations 2022-02-04 19:51:26 +00:00
ext
parallel
precompiled
pstl
std libstdc++: Fix cast in source_location::current() [PR104602] 2022-02-24 23:42:41 +00:00
tr1
tr2
Makefile.am
Makefile.in