This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 72dff34bcdd RISC-V: Fix the behavior for multilib-generator with --cmod [...] new 4c8c373495d Avoid using POINTER_DIFF_EXPR for overlap checks [PR119399] new f1e82c859fc testsuite, cobol: Add libquadmath paths. new 95f10974a91 libgcobol: Allow libgcobol to use libquadmath [PR119244].
The 3 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/testsuite/gcc.dg/vect/pr119399.c | 10 + gcc/testsuite/lib/cobol.exp | 9 + gcc/tree-data-ref.cc | 7 +- libgcobol/Makefile.am | 9 +- libgcobol/Makefile.in | 14 +- libgcobol/acinclude.m4 | 162 +++++++++++ libgcobol/config.h.in | 30 ++ libgcobol/configure | 527 ++++++++++++++++++++++++++++++++--- libgcobol/configure.ac | 41 ++- libgcobol/gfileio.cc | 1 + libgcobol/gmath.cc | 108 ++++--- libgcobol/intrinsic.cc | 186 +++++++------ libgcobol/libgcobol-fp.h | 50 ++++ libgcobol/libgcobol.cc | 186 +++++++------ libgcobol/libgcobol.h | 10 +- libgcobol/libgcobol.spec.in | 2 +- 16 files changed, 1071 insertions(+), 281 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/vect/pr119399.c create mode 100644 libgcobol/libgcobol-fp.h