Landing: 8d36f059b7be

Project / Subsystem

gcc / gcc/algol68

Date

2026-07-05

Author

Jose E. Marchesi

Commit

8d36f059b7be5f5a014c2f6f78f99e4f6c9fba6b

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc/algol68
patch_id
commit_hash
8d36f059b7be5f5a014c2f6f78f99e4f6c9fba6b
source_type
github
headline
a68: Support for decimal radix in bits denotations
tldr
Algol68 compiler now accepts decimal radix for bit denotations, aiding transput and FFI.
author
Jose E. Marchesi
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • gcc
  • algol68
  • compiler
  • extension
  • io
discussion_id_link
bugzilla_pr
date
2026-07-05T00:00:00.000Z

The Algol68 compiler has been extended to support decimal radix (base 10) in bit denotations, implementing a GNU extension. This change is particularly useful for transput operations and Foreign Function Interface (FFI) calls where precise bit counts represented in decimal are needed. A compile-time diagnostic is also added to catch invalid radices.