Landing: e9d363b4987c
Project / Subsystem
gcc / algol68
Date
2026-05-20
Author
Pietro Monteiro
Commit
e9d363b4987c4b10126a567284fecba3e7f5b71c
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- algol68
- patch_id
- —
- commit_hash
- e9d363b4987c4b10126a567284fecba3e7f5b71c
- source_type
- github
- headline
- Algol68 Now Accepts FLOOR As Synonym for ENTIER
- tldr
- The Algol68 frontend now recognizes `FLOOR` as an alternative name for the `ENTIER` operator, which rounds a real number towards negative infinity.
- author
- Pietro Monteiro
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • algol68
- • language
- • alias
- • operator
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-20T00:00:00.000Z
The Algol68 language had a built-in operator called ENTIER that produced the greatest integer less than or equal to a real number. This commit adds FLOOR as a synonym. Users who are more familiar with FLOOR can now use it in their Algol68 code without any semantic change.