This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 739c4b366a Emit TypeNodes.def with tblgen.
new 887365831e Fix unused variable warning. NFCI.
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/CodeGen/CGOpenMPRuntime.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-defconfig
in repository toolchain/ci/base-artifacts.
discards 9229ddc6 0: update: linux-8b0eed9f6e36a5488967b0acc51444d658dd711b: boot
new bdc5bc31 0: update: binutils-gcc-linux: boot
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 (9229ddc6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ne [...]
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 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:
01-reset_artifacts/console.log | 166 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-binutils/console.log | 11152 ++++++------
04-build_abe-stage1/console.log | 19868 +++++++++++-----------
05-build_linux/console.log | 759 +-
06-boot_linux/console.log | 416 +-
08-update_baseline/console.log | 8 +-
console.log | 32824 ++++++++++++++++++------------------
jenkins/manifest.sh | 18 +-
results | 2 +-
10 files changed, 33636 insertions(+), 32015 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 b2902434a2c Support prefixes in diagnostic_show_locus
new efb07a8a1ef Handle :: tokens in C for C2x.
new 10edd60fb0c Daily bump.
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/DATESTAMP | 2 +-
gcc/c/ChangeLog | 5 ++++
gcc/c/c-parser.c | 25 +++++++++++++----
gcc/testsuite/ChangeLog | 9 ++++++
gcc/testsuite/gcc.dg/asm-scope-1.c | 27 ++++++++++++++++++
gcc/testsuite/gcc.dg/cpp/c11-scope-1.c | 8 ++++++
gcc/testsuite/gcc.dg/cpp/c17-scope-1.c | 8 ++++++
gcc/testsuite/gcc.dg/cpp/c2x-scope-1.c | 8 ++++++
gcc/testsuite/gcc.dg/cpp/c2x-scope-2.c | 11 ++++++++
gcc/testsuite/gcc.dg/cpp/c90-scope-1.c | 7 +++++
gcc/testsuite/gcc.dg/cpp/c94-scope-1.c | 8 ++++++
gcc/testsuite/gcc.dg/cpp/c99-scope-1.c | 8 ++++++
gcc/testsuite/gcc.dg/cpp/gnu11-scope-1.c | 8 ++++++
gcc/testsuite/gcc.dg/cpp/gnu17-scope-1.c | 8 ++++++
gcc/testsuite/gcc.dg/cpp/gnu89-scope-1.c | 8 ++++++
gcc/testsuite/gcc.dg/cpp/gnu99-scope-1.c | 8 ++++++
libcpp/ChangeLog | 8 ++++++
libcpp/include/cpplib.h | 3 ++
libcpp/init.c | 48 +++++++++++++++++---------------
libcpp/lex.c | 2 +-
20 files changed, 188 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/asm-scope-1.c
create mode 100644 gcc/testsuite/gcc.dg/cpp/c11-scope-1.c
create mode 100644 gcc/testsuite/gcc.dg/cpp/c17-scope-1.c
create mode 100644 gcc/testsuite/gcc.dg/cpp/c2x-scope-1.c
create mode 100644 gcc/testsuite/gcc.dg/cpp/c2x-scope-2.c
create mode 100644 gcc/testsuite/gcc.dg/cpp/c90-scope-1.c
create mode 100644 gcc/testsuite/gcc.dg/cpp/c94-scope-1.c
create mode 100644 gcc/testsuite/gcc.dg/cpp/c99-scope-1.c
create mode 100644 gcc/testsuite/gcc.dg/cpp/gnu11-scope-1.c
create mode 100644 gcc/testsuite/gcc.dg/cpp/gnu17-scope-1.c
create mode 100644 gcc/testsuite/gcc.dg/cpp/gnu89-scope-1.c
create mode 100644 gcc/testsuite/gcc.dg/cpp/gnu99-scope-1.c
--
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 gcc-8-branch
in repository gcc.
from 45b4db04678 gcc/ 2019-10-01 Oleg Endo <olegendo(a)gcc.gnu.org>
new 17bfada3ade Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-9-branch
in repository gcc.
from 80233708fda 2019-10-01 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 24aa2ff77cd Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-7-branch
in repository gcc.
from b8efc129906 gcc/ 2019-10-01 Oleg Endo <olegendo(a)gcc.gnu.org>
new 6ed1f62f550 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.