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 ab08889bd45 Daily bump.
new 913ea6cd005 PR c++/92106 - ICE with structured bindings and -Wreturn-l [...]
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/cp/ChangeLog | 9 +++++++
gcc/cp/typeck.c | 6 +++--
gcc/testsuite/g++.dg/cpp1z/decomp50.C | 51 +++++++++++++++++++++++++++++++++++
3 files changed, 64 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp50.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/linux.
from 7d194c2100ad Linux 5.4-rc4
adds 20504fa1d2ff pinctrl: armada-37xx: fix control of pins 32 and up
adds f876dbff857b pinctrl: bcm-iproc: Use SPDX header
adds 39b65fbb8130 pinctrl: ns2: Fix off by one bugs in ns2_pinmux_enable()
adds 48659227e0a1 pinctrl: iproc: allow for error from platform_get_irq()
adds 2fd215b8fdbe pinctrl: stmfx: fix null pointer on remove
adds b835d6953009 pinctrl: armada-37xx: swap polarity on LED group
adds 57ff2df1b952 pinctrl: intel: Allocate IRQ chip dynamic
adds 260996c30f4f pinctrl: cherryview: restore Strago DMI workaround for all [...]
adds d2fe76dddaac Merge tag 'intel-pinctrl-fixes-v5.4' of git://git.kernel.o [...]
adds 8f1c9dffe30b pinctrl: berlin: as370: fix a typo s/spififib/spdifib
adds 9091a0698be2 dt-bindings: pinctrl: aspeed-g6: Rework SD3 function and groups
adds 377dfcdcc046 pinctrl: aspeed-g6: Sort pins for sanity
adds b178f91f449c pinctrl: aspeed-g6: Fix I2C14 SDA description
adds 9979346f5560 pinctrl: aspeed-g6: Fix I3C3/I3C4 pinmux configuration
adds c136d4c71f75 pinctrl: aspeed-g6: Make SIG_DESC_CLEAR() behave intuitively
adds 155058343253 pinctrl: aspeed-g6: Fix UART13 group pinmux
adds d6e7a1a5119c pinctrl: aspeed-g6: Rename SD3 to EMMC and rework pin groups
adds 3b7c59a1950c Merge tag 'pinctrl-v5.4-2' of git://git.kernel.org/pub/scm [...]
No new revisions were added by this update.
Summary of changes:
.../bindings/pinctrl/aspeed,ast2600-pinctrl.yaml | 86 +++++++-------
drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c | 124 +++++++++------------
drivers/pinctrl/aspeed/pinmux-aspeed.h | 3 +-
drivers/pinctrl/bcm/pinctrl-iproc-gpio.c | 12 +-
drivers/pinctrl/bcm/pinctrl-ns2-mux.c | 4 +-
drivers/pinctrl/berlin/pinctrl-as370.c | 2 +-
drivers/pinctrl/intel/pinctrl-cherryview.c | 4 -
drivers/pinctrl/intel/pinctrl-intel.c | 27 ++---
drivers/pinctrl/mvebu/pinctrl-armada-37xx.c | 26 ++---
drivers/pinctrl/pinctrl-stmfx.c | 2 +-
10 files changed, 131 insertions(+), 159 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/llvm-release-aarch64-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 7dc8f6c 0: update: llvm-linux: boot
new 052baf5 0: update: llvm-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 (7dc8f6c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 68 +-
02-build_llvm/console.log | 12022 +++++++++++++++++------------------
03-build_linux/console.log | 666 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 8 +-
console.log | 12772 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 12776 insertions(+), 12776 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-release-aarch64-stable-allnoconfig
in repository toolchain/ci/gcc.
from 7bdd6b659ac Backported from mainline 2019-10-17 Jakub Jelinek <jaku [...]
adds ac2d1079acc Daily bump.
adds 8a3ffb51c5a PR c++/92106 - ICE with structured bindings and -Wreturn-l [...]
adds aa98d62d9c7 PR c++/92062 - ODR-use ignored for static member of class [...]
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 12 +++++++
gcc/cp/pt.c | 2 ++
gcc/cp/typeck.c | 6 ++--
gcc/testsuite/g++.dg/cpp0x/constexpr-odr1.C | 19 +++++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-odr2.C | 19 +++++++++++
gcc/testsuite/g++.dg/cpp1z/decomp50.C | 51 +++++++++++++++++++++++++++++
7 files changed, 108 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-odr1.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-odr2.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp50.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 7533bd6 0: update: binutils-gcc-linux: boot
new 4dd872c 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 (7533bd6)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 130 +-
02-prepare_abe/console.log | 318 +-
03-build_abe-binutils/console.log | 10714 +++++++--------
04-build_abe-stage1/console.log | 14004 ++++++++++---------
05-build_linux/console.log | 734 +-
06-boot_linux/console.log | 4 +-
console.log | 25929 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
8 files changed, 25904 insertions(+), 25937 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-aarch64-stable-allyesconfig
in repository toolchain/ci/binutils-gdb.
from e5f3c0e3b8 Remove tui_exec_info_content
adds 45f47c3a25 gdb: Ensure that !(a < a) is true in sort_cmp on obj_section [...]
adds 7ba99d2188 DWARF 5 support: Handle line table and file indexes
adds 5ae8188eaa Automatic date update in version.in
adds ef0cc92e9c Don't allow RELATIVE relocs in pr22269 testcase
adds 6207ed2877 Prevent more potential illegal memory accesses in the RX dis [...]
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 33 +++++++
gdb/dwarf2read.c | 183 +++++++++++++++++++++++----------------
gdb/objfiles.c | 16 ++--
ld/ChangeLog | 8 ++
ld/testsuite/ld-elf/pr22269-1.rd | 6 +-
ld/testsuite/ld-elf/shared.exp | 4 +-
opcodes/ChangeLog | 7 ++
opcodes/rx-dis.c | 50 +++++++----
9 files changed, 207 insertions(+), 102 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-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards eda4981 0: update: binutils-gcc-linux: all
new c497dc0 0: update: binutils-gcc-linux: all
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 (eda4981)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 | 60 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 11120 +++++++------
04-build_abe-stage1/console.log | 15992 ++++++++++---------
05-build_linux/console.log | 2572 +--
06-boot_linux/console.log | 6 +-
console.log | 30205 ++++++++++++++++++------------------
jenkins/manifest.sh | 12 +-
8 files changed, 30163 insertions(+), 30238 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/llvm-master-arm-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards d3013cc 0: update: llvm-linux: 16
new 4a07e09 0: update: llvm-linux: 16
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 (d3013cc)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-l [...]
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 | 94 +-
02-build_llvm/console.log | 12490 +++++++++++++++++------------------
03-build_linux/console.log | 840 +--
05-check_regression/console.log | 22 +-
06-update_baseline/console.log | 8 +-
console.log | 13454 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13460 insertions(+), 13456 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.