This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 1762b7f89eb options: Regenerate c.opt.urls new fbeb1a965d8 Implement IANY, IALL and IPARITY for unsigned. new 291e20e8609 Add random numbers and fix some bugs.
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/fortran/check.cc | 24 +- gcc/fortran/gfortran.texi | 2 + gcc/fortran/iresolve.cc | 12 +- gcc/fortran/simplify.cc | 51 +++- gcc/fortran/trans-expr.cc | 4 +- gcc/fortran/trans-types.cc | 7 +- gcc/testsuite/gfortran.dg/unsigned_29.f90 | 40 +++ gcc/testsuite/gfortran.dg/unsigned_30.f90 | 63 +++++ libgfortran/gfortran.map | 10 + libgfortran/intrinsics/random.c | 440 ++++++++++++++++++++++++++++++ 10 files changed, 633 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/unsigned_29.f90 create mode 100644 gcc/testsuite/gfortran.dg/unsigned_30.f90