Landing: 994c0e9a2692

Project / Subsystem

gcc / gcc/testsuite

Date

2026-04-09

Author

Andrew Pinski

Commit

994c0e9a2692e076ee57139ec584c36cdefcee01

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc/testsuite
patch_id
commit_hash
994c0e9a2692e076ee57139ec584c36cdefcee01
source_type
github
headline
Testsuite: Add phiprop testcase that is already fixed.
tldr
A new test case for the phiprop optimization pass has been added to the GCC testsuite.
author
Andrew Pinski
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • testsuite
  • phiprop
  • tree-ssa
discussion_id_link
bugzilla_pr
date
2026-04-09T00:00:00.000Z

A new test case, g++.dg/tree-ssa/phiprop-1.C, has been added to the GCC testsuite for the phiprop optimization pass. The test case was extracted from fold-const.cc and was already fixed by a previous commit that removed a clobber. This new test will help ensure that the fix remains effective.