Landing: c0d64beec62a

Project / Subsystem

gcc / doc

Date

2026-05-12

Author

Léo Hardt

Commit

c0d64beec62a51421df8309e8a1718fe42254f21

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
doc
patch_id
commit_hash
c0d64beec62a51421df8309e8a1718fe42254f21
source_type
github
headline
Documentation: Removes unused reference to @gol macro.
tldr
Removes a stale reference to the `@gol` macro in the GCC documentation build system.
author
Léo Hardt
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • documentation
  • build system
  • cleanup
discussion_id_link
bugzilla_pr
date
2026-05-12T00:00:00.000Z

The @gol macro was previously used for line breaks in gccoptlists but was removed in an earlier commit. This commit cleans up the documentation build system by removing the now-unused rule for parsing the @gol macro. This change has no user-visible effect on the generated documentation.