Re: [PATCH] testsuite: Fix up tree-ssa/divide-7.c testcase [PR95424]

2022-02-15 Thread Mike Stump via Gcc-patches
On Jan 29, 2022, at 8:26 AM, Jakub Jelinek via Gcc-patches wrote: > > This test fails everywhere, because ? doesn't match literal ?. > It should use \\? instead. I've also changed those .s in there. > Tested on x86_64-linux (-m32/-m64) and powerpc64le-linux, ok for trunk? Ok.

[PATCH] testsuite: Fix up tree-ssa/divide-7.c testcase [PR95424]

2022-01-29 Thread Jakub Jelinek via Gcc-patches
Hi! This test fails everywhere, because ? doesn't match literal ?. It should use \\? instead. I've also changed those .s in there. Tested on x86_64-linux (-m32/-m64) and powerpc64le-linux, ok for trunk? 2022-01-29 Jakub Jelinek PR tree-optimization/95424 * gcc.dg/tree-ssa/div