This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-release-arm-check_bootstrap
in repository toolchain/ci/base-artifacts.
discards 095b40342 2: update: binutils-gcc: 1
new 68b270d20 2: update: binutils-gcc: 1
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 (095b40342)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-chec [...]
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 | 229 +-
02-prepare_abe/console.log | 431 +-
03-build_abe-binutils/console.log | 18921 +-
04-build_abe-bootstrap/console.log | 83690 ++++----
05-build_abe-dejagnu/console.log | 326 +-
06-build_abe-check_bootstrap/console.log | 68809 +++---
07-check_regression/console.log | 500 +-
07-check_regression/results.compare1 | 34 +-
07-check_regression/results.compare2 | 16 +-
08-update_baseline/console.log | 142207 ++++++-------
08-update_baseline/fails.sum | 8 +-
08-update_baseline/results.compare1 | 28 +-
08-update_baseline/results.compare2 | 24 +-
08-update_baseline/results.regressions | 16 +-
console.log | 314929 ++++++++++++++--------------
jenkins/manifest.sh | 10 +-
sumfiles/g++.log.xz | Bin 2878684 -> 3059336 bytes
sumfiles/g++.sum | 129 +-
sumfiles/gcc.log.xz | Bin 2371780 -> 2362156 bytes
sumfiles/gcc.sum | 3857 +-
sumfiles/gfortran.log.xz | Bin 919648 -> 914964 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2364 -> 2356 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 147980 -> 147964 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2716 -> 2716 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 458472 -> 458948 bytes
sumfiles/libstdc++.sum | 10 +-
30 files changed, 317870 insertions(+), 316370 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 releases/gcc-9
in repository gcc.
from ff03d054121 Daily bump.
new 58cae53cb1c d: Compile-time reflection for supported built-ins (PR101127)
new d835fea487a d: __FUNCTION__ doesn't work in core.stdc.stdio functions w [...]
new 5a67fcd15dc d: fix ICE at convert_expr(tree_node*, Type*, Type*) (PR101490)
new 0513528fe9e d: Wrong evaluation order of binary expressions (PR101640)
The 4 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/d/d-builtins.cc | 15 +++++++++++++++
gcc/d/d-codegen.cc | 16 ++--------------
gcc/d/d-convert.cc | 15 ++++++++++-----
gcc/d/d-lang.cc | 2 ++
gcc/d/d-tree.h | 1 +
gcc/d/dmd/dcast.c | 15 +++++++++------
gcc/d/dmd/expression.c | 4 ++--
gcc/d/expr.cc | 2 +-
gcc/testsuite/gdc.dg/pr101127a.d | 8 ++++++++
gcc/testsuite/gdc.dg/pr101127b.d | 7 +++++++
gcc/testsuite/gdc.dg/pr101490.d | 21 +++++++++++++++++++++
gcc/testsuite/gdc.dg/pr101640.d | 11 +++++++++++
gcc/testsuite/gdc.test/compilable/b19002.d | 12 ++++++++++++
gcc/testsuite/gdc.test/fail_compilation/fail22144.d | 14 ++++++++++++++
14 files changed, 115 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/pr101127a.d
create mode 100644 gcc/testsuite/gdc.dg/pr101127b.d
create mode 100644 gcc/testsuite/gdc.dg/pr101490.d
create mode 100644 gcc/testsuite/gdc.dg/pr101640.d
create mode 100644 gcc/testsuite/gdc.test/compilable/b19002.d
create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail22144.d
--
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 releases/gcc-10
in repository gcc.
from 9ed794cd686 Daily bump.
new 54e79812345 d: Change in DotTemplateExp type semantics leading to regre [...]
new 4ae456dc2fc d: Compile-time reflection for supported built-ins (PR101127)
new 7e225a05dfa d: __FUNCTION__ doesn't work in core.stdc.stdio functions w [...]
new 77e743d9c90 d: fix ICE at convert_expr(tree_node*, Type*, Type*) (PR101490)
new 9a16492f524 d: Wrong evaluation order of binary expressions (PR101640)
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/d/d-builtins.cc | 15 ++++++++++++++
gcc/d/d-codegen.cc | 16 ++-------------
gcc/d/d-convert.cc | 15 +++++++++-----
gcc/d/d-lang.cc | 2 ++
gcc/d/d-tree.h | 1 +
gcc/d/dmd/dcast.c | 15 ++++++++------
gcc/d/dmd/expression.c | 16 +++++++++++++--
gcc/d/dmd/expression.h | 2 ++
gcc/d/expr.cc | 2 +-
gcc/testsuite/gdc.dg/pr101127a.d | 8 ++++++++
gcc/testsuite/gdc.dg/pr101127b.d | 7 +++++++
gcc/testsuite/gdc.dg/pr101490.d | 21 +++++++++++++++++++
gcc/testsuite/gdc.dg/pr101640.d | 11 ++++++++++
gcc/testsuite/gdc.test/compilable/b19002.d | 12 +++++++++++
gcc/testsuite/gdc.test/compilable/test22133.d | 16 +++++++++++++++
.../gdc.test/fail_compilation/fail22133.d | 24 ++++++++++++++++++++++
.../gdc.test/fail_compilation/fail22144.d | 14 +++++++++++++
.../gdc.test/fail_compilation/fail7424b.d | 2 +-
.../gdc.test/fail_compilation/fail7424c.d | 2 +-
.../gdc.test/fail_compilation/fail7424d.d | 2 +-
.../gdc.test/fail_compilation/fail7424e.d | 2 +-
.../gdc.test/fail_compilation/fail7424f.d | 2 +-
.../gdc.test/fail_compilation/fail7424g.d | 2 +-
.../gdc.test/fail_compilation/fail7424h.d | 2 +-
.../gdc.test/fail_compilation/fail7424i.d | 2 +-
25 files changed, 177 insertions(+), 36 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/pr101127a.d
create mode 100644 gcc/testsuite/gdc.dg/pr101127b.d
create mode 100644 gcc/testsuite/gdc.dg/pr101490.d
create mode 100644 gcc/testsuite/gdc.dg/pr101640.d
create mode 100644 gcc/testsuite/gdc.test/compilable/b19002.d
create mode 100644 gcc/testsuite/gdc.test/compilable/test22133.d
create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail22133.d
create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail22144.d
--
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 newlib.
from 054258312 Remove unneccesary parenthesis around declarator
new c08ee10d6 Cygwin: getifaddrs: fix address family for IPv6 netmasks
new b88d686a6 Cygwin: getifaddrs: don't return a zero IPv4 address
new f9f1b3918 Cygwin: document getifaddrs fixes
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:
winsup/cygwin/net.cc | 30 ++++++++++++++++++++++++------
winsup/cygwin/release/3.2.1 | 3 +++
2 files changed, 27 insertions(+), 6 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_cross/gnu-master-arm-build_cross
in repository toolchain/ci/glibc.
from fb1621a886 manual: Drop the .so suffix in libc_malloc_debug description
new 4aedc25f55 __cxa_thread_atexit_impl: Abort on allocation failure [BZ #18524]
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:
stdlib/cxa_thread_atexit_impl.c | 4 ++++
1 file changed, 4 insertions(+)
--
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_cross/gnu-master-arm-build_cross
in repository toolchain/ci/binutils-gdb.
from f766f79a1f [gdb/testsuite] Add xfail for PR gcc/101643
adds b30049f188 Automatic date update in version.in
adds b25f942e18 PowerPC: ignore sticky options for .machine
adds 254db2f336 Externalize the _bfd_set_gp_value function
adds ad14ab00eb [gdb/symtab] Fix unhandled dwarf expression opcode with gcc- [...]
adds 77791f9c21 gdb: fix missing space in some info variables output
new 96a7037cd8 texi2pod.pl: add no-op --no-split option support [PR28144]
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/bfd-in2.h | 2 ++
bfd/bfd.c | 18 ++++++++++++++++++
bfd/version.h | 2 +-
etc/texi2pod.pl | 2 ++
gas/config/tc-ppc.c | 20 ++++++++++++++++----
gdb/c-typeprint.c | 4 ++--
gdb/dwarf2/read.c | 17 ++++++++++++++++-
gdb/testsuite/gdb.base/info-var-f1.c | 8 ++++++++
gdb/testsuite/gdb.base/info-var.exp | 16 ++++++++++++++--
9 files changed, 79 insertions(+), 10 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_cross/gnu-master-arm-build_cross
in repository toolchain/ci/base-artifacts.
discards 9257aea14 0: update: binutils-gcc-glibc-qemu: 6
new 70796c7c2 0: update: binutils-gcc-glibc-qemu: 6
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 (9257aea14)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-master-arm-bui [...]
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 | 64 +-
02-prepare_abe/console.log | 472 +-
04-build_abe-binutils/console.log | 11496 ++--
05-build_abe-stage1/console.log | 18309 +++---
06-build_abe-linux/console.log | 2000 +-
07-build_abe-glibc/console.log | 39164 ++++++------
08-build_abe-stage2/console.log | 40854 ++++++------
09-build_abe-qemu/console.log | 6962 +-
10-check_regression/console.log | 2 +-
11-update_baseline/console.log | 2 +-
console.log | 119451 +++++++++++++++++------------------
jenkins/manifest.sh | 20 +-
12 files changed, 119347 insertions(+), 119449 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 releases/gcc-11
in repository gcc.
from 117a880acb6 gimple-fold: Fix up __builtin_clear_padding on classes with [...]
new aa706e16180 d: Change in DotTemplateExp type semantics leading to regre [...]
new 89f0f83cdd1 d: Compile-time reflection for supported built-ins (PR101127)
new 9075f62ddc3 d: __FUNCTION__ doesn't work in core.stdc.stdio functions w [...]
new 45be6e80884 d: fix ICE at convert_expr(tree_node*, Type*, Type*) (PR101490)
new d3c268943c3 d: Wrong evaluation order of binary expressions (PR101640)
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/d/d-builtins.cc | 15 ++++++++++++++
gcc/d/d-codegen.cc | 16 ++-------------
gcc/d/d-convert.cc | 15 +++++++++-----
gcc/d/d-lang.cc | 2 ++
gcc/d/d-tree.h | 1 +
gcc/d/dmd/dcast.c | 15 ++++++++------
gcc/d/dmd/expression.c | 16 +++++++++++++--
gcc/d/dmd/expression.h | 2 ++
gcc/d/expr.cc | 2 +-
gcc/testsuite/gdc.dg/pr101127a.d | 8 ++++++++
gcc/testsuite/gdc.dg/pr101127b.d | 7 +++++++
gcc/testsuite/gdc.dg/pr101490.d | 21 +++++++++++++++++++
gcc/testsuite/gdc.dg/pr101640.d | 11 ++++++++++
gcc/testsuite/gdc.dg/pr96429.d | 2 +-
gcc/testsuite/gdc.test/compilable/b19002.d | 12 +++++++++++
gcc/testsuite/gdc.test/compilable/test22133.d | 16 +++++++++++++++
.../gdc.test/fail_compilation/fail22133.d | 24 ++++++++++++++++++++++
.../gdc.test/fail_compilation/fail22144.d | 14 +++++++++++++
.../gdc.test/fail_compilation/fail7424b.d | 2 +-
.../gdc.test/fail_compilation/fail7424c.d | 2 +-
.../gdc.test/fail_compilation/fail7424d.d | 2 +-
.../gdc.test/fail_compilation/fail7424e.d | 2 +-
.../gdc.test/fail_compilation/fail7424f.d | 2 +-
.../gdc.test/fail_compilation/fail7424g.d | 2 +-
.../gdc.test/fail_compilation/fail7424h.d | 2 +-
.../gdc.test/fail_compilation/fail7424i.d | 2 +-
26 files changed, 178 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/gdc.dg/pr101127a.d
create mode 100644 gcc/testsuite/gdc.dg/pr101127b.d
create mode 100644 gcc/testsuite/gdc.dg/pr101490.d
create mode 100644 gcc/testsuite/gdc.dg/pr101640.d
create mode 100644 gcc/testsuite/gdc.test/compilable/b19002.d
create mode 100644 gcc/testsuite/gdc.test/compilable/test22133.d
create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail22133.d
create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail22144.d
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.