Re: [PATCH] phiprop: Add testcase for already fixed case [PR116824]

2025-06-02 Thread Richard Biener
> Am 03.06.2025 um 05:59 schrieb Andrew Pinski : > > 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. Ok Richard >PR tree-optimization/116824 > > gcc/tes

[PATCH] phiprop: Add testcase for already fixed case [PR116824]

2025-06-02 Thread Andrew Pinski
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-b