Landing: 0fe05c3034c1

Project / Subsystem

gcc / a68

Date

2026-07-05

Author

Jose E. Marchesi

Commit

0fe05c3034c1218b9de3a4e2708a0a30fd352f68

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
a68
patch_id
commit_hash
0fe05c3034c1218b9de3a4e2708a0a30fd352f68
source_type
github
headline
a68: avoid non-unique test names in the Algol 68 testsuite
tldr
Corrects duplicate test names in the Algol 68 test suite.
author
Jose E. Marchesi
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • algol68
  • testsuite
  • bugfix
discussion_id_link
bugzilla_pr
date
2026-07-05T00:00:00.000Z

This commit resolves issues with non-unique test names within the Algol 68 testsuite. The contrib/compare_tests script reported duplicate names, which were identified as genuine mistakes in the test case definitions. Specific test files have been updated to correct the expected regular expressions for priority and mangled operator names, ensuring each test has a unique identifier and the test suite functions correctly.