This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2c832ffedf0 tree-optimization: Fix use of uninitialized variables warni [...] new e5abd1cb916 PR fortran/95053 - division by zero constants new 5329b59a2e1 bootstrap: Update requirement to C++11.
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: ChangeLog | 4 + config/ChangeLog | 5 + config/ax_cxx_compile_stdcxx.m4 | 962 ++++++++++++++++++++++++ configure | 6 +- configure.ac | 6 +- gcc/ChangeLog | 10 + gcc/aclocal.m4 | 1 + gcc/configure | 998 ++++++++++++++++++++++++- gcc/configure.ac | 3 + gcc/doc/install.texi | 16 +- gcc/fortran/ChangeLog | 11 + gcc/fortran/arith.c | 32 - gcc/fortran/decl.c | 17 +- gcc/testsuite/ChangeLog | 8 + gcc/testsuite/gfortran.dg/dec_structure_23.f90 | 4 +- gcc/testsuite/gfortran.dg/pr93499.f90 | 4 +- gcc/testsuite/gfortran.dg/pr95053_2.f90 | 10 + gcc/testsuite/gfortran.dg/pr95053_3.f90 | 14 + 18 files changed, 2059 insertions(+), 52 deletions(-) create mode 100644 config/ax_cxx_compile_stdcxx.m4 create mode 100644 gcc/testsuite/gfortran.dg/pr95053_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr95053_3.f90