Landing: 47480a30d08f

Project / Subsystem

gcc / libstdc++

Date

2026-04-22

Author

Tomasz Kamiński

Commit

47480a30d08fef394b3e12f36b9fa1f77a7add74

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
libstdc++
patch_id
commit_hash
47480a30d08fef394b3e12f36b9fa1f77a7add74
source_type
github
headline
libstdc++: Expand tests for std::type_order.
tldr
Expanded libstdc++ tests for `std::type_order` to include arrays of unknown bounds, function types/pointers, and data/function member pointers.
author
Tomasz Kamiński
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • libstdc++
  • testing
  • c++
  • type traits
discussion_id_link
bugzilla_pr
date
2026-04-22T00:00:00.000Z

This commit expands the test coverage for std::type_order in libstdc++. The added tests now include arrays of unknown bounds, function types and pointers, as well as data and function member pointers. This enhanced test suite aims to provide more comprehensive validation of the std::type_order implementation, ensuring its correctness across a wider range of type categories.