This includes the one which needed some changes to the function (gimple_extract)
being split out from gimple-match-head.cc in GCC 14.

Andrew Pinski (3):
  discriminators: Fix assigning discriminators on edge [PR113546]
  match: Reject non-ssa name/min invariants in gimple_extract [PR116412]
  testcase: Add testcase for already fixed PR [PR118476]

 gcc/gimple-match-head.cc                        |  6 ++++++
 gcc/testsuite/c-c++-common/torture/pr113546-1.c |  8 ++++++++
 gcc/testsuite/gcc.dg/torture/pr116412-1.c       |  6 ++++++
 gcc/testsuite/gcc.dg/torture/pr118476-1.c       | 14 ++++++++++++++
 gcc/tree-cfg.cc                                 | 13 ++++++-------
 5 files changed, 40 insertions(+), 7 deletions(-)
 create mode 100644 gcc/testsuite/c-c++-common/torture/pr113546-1.c
 create mode 100644 gcc/testsuite/gcc.dg/torture/pr116412-1.c
 create mode 100644 gcc/testsuite/gcc.dg/torture/pr118476-1.c

-- 
2.43.0

Reply via email to