Landing: 66a30b62d297

Project / Subsystem

gcc / doc

Date

2026-07-27

Author

Jakub Jelinek

Commit

66a30b62d297b6cb3a5aefa56c53485b67b0bc63

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
doc
patch_id
commit_hash
66a30b62d297b6cb3a5aefa56c53485b67b0bc63
source_type
github
headline
doc: Fix up doc build
tldr
Documentation build errors are fixed by correcting @code syntax.
author
Jakub Jelinek
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • documentation
  • build
discussion_id_link
bugzilla_pr
date
2026-07-27T00:00:00.000Z

The GCC documentation build process failed due to incorrect usage of the @code markup in the sourcebuild.texi file. This commit corrects the syntax, replacing incorrect @code(…) constructs with the proper @code{…} syntax, resolving reported build errors.