Landing: 98a341ef40ff

Project / Subsystem

gcc / gcc

Date

2026-05-25

Author

Sam James

Commit

98a341ef40ffdd0a658a8e773ab49d321efbd1df

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc
patch_id
commit_hash
98a341ef40ffdd0a658a8e773ab49d321efbd1df
source_type
github
headline
C parser: Remove errant `optimize` pragma
tldr
An unintended `#pragma optimize` was removed from the GCC C parser.
author
Sam James
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • c
  • parser
  • pragma
  • cleanup
discussion_id_link
bugzilla_pr
date
2026-05-25T00:00:00.000Z

An accidental #pragma optimize directive and a whitespace change in a comment were removed from the C parser. These changes were introduced in a previous commit but were not intended to be part of the final code.