Re: [PATCH] testsuite: add testcase for fixed PR115933

2024-10-25 Thread Sam James
Jeff Law writes: > On 10/20/24 1:33 AM, Sam James wrote: >> gcc/testsuite/ChangeLog: >> PR rtl-optimization/115933 >> * gcc.dg/pr115933.c: New test. > OK > jeff Thanks Jeff, pushed.

Re: [PATCH] testsuite: add testcase for fixed PR115933

2024-10-23 Thread Jeff Law
On 10/20/24 1:33 AM, Sam James wrote: gcc/testsuite/ChangeLog: PR rtl-optimization/115933 * gcc.dg/pr115933.c: New test. OK jeff

[PATCH] testsuite: add testcase for fixed PR115933

2024-10-20 Thread Sam James
gcc/testsuite/ChangeLog: PR rtl-optimization/115933 * gcc.dg/pr115933.c: New test. --- The PR is fixed but the bisect wasn't conclusive (only to a range) and the testcase is sufficiently different from the commits in that range to be worth adding IMO. OK? gcc/testsuite/gcc.dg/pr1