Files
gcc/libstdc++-v3
Marco Falke 20ab397224 libstdc++: Make __from_chars_alnum_to_val conversion explicit
The optimizations from commit r12-8175-ga54137c88061c7 introduced a
clang integer sanitizer error.

Fix this with an explicit static_cast, similar to the fix for PR 96766.

libstdc++-v3/ChangeLog:

	* include/std/charconv (__from_chars_alnum_to_val): Replace
	implicit conversion from int to unsigned char with explicit
	cast.
2022-07-19 14:56:42 +01:00
..
2022-05-16 14:54:07 +01:00
2022-06-23 23:28:14 -03:00
2022-07-19 00:16:32 +00:00
2022-06-23 23:28:14 -03:00

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.