Landing: 9c36ceaacc08

Project / Subsystem

gcc / i386.cc

Date

2026-07-04

Author

Filip Kastl

Commit

9c36ceaacc080a70f3f664a2eb5f9b32227f5cf5

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
i386.cc
patch_id
commit_hash
9c36ceaacc080a70f3f664a2eb5f9b32227f5cf5
source_type
github
headline
i386.cc: Add missing override specifier for better_epilogue_loop_than_p
tldr
Adds 'override' to a virtual function in i386.cc to satisfy Clang.
author
Filip Kastl
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • i386
  • compiler
  • c++
discussion_id_link
bugzilla_pr
date
2026-07-04T00:00:00.000Z

A virtual function in i386.cc, better_epilogue_loop_than_p, was missing the ‘override’ specifier. Clang detected this during compilation and flagged it. This change adds the missing specifier to ensure correct virtual function overriding behavior and satisfy compiler checks.