Landing: 7e61b29d9186

Project / Subsystem

gcc / libstdc++

Date

2026-05-25

Author

Tomasz Kamiński

Commit

7e61b29d9186e5d1405fe103e69ff61082a5173f

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
libstdc++
patch_id
commit_hash
7e61b29d9186e5d1405fe103e69ff61082a5173f
source_type
github
headline
libstdc++: Expand serialization test for piecewise distributions.
tldr
New serialization tests added for piecewise constant and linear distributions, but limited to x86_64 architectures.
author
Tomasz Kamiński
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • libstdc++
  • testsuite
  • random
  • serialization
discussion_id_link
bugzilla_pr
date
2026-05-25T00:00:00.000Z

New test cases have been added for serialization of piecewise_constant_distribution and piecewise_linear_distribution. Due to variability in results, these tests are currently limited to x86_64 architectures. The float/double tests are disabled for -m32 due to unstable results. This expansion improves testing coverage for these distributions.