This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f5335dcb78 Fix test/Driver/riscv32-toolchain.c for builds setting CLANG [...]
new 58416cde3f [Sema] Fix crash for type-dependent base classes
The 1 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:
lib/Sema/SemaDeclCXX.cpp | 7 +++++++
test/SemaCXX/base-class-ambiguity-check.cpp | 9 +++++++++
2 files changed, 16 insertions(+)
create mode 100644 test/SemaCXX/base-class-ambiguity-check.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 456e800a8 [hwasan] An LLVM flag to disable stack tag randomization.
new cc0796dba [Sanitizers, LSan, Darwin] Allow for lack of VM_MEMORY_OS_ALLOC_ONCE
The 1 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:
lib/lsan/lsan_common_mac.cc | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr51628/master
in repository gcc.
discards 7c10f80a785 -Wno-address-of-packed-member
discards 17024cf70a9 Add -Waddress-of-packed-member to C/C++ FE
new fe8ea6dd957 Add -Waddress-of-packed-member to C/C++ FE
new 39e7877cb6e -Wno-address-of-packed-member
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 (7c10f80a785)
\
N -- N -- N refs/heads/hjl/pr51628/master (39e7877cb6e)
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 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/cp/typeck.c | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 3957a4963f Update pot files
new 19e2900bd3 Update notes on how to make a release
The 1 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 | 5 +++++
binutils/ChangeLog | 1 +
binutils/README-how-to-make-a-release | 21 +++++++++------------
src-release.sh | 4 ++--
4 files changed, 17 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr51628/master
in repository gcc.
discards 5611f909b14 -Wno-address-of-packed-member
discards 2d73ae4b19a Add -Waddress-of-packed-member to C/C++ FE
new 17024cf70a9 Add -Waddress-of-packed-member to C/C++ FE
new 7c10f80a785 -Wno-address-of-packed-member
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 (5611f909b14)
\
N -- N -- N refs/heads/hjl/pr51628/master (7c10f80a785)
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 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/c-family/c.opt | 2 +-
gcc/c/c-typeck.c | 20 ++++++++++++--------
gcc/cp/call.c | 2 +-
gcc/cp/typeck.c | 15 +++++++++++----
4 files changed, 25 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_30-branch
in repository binutils-gdb.
from ad23c59a86 Update pot file in gprof/po directory
new 02e0d43c04 Reset version number to 2.30.0
The 1 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:
bfd/ChangeLog | 4 +++-
bfd/configure | 20 ++++++++++----------
bfd/version.m4 | 2 +-
binutils/ChangeLog | 3 ++-
binutils/configure | 20 ++++++++++----------
gas/ChangeLog | 3 ++-
gas/configure | 20 ++++++++++----------
gprof/ChangeLog | 3 ++-
gprof/configure | 20 ++++++++++----------
ld/ChangeLog | 3 ++-
ld/configure | 20 ++++++++++----------
opcodes/ChangeLog | 3 ++-
opcodes/configure | 20 ++++++++++----------
13 files changed, 74 insertions(+), 67 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 52f598195ff 2018-01-13 Thomas Koenig <tkoenig(a)gcc.gnu.org> <emsr@gcc. [...]
new 3f16f2e0427 2018-01-13 Paul Thomas <pault(a)gcc.gnu.org>
The 1 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/ChangeLog | 11 +++++++++++
gcc/fortran/trans-array.c | 3 ---
gcc/fortran/trans-expr.c | 7 +++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/bounds_check_19.f90 | 24 ++++++++++++++++++++++++
5 files changed, 45 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/bounds_check_19.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/pr51628/master
in repository gcc.
discards eab619ac02e -Wno-address-of-packed-member
discards 2fa7f29e7ed Add -Waddress-of-packed-member to C/C++ FE
new 2d73ae4b19a Add -Waddress-of-packed-member to C/C++ FE
new 5611f909b14 -Wno-address-of-packed-member
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 (eab619ac02e)
\
N -- N -- N refs/heads/hjl/pr51628/master (5611f909b14)
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 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/c-family/c-common.h | 1 +
gcc/c-family/c-warn.c | 36 ++++++++++++++++++++++
gcc/c-family/c.opt | 2 +-
gcc/c/c-typeck.c | 80 +++++++++++++++++++-----------------------------
gcc/cp/call.c | 30 ++++--------------
gcc/cp/typeck.c | 81 ++++++++++++++++++++-----------------------------
6 files changed, 109 insertions(+), 121 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_30-branch
in repository binutils-gdb.
from faf766e317 Add note about 2.30 branch creation to changelogs
new 9050b1d1ee Regenerate po files
new ad23c59a86 Update pot file in gprof/po directory
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:
bfd/ChangeLog | 4 +
bfd/po/bfd.pot | 2175 ++++++++++----------
binutils/ChangeLog | 4 +
binutils/po/binutils.pot | 3534 ++++++++++++++++++--------------
gas/ChangeLog | 4 +
gas/po/gas.pot | 5023 ++++++++++++++++++++++++----------------------
gold/ChangeLog | 4 +
gold/po/gold.pot | 2551 ++++++++++++++---------
gprof/ChangeLog | 4 +
gprof/po/gprof.pot | 2 +-
ld/ChangeLog | 4 +
ld/po/ld.pot | 551 ++---
opcodes/ChangeLog | 4 +
opcodes/po/opcodes.pot | 774 +++----
14 files changed, 8071 insertions(+), 6567 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from faf766e317 Add note about 2.30 branch creation to changelogs
new 769c7ea507 Bump version number to 2.30.51
The 1 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:
bfd/ChangeLog | 5 +++++
bfd/configure | 20 ++++++++++----------
bfd/version.m4 | 2 +-
binutils/ChangeLog | 4 ++++
binutils/README-how-to-make-a-release | 1 +
binutils/configure | 20 ++++++++++----------
gas/ChangeLog | 4 ++++
gas/configure | 20 ++++++++++----------
gprof/ChangeLog | 4 ++++
gprof/configure | 20 ++++++++++----------
ld/ChangeLog | 4 ++++
ld/configure | 20 ++++++++++----------
opcodes/ChangeLog | 4 ++++
opcodes/configure | 20 ++++++++++----------
14 files changed, 87 insertions(+), 61 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.