This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bec4f12 PR tree-optimization/68455 * tree-vrp.c (extract_range_from [...] new f6a850e call update_ssa once new 0a3e957 fix PR68279: bail out when scev gets instantiated to not_known new 24d4744 fix PR68493: bail out when codegen_error is set
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/ChangeLog | 37 +++++++++ gcc/graphite-isl-ast-to-gimple.c | 11 +-- gcc/graphite-poly.c | 1 - gcc/graphite-poly.h | 6 +- gcc/graphite-sese-to-poly.c | 103 ++++++++++++++++++------- gcc/graphite-sese-to-poly.h | 26 ------- gcc/graphite.c | 27 +++---- gcc/sese.c | 6 +- gcc/testsuite/ChangeLog | 12 +++ gcc/testsuite/gcc.dg/graphite/pr68493.c | 34 ++++++++ gcc/testsuite/gfortran.dg/graphite/pr68279.f90 | 28 +++++++ 11 files changed, 203 insertions(+), 88 deletions(-) delete mode 100644 gcc/graphite-sese-to-poly.h create mode 100644 gcc/testsuite/gcc.dg/graphite/pr68493.c create mode 100644 gcc/testsuite/gfortran.dg/graphite/pr68279.f90