Landing: a69f9f381f22

Project / Subsystem

gcc / algol68

Date

2026-07-20

Author

Jose E. Marchesi

Commit

a69f9f381f229ae33cb18803d0fa916801b23570

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
algol68
patch_id
commit_hash
a69f9f381f229ae33cb18803d0fa916801b23570
source_type
github
headline
algol68: Fix type of abscharmax when lowering characters
tldr
Corrects a type mismatch in algol68 when processing character maximums.
author
Jose E. Marchesi
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • algol68
  • compiler bug
discussion_id_link
bugzilla_pr
date
2026-07-20T00:00:00.000Z

This commit fixes a bug in the Algol68 compiler where the abscharmax value was incorrectly treated as a char instead of an int. This type error occurred during the lowering of character-related operations, and has been corrected by redefining a68_char_max to expect an integer. A new test case is included to verify the fix.