This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr58066/gcc-5-branch in repository gcc.
discards e9fd4bd Make __tls_get_addr patterns dependent on SP_REG discards 962a8e3 Move precomputation before stack pointer is adjusted adds 045456c Daily bump. adds 7b26e38 Update ChangeLog and version files for release adds 6a69bc7 2015-07-16 Richard Biener rguenther@suse.de adds 5e70c4a PR c++/66748 * tree.c (handle_abi_tag_attribute): Check for [...] adds 70ad0a9 Fix PR ipa/66896. adds 11f503d 2015-07-03 Steven G. Kargl kargl@gcc.gnu.org adds 303a4dc 2015-07-16 Steven G. Kargl kargl@gcc.gnu.org adds 4206ef8 2015-07-16 Steven G. Kargl kargl@gcc.gnu.org new 77e691b Move precomputation before stack pointer is adjusted new 2b52246 Make __tls_get_addr patterns dependent on SP_REG new 6c8605c Backport fix for PR 66891 from Uros
This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this:
* -- * -- B -- O -- O -- O (e9fd4bd) \ N -- N -- N refs/heads/hjl/pr58066/gcc-5-branch (6c8605c)
You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B.
Any revisions marked "omits" are not gone; other references still refer to them. Any revisions marked "discards" are gone forever.
The 3 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 ++ boehm-gc/ChangeLog | 4 ++ config/ChangeLog | 4 ++ contrib/ChangeLog | 4 ++ contrib/reghunt/ChangeLog | 4 ++ contrib/regression/ChangeLog | 4 ++ fixincludes/ChangeLog | 4 ++ gcc/BASE-VER | 2 +- gcc/ChangeLog | 14 ++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 4 ++ gcc/c-family/ChangeLog | 4 ++ gcc/c/ChangeLog | 4 ++ gcc/calls.c | 6 ++ gcc/cp/ChangeLog | 13 ++++ gcc/cp/tree.c | 6 +- gcc/fortran/ChangeLog | 21 ++++++ gcc/fortran/io.c | 122 +++++++++++++++++++++++++++++++--- gcc/fortran/match.c | 5 +- gcc/go/ChangeLog | 4 ++ gcc/ipa-prop.c | 12 ++-- gcc/java/ChangeLog | 4 ++ gcc/jit/ChangeLog | 4 ++ gcc/lto/ChangeLog | 4 ++ gcc/objc/ChangeLog | 4 ++ gcc/objcp/ChangeLog | 4 ++ gcc/po/ChangeLog | 4 ++ gcc/testsuite/ChangeLog | 30 +++++++++ gcc/testsuite/g++.dg/abi/abi-tag15.C | 3 + gcc/testsuite/gfortran.dg/iomsg_2.f90 | 44 ++++++++++++ gcc/testsuite/gfortran.dg/pr56520.f90 | 13 ++++ gcc/testsuite/gfortran.dg/pr66725.f90 | 31 +++++++++ gnattools/ChangeLog | 4 ++ gotools/ChangeLog | 4 ++ include/ChangeLog | 4 ++ intl/ChangeLog | 4 ++ libada/ChangeLog | 4 ++ libatomic/ChangeLog | 4 ++ libbacktrace/ChangeLog | 4 ++ libcc1/ChangeLog | 4 ++ libcilkrts/ChangeLog | 4 ++ libcpp/ChangeLog | 4 ++ libcpp/po/ChangeLog | 4 ++ libdecnumber/ChangeLog | 4 ++ libffi/ChangeLog | 4 ++ libgcc/ChangeLog | 4 ++ libgcc/config/libbid/ChangeLog | 4 ++ libgfortran/ChangeLog | 4 ++ libgomp/ChangeLog | 4 ++ libiberty/ChangeLog | 4 ++ libitm/ChangeLog | 4 ++ libjava/ChangeLog | 4 ++ libjava/classpath/ChangeLog | 4 ++ libjava/libltdl/ChangeLog | 4 ++ libmpx/ChangeLog | 4 ++ libobjc/ChangeLog | 4 ++ liboffloadmic/ChangeLog | 4 ++ libquadmath/ChangeLog | 4 ++ libsanitizer/ChangeLog | 4 ++ libssp/ChangeLog | 4 ++ libstdc++-v3/ChangeLog | 4 ++ libvtv/ChangeLog | 4 ++ lto-plugin/ChangeLog | 4 ++ maintainer-scripts/ChangeLog | 4 ++ zlib/ChangeLog | 4 ++ 65 files changed, 507 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/abi/abi-tag15.C create mode 100644 gcc/testsuite/gfortran.dg/iomsg_2.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr56520.f90 create mode 100644 gcc/testsuite/gfortran.dg/pr66725.f90