Landing: 3b443e764144

Project / Subsystem

gcc / match

Date

2026-07-05

Author

Kael Andrew Alonzo Franco

Commit

3b443e764144526748d2b51d017d745f1956377e

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
match
patch_id
commit_hash
3b443e764144526748d2b51d017d745f1956377e
source_type
github
headline
match: Fix #ifdef GIMPLE typo
tldr
Corrects a preprocessor directive typo in GIMPLE-related code.
author
Kael Andrew Alonzo Franco
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • gimple
  • build
discussion_id_link
bugzilla_pr
date
2026-07-05T00:00:00.000Z

This commit fixes a typo in the C preprocessor directives within the match.pd file. An #ifdef GIMPLE was used where #if GIMPLE was intended, which could lead to incorrect conditional compilation of GIMPLE-related code. The issue was found and fixed, and the change was verified through a bootstrapped build and test on an x86_64 Linux system.