Landing: 3e1f749e2dbd

Project / Subsystem

gcc / c++

Date

2026-05-28

Author

Marek Polacek

Commit

3e1f749e2dbd3d397778af9c8f2ecb060ef1d934

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
c++
patch_id
commit_hash
3e1f749e2dbd3d397778af9c8f2ecb060ef1d934
source_type
github
headline
c++: Add fixed test [PR106957]
tldr
Adds a test case to verify the fix for a C++ compiler bug involving unevaluated lambda expressions.
author
Marek Polacek
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • c++
  • testsuite
  • lambda
discussion_id_link
bugzilla_pr
date
2026-05-28T00:00:00.000Z

This commit adds a new test case to the GCC testsuite to verify the fix for PR106957, a bug involving error routines being re-entered with unevaluated lambda expressions. The bug was fixed by r16-8015.