Landing: 6cc7df8e8341
Project / Subsystem
gcc / gcc
Date
2026-07-04
Author
Eric Botcazou
Commit
6cc7df8e83417dd495ff124cb6e6560b300ca17e
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- gcc
- patch_id
- —
- commit_hash
- 6cc7df8e83417dd495ff124cb6e6560b300ca17e
- source_type
- github
- headline
- Remove WIDEST_HARDWARE_FP_SIZE left-overs
- tldr
- GCC removes the last uses of WIDEST_HARDWARE_FP_SIZE, an obsolete macro for floating-point type sizes.
- author
- Eric Botcazou
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • cleanup
- • floating-point
- • architecture
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-04T00:00:00.000Z
GCC has removed the remaining instances of the WIDEST_HARDWARE_FP_SIZE macro. This macro, which defined the size of the widest hardware-supported floating-point type, had become anecdotal and was no longer actively used. Its removal simplifies target configurations and documentation for various architectures.