Pushed after a bootstrap/test on x86_64-linux-gnu.
Note pr125774-1.c had to be fixed up due to pass ordering differences.
the last commit does that.

Andrew Pinski (4):
  c++: Fix handling of && after a class definition [PR65271]
  range fold: Fix relation folding of |/& when reversed operands
    [PR125774]
  ipa: Fix lifetime issue with hash_map::put in
    prepare_debug_expressions [PR125699]
  testsuite: Fix up backported pr125774-1.c testcase

 gcc/cp/parser.cc                          |  1 +
 gcc/gimple-range-fold.cc                  |  2 +-
 gcc/ipa-param-manipulation.cc             |  4 +-
 gcc/testsuite/g++.dg/cpp0x/rv-decl1.C     |  7 ++++
 gcc/testsuite/gcc.dg/torture/pr125774-1.c | 48 +++++++++++++++++++++++
 5 files changed, 59 insertions(+), 3 deletions(-)
 create mode 100644 gcc/testsuite/g++.dg/cpp0x/rv-decl1.C
 create mode 100644 gcc/testsuite/gcc.dg/torture/pr125774-1.c

-- 
2.43.0

Reply via email to