Landing: e037c6e95e21

Project / Subsystem

gcc / libstdc++

Date

2026-05-16

Author

Rainer Orth

Commit

e037c6e95e2108dda45a71a6c55fd84e34702735

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
libstdc++
patch_id
commit_hash
e037c6e95e2108dda45a71a6c55fd84e34702735
source_type
github
headline
Remove Solaris workaround in float128 to_chars test.
tldr
Removes a Solaris-specific workaround in a libstdc++ test case, enabling the full test suite.
author
Rainer Orth
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • libstdc++
  • testsuite
  • Solaris
  • bugfix
discussion_id_link
bugzilla_pr
date
2026-05-16T00:00:00.000Z

A workaround that disabled a subtest in 20_util/to_chars/float128_c++23.cc on Solaris has been removed. The workaround was implemented due to a bug in printf(3C) which is now fixed. Removing this workaround enables the full test suite to run on Solaris.