This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 99e4891ed55 Using UNSPEC for vector compare to mask register. new 359815ad136 This patch fixes PR96102. See the explanatory comment in th [...] new abb276d0eca This patch fixes PR96312. Cures a used uninitialized warning. new 5fb34b41a79 Correct ChangeLog foul ups. new 527bf3bc8db Fix remove_predictions_associated_with_edge
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/fortran/ChangeLog | 15 --------------- gcc/fortran/resolve.c | 10 ++++++++++ gcc/fortran/trans-expr.c | 27 +++++++++++++++++++++------ gcc/predict.c | 15 ++++++++------- gcc/testsuite/ChangeLog | 11 ----------- gcc/testsuite/gfortran.dg/pr96102.f90 | 27 +++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/pr96312.f90 | 30 ++++++++++++++++++++++++++++++ 7 files changed, 96 insertions(+), 39 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pr96102.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr96312.f90