Landing: 7c89181457da
Project / Subsystem
gcc / libgfortran
Date
2026-07-24
Author
John David Anglin
Commit
7c89181457dafe48203c0ce31a429c3e887dd378
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- libgfortran
- patch_id
- —
- commit_hash
- 7c89181457dafe48203c0ce31a429c3e887dd378
- source_type
- github
- headline
- libgfortran: Add long double math support for hppa64-hpux
- tldr
- libgfortran on hppa64-hpux now supports C99 long double math routines using libquadmath.
- author
- John David Anglin
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • libgfortran
- • hppa
- • long double
- • math support
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-07-24T00:00:00.000Z
This change adds support for C99 math routines with long double precision on hppa64-hpux systems. Although the platform lacks native support for these routines, its long double type conforms to the IEEE 60559 specification, enabling the use of quad-precision routines from libquadmath.