This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 50335ddd301 gccrs: Add testcase to show forward declared items work via [...] new 7f583a33576 modula2/108462 - duplicate install of static modula2 target libs new 99fda5de368 Properly set GORI relation trios. new 809d661aff9 Utilize op1 == op2 when invoking range-ops folding. new 1626ec53e8c Add op2_range to pointer_plus.
The 4 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/gimple-range-gori.cc | 83 +++++++++++++++++------------------------ gcc/range-op.cc | 81 +++++++++++++++++++++++++++++++++++++++- gcc/range-op.h | 6 +++ gcc/testsuite/gcc.dg/pr108359.c | 52 ++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr108385.c | 39 +++++++++++++++++++ gcc/value-relation.cc | 34 +++++++++++++++++ gcc/value-relation.h | 1 + libgm2/libm2cor/Makefile.am | 5 --- libgm2/libm2cor/Makefile.in | 5 --- libgm2/libm2iso/Makefile.am | 5 --- libgm2/libm2iso/Makefile.in | 5 --- libgm2/libm2log/Makefile.am | 5 --- libgm2/libm2log/Makefile.in | 5 --- libgm2/libm2min/Makefile.am | 5 --- libgm2/libm2min/Makefile.in | 5 --- libgm2/libm2pim/Makefile.am | 4 -- libgm2/libm2pim/Makefile.in | 4 -- 17 files changed, 245 insertions(+), 99 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr108359.c create mode 100644 gcc/testsuite/gcc.dg/pr108385.c