Re: [PATCH] New testcase

2023-03-20 Thread Richard Biener via Gcc-patches
On Mon, 20 Mar 2023, Jakub Jelinek wrote: > On Tue, Mar 14, 2023 at 07:29:19AM +, Richard Biener via Gcc-patches > wrote: > > This is a reduced testcase for an issue I ran into when trying to > > improve PTA compile-time further, there wasn't any C family runfail > > in the testsuite for this

Re: [PATCH] New testcase

2023-03-20 Thread Jakub Jelinek via Gcc-patches
On Tue, Mar 14, 2023 at 07:29:19AM +, Richard Biener via Gcc-patches wrote: > This is a reduced testcase for an issue I ran into when trying to > improve PTA compile-time further, there wasn't any C family runfail > in the testsuite for this. > > Pushed. > > * g++.dg/torture/20230313.C:

[PATCH] New testcase

2023-03-14 Thread Richard Biener via Gcc-patches
This is a reduced testcase for an issue I ran into when trying to improve PTA compile-time further, there wasn't any C family runfail in the testsuite for this. Pushed. * g++.dg/torture/20230313.C: New testcase. --- gcc/testsuite/g++.dg/torture/20230313.C | 109

[PATCH] New testcase for uninit

2022-08-26 Thread Richard Biener via Gcc-patches
The following adds a testcase that illustrates a defect in compute_control_dep_chain and its attempt to identify loop exits as special to continue walking post-dominators but failing to do so for following post-dominators. On trunk there is now simple_control_dep_chain saving the day, avoiding the

[PATCH] New testcase for PR92228

2019-10-29 Thread Richard Biener
Committed. Richard. 2019-10-29 Richard Biener PR tree-optimization/92241 * gcc.dg/torture/pr92241-2.c: New testcase. Index: gcc/testsuite/gcc.dg/torture/pr92241-2.c === --- gcc/testsuite/gcc.dg/torture/pr92241-

[PATCH] New testcase

2012-06-15 Thread Richard Guenther
This adds a testcase I reduced from a genmodes miscompile with one of my pending VRP patches. Committed. Richard. 2012-06-15 Richard Guenther * gcc.c-torture/execute/20120615-1.c: New testcase. Index: gcc/testsuite/gcc.c-torture/execute/20120615-1.c

[PATCH] New testcase for -flto -g

2011-12-13 Thread Richard Guenther
Committed. Richard. 2011-12-13 Richard Guenther * gcc.dg/lto/20111213-1_0.c: New testcase. Index: gcc/testsuite/gcc.dg/lto/20111213-1_0.c === --- gcc/testsuite/gcc.dg/lto/20111213-1_0.c (revision 0) +++ gcc/testsuit