This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 36a9e2b2259 libstdc++: Fix up std::{,b}float16_t std::{ilogb,l{,l}r{oun [...] new 10c75e2a2a1 Add UMASKR and UMASKL intrinsics.
The 1 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/check.cc | 9 +++- gcc/fortran/gfortran.h | 2 + gcc/fortran/gfortran.texi | 9 +--- gcc/fortran/intrinsic.cc | 16 +++++++ gcc/fortran/intrinsic.h | 3 ++ gcc/fortran/intrinsic.texi | 75 +++++++++++++++++++++++++++++ gcc/fortran/iresolve.cc | 14 ++++++ gcc/fortran/simplify.cc | 78 +++++++++++++++++++++++++++++++ gcc/testsuite/gfortran.dg/unsigned_39.f90 | 29 ++++++++++++ 9 files changed, 226 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/unsigned_39.f90