This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 407eaad25f4 Fortran/openmp: Add support for 2 argument num_teams clause new abdff441a07 diagnostic: fix unused variable 'def_tabstop' [PR103129] new 494bdadf28d Enable pure-const discovery in modref.
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/diagnostic-show-locus.c | 2 +- gcc/ipa-modref.c | 85 ++++++++-- gcc/ipa-pure-const.c | 233 +++++++++++++-------------- gcc/ipa-utils.h | 2 + gcc/passes.def | 2 +- gcc/testsuite/c-c++-common/tm/inline-asm.c | 2 +- gcc/testsuite/g++.dg/ipa/modref-1.C | 4 +- gcc/testsuite/gcc.dg/tree-ssa/modref-11.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/modref-14.c | 16 ++ gcc/testsuite/gcc.dg/tree-ssa/modref-8.c | 2 +- gcc/testsuite/gfortran.dg/do_subscript_3.f90 | 1 + 11 files changed, 205 insertions(+), 146 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-14.c