Actions
Bug #58477
closedgcc-13 and uint{32,64}_t sloppiness
% Done:
0%
Source:
Community (dev)
Backport:
reef,quincy
Regression:
No
Severity:
2 - major
Reviewed:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):
Tags (freeform):
Merge Commit:
Fixed In:
v18.0.0-4121-g9363297742
Released In:
v19.2.0~2282
Upkeep Timestamp:
2025-08-02T04:59:00+00:00
Description
Fedora 38/rawhide recently updated to gcc-13.
There are a small handful of places where std::uint{32,64}_t is used, but should only be uint{32,64}_t.
There are also a few places where <cstdint> needs to be included in order for the uint{32,64}_t types to be in scope.
ceph-17.2.5 fails to build without the attached patch
Files
Updated by Tim Serong about 3 years ago
- Status changed from New to In Progress
- Assignee set to Tim Serong
I'll take this
Updated by Tim Serong about 3 years ago
- Pull request ID set to 50438
I've fixed everything I can so far in https://github.com/ceph/ceph/pull/50438, but have since hit https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108773
Updated by Ilya Dryomov almost 3 years ago
- Status changed from In Progress to Pending Backport
- Backport set to reef
Updated by Ilya Dryomov almost 3 years ago
- Backport changed from reef to reef,quincy
Updated by Upkeep Bot almost 3 years ago
- Copied to Backport #61380: reef: gcc-13 and uint{32,64}_t sloppiness added
Updated by Upkeep Bot almost 3 years ago
- Copied to Backport #61381: quincy: gcc-13 and uint{32,64}_t sloppiness added
Updated by Upkeep Bot 9 months ago
- Status changed from Pending Backport to Resolved
- Upkeep Timestamp set to 2025-07-09T16:11:12+00:00
Updated by Upkeep Bot 8 months ago
- Merge Commit set to 93632977421027b5da830cc89e8aa12a6034d9c7
- Fixed In set to v18.0.0-4121-g9363297742
- Released In set to v19.2.0~2282
- Upkeep Timestamp changed from 2025-07-09T16:11:12+00:00 to 2025-08-02T04:59:00+00:00
Actions