Landing: fb46dd58f144

Project / Subsystem

gcc / gcc/cobol

Date

2026-06-10

Author

Robert Dubner

Commit

fb46dd58f144ce143238e4f9bc6d8c00edd96dcb

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc/cobol
patch_id
commit_hash
fb46dd58f144ce143238e4f9bc6d8c00edd96dcb
source_type
github
headline
Eliminate unused function warning from COBOL parser.
tldr
The COBOL frontend no longer builds an unused internal helper function, preventing compiler warnings or errors.
author
Robert Dubner
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • cobol
  • build system
  • warnings
discussion_id_link
bugzilla_pr
date
2026-06-10T00:00:00.000Z

This commit removes the hex_of function from the COBOL frontend’s move.cc file. The function was not being called, leading to an “unused function” warning or error during compilation. Eliminating the function simplifies the code and avoids unnecessary build-time issues.