This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 42ff474e28f libbacktrace: improve XCOFF support new 8c7dfbb8f3d ada: Add support for per-location warning groups. new d5e69948beb fortran: Add support for per-location warning groups. new 3f448890764 libcc1: Add support for per-location warning groups. new ed94172c7e1 objc: Add support for per-location warning groups. new 40c64c9ea56 Regression tests for TREE_NO_WARNING enhancement to warning [...]
The 5 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/ada/gcc-interface/trans.c | 4 +- gcc/ada/gcc-interface/utils.c | 3 +- gcc/fortran/trans-array.c | 2 +- gcc/fortran/trans-decl.c | 28 +++++----- gcc/fortran/trans-openmp.c | 4 +- gcc/fortran/trans-types.c | 84 +++++++++++++++--------------- gcc/fortran/trans.c | 2 +- gcc/objc/objc-act.c | 15 +++--- gcc/objc/objc-gnu-runtime-abi-01.c | 2 +- gcc/objc/objc-next-runtime-abi-01.c | 2 +- gcc/objc/objc-next-runtime-abi-02.c | 2 +- gcc/testsuite/g++.dg/uninit-pr74762.C | 24 +++++++++ gcc/testsuite/g++.dg/warn/uninit-pr74765.C | 24 +++++++++ libcc1/libcp1plugin.cc | 2 +- 14 files changed, 124 insertions(+), 74 deletions(-) create mode 100644 gcc/testsuite/g++.dg/uninit-pr74762.C create mode 100644 gcc/testsuite/g++.dg/warn/uninit-pr74765.C