]> git.ipfire.org Git - thirdparty/gcc.git/commit
phiprop: Add testcase for already fixed case [PR116824]
authorAndrew Pinski <quic_apinski@quicinc.com>
Tue, 3 Jun 2025 03:50:44 +0000 (20:50 -0700)
committerAndrew Pinski <quic_apinski@quicinc.com>
Tue, 3 Jun 2025 05:13:14 +0000 (22:13 -0700)
commit4756557f5e3262f7f733f583bbbd69387fca8017
treeab3a56ed2ebca995049f69d0db99db55cc712f18
parentaa935ce40a777eb0b4a4d3d2e03cf2efb4cf9619
phiprop: Add testcase for already fixed case [PR116824]

This testcase was fixed by r16-906-g8da568c885dc90. Since
this is a C testcase, it would be useful to have a C testcase besides
a C++ one too.

Tested for x86_64-linux-gnu.

PR tree-optimization/116824

gcc/testsuite/ChangeLog:

* gcc.dg/tree-ssa/phiprop-2.c: New test.

Signed-off-by: Andrew Pinski <quic_apinski@quicinc.com>
gcc/testsuite/gcc.dg/tree-ssa/phiprop-2.c [new file with mode: 0644]