This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1ef426c DWARF: materialize subprogram renamings in Ada as imported de [...] new 39b8c5f move all declarations to a same .h file new 700e7d3 fix PR67984: check for constants in rename map
The 2 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 | 23 ++++++++ gcc/graphite-dependences.c | 2 +- gcc/graphite-isl-ast-to-gimple.c | 101 +++++++++++++++++++------------- gcc/graphite-isl-ast-to-gimple.h | 26 -------- gcc/graphite-optimize-isl.c | 2 +- gcc/graphite-poly.c | 2 +- gcc/graphite-scop-detection.c | 3 +- gcc/graphite-scop-detection.h | 29 --------- gcc/graphite-sese-to-poly.c | 2 +- gcc/graphite.c | 4 +- gcc/{graphite-poly.h => graphite.h} | 7 ++- gcc/testsuite/ChangeLog | 6 ++ gcc/testsuite/gcc.dg/graphite/pr67984.c | 17 ++++++ 13 files changed, 119 insertions(+), 105 deletions(-) delete mode 100644 gcc/graphite-isl-ast-to-gimple.h delete mode 100644 gcc/graphite-scop-detection.h rename gcc/{graphite-poly.h => graphite.h} (98%) create mode 100644 gcc/testsuite/gcc.dg/graphite/pr67984.c