gcc/libstdc++-v3/testsuite/std
Jonathan Wakely 7a00c459cb
libstdc++: Do not apply localized formatting to NaN and inf [PR114863]
We don't want to add grouping to strings like "-inf", and there is no
radix character to replace either.

libstdc++-v3/ChangeLog:

	PR libstdc++/114863
	* include/std/format (__formatter_fp::format): Only use
	_M_localized for finite values.
	* testsuite/std/format/functions/format.cc: Check localized
	formatting of NaN and initiny.

(cherry picked from commit 7501c0a397fcf609a1ff5f083746b6330b89ee11)
2024-04-30 09:36:44 +01:00
..
concepts Update copyright years. 2024-01-03 12:19:35 +01:00
format libstdc++: Do not apply localized formatting to NaN and inf [PR114863] 2024-04-30 09:36:44 +01:00
ranges libstdc++: Allow adjacent __maybe_present_t<false, ...> fields to overlap 2024-04-02 13:07:07 -04:00
text_encoding libstdc++: Add dg-require-cpp-feature-test to test feature test macros 2024-03-26 11:32:55 +00:00
time libstdc++: Support link chains in std::chrono::tzdb::locate_zone [PR114770] 2024-04-19 21:06:28 +01:00