This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7d96ee9eb52 gcc/fortran/ChangeLog: new 94e046ceffe 2018-02-19 Thomas Koenig tkoenig@gcc.gnu.org new 1afa7b4d7c4 Do not use bit and for conjunction of predicates (PR c/81272). new f32a8e349eb Fix ubsan in gimple-fold.c (PR tree-optimization/82491). new 00e6872a49f Put pass_sancov_O0 before pass_lower_switch with -O0 (PR sa [...]
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/ChangeLog | 12 ++++++++++++ gcc/fortran/ChangeLog | 6 ++++++ gcc/fortran/frontend-passes.c | 7 ------- gcc/gimple-fold.c | 10 +++------- gcc/passes.def | 2 +- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gfortran.dg/implied_do_io_4.f90 | 22 ++++++++++++++++++++++ libdecnumber/ChangeLog | 6 ++++++ libdecnumber/decNumber.c | 4 ++-- 9 files changed, 57 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/implied_do_io_4.f90