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
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:
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
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
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-
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
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