This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/3] [linaro/gcc-4_9-branch] backport fixes to jump-threading


Hi,

As I was backporting the jump-thread patches to the AOSP gcc 4.9, I found that
the linaro branch does not have the following three fixes.  Ok to commit to the
linaro/gcc-4_9-branch?

Thanks,
Sebastian

Sebastian Pop (3):
  backport patch to fix PR65048
  backport patch to fix PR65177
  backport fix for PR65735

 .../gcc/testsuite/gcc.c-torture/compile/pr65735.c  |  21 ++++
 .../testsuite/gcc.dg/tree-ssa/ssa-dom-thread-10.c  |  24 ++++
 .../testsuite/gcc.dg/tree-ssa/ssa-dom-thread-9.c   |  50 ++++++++
 gcc-4.9/gcc/tree-ssa-threadedge.c                  |  12 +-
 gcc-4.9/gcc/tree-ssa-threadupdate.c                | 133 ++++++++++++++++-----
 5 files changed, 202 insertions(+), 38 deletions(-)
 create mode 100644 gcc-4.9/gcc/testsuite/gcc.c-torture/compile/pr65735.c
 create mode 100644 gcc-4.9/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-10.c
 create mode 100644 gcc-4.9/gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-9.c

-- 
2.1.0.243.g30d45f7


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]