Landing: 2258d600c1fc
Project / Subsystem
gcc / algol68
Date
2026-05-01
Author
Peter Damianov
Commit
2258d600c1fcecfa6847a363ae7cc5e897aeb7cc
Source
github
Perf win
No
Breaking
No
All attributes
- project
- gcc
- subsystem
- algol68
- patch_id
- —
- commit_hash
- 2258d600c1fcecfa6847a363ae7cc5e897aeb7cc
- source_type
- github
- headline
- Algol68: Correct typo exeect -> exeext
- tldr
- This commit fixes a typo in the Algol68 compiler's build system, that prevented compilation on Windows.
- author
- Peter Damianov
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • build
- • algol68
- • bugfix
- • windows
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-01T00:00:00.000Z
A typo in the Algol68 compiler’s build system prevented compilation on Windows. The typo, exeect instead of exeext, caused the build process to fail when trying to generate executable files with the .exe extension. This commit corrects the typo, resolving the build issue and enabling Algol68 compilation on Windows.