This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1d65bac PR c/64637 * c-typeck.c (c_process_expr_stmt): Use location [...] new 6fb1055 add more dumps on data dependence graph new b49f1fb C FE: use correct location range for static assertions new c02e93c * ipa-cp.c (ipa_get_indirect_edge_target_1): Use can_refer; [...] new 7458b15 update required isl version new a6edabb Use refs instead of values.
The 5 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: ChangeLog | 7 +++ config/isl.m4 | 29 +++++----- configure | 23 ++++---- gcc/ChangeLog | 30 +++++++++++ gcc/c/ChangeLog | 6 +++ gcc/c/c-parser.c | 3 +- gcc/config.in | 12 ----- gcc/configure | 61 +--------------------- gcc/configure.ac | 23 -------- gcc/graphite-dependences.c | 31 +++++++++-- gcc/graphite-isl-ast-to-gimple.c | 10 +--- gcc/graphite-optimize-isl.c | 34 ++---------- gcc/graphite-poly.c | 23 ++++---- gcc/graphite-scop-detection.c | 21 ++++++-- gcc/graphite-sese-to-poly.c | 12 +---- gcc/graphite.h | 1 + gcc/ipa-cp.c | 23 +++++--- gcc/ipa-prop.c | 12 +++-- gcc/testsuite/ChangeLog | 4 ++ .../gcc.dg/diagnostic-range-static-assert.c | 24 +++++++++ gcc/toplev.c | 12 ++++- 21 files changed, 208 insertions(+), 193 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/diagnostic-range-static-assert.c