This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards 6c09084f 0: update: gcc-04b4f3152593f85b05974528d1607619dd77d702: 1
new c0b5e0bf 0: update: binutils-b2ee4824b177a359c2db590a9978418211435011: 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 (6c09084f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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 | 254 +-
02-prepare_abe/console.log | 448 +-
03-build_abe-binutils/console.log | 10129 +-
04-build_abe-stage1/console.log | 18726 ++--
05-clean_sysroot/console.log | 4 +-
06-build_abe-linux/console.log | 2756 +-
07-build_abe-glibc/console.log | 37660 ++++----
08-build_abe-stage2/console.log | 38869 ++++----
09-build_abe-gdb/console.log | 10416 +--
10-build_abe-qemu/console.log | 7168 +-
11-build_abe-dejagnu/console.log | 302 +-
12-build_abe-check_gcc/console.log | 30876 +++---
13-check_regression/console.log | 634 +-
13-check_regression/results.compare1 | 249 +-
13-check_regression/results.compare2 | 22 +-
14-update_baseline/console.log | 450 +-
14-update_baseline/results.compare1 | 249 +-
14-update_baseline/results.compare2 | 22 +-
console.log | 161440 ++++++++++++++++----------------
jenkins/manifest.sh | 8 +-
sumfiles/g++.log.xz | Bin 2511336 -> 2542136 bytes
sumfiles/g++.sum | 122 +-
sumfiles/gcc.log.xz | Bin 2082984 -> 2060568 bytes
sumfiles/gcc.sum | 2362 +-
sumfiles/gfortran.log.xz | Bin 805044 -> 802116 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2236 -> 2244 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 160644 -> 160728 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2652 -> 2652 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 418552 -> 415748 bytes
sumfiles/libstdc++.sum | 10 +-
34 files changed, 158612 insertions(+), 164630 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 d2ba65ab601 Evaluate type arguments of sizeof that are structs of varia [...]
new 27a1fb385b7 c++: fix ptrmemfunc template instantiation [PR101219]
new 20ce14c7991 libstdc++: Add [[nodiscard]] to experimental::randint
new b1c0e8599aa libstdc++: Make some #error strings consistent with other tests
new 9017326e19f libstdc++: Add additional overload of std::lerp [PR101870]
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/cp/pt.c | 8 +++++++-
gcc/testsuite/g++.dg/warn/pr101219.C | 11 +++++++++++
libstdc++-v3/include/c_global/cmath | 16 ++++++++++++----
libstdc++-v3/include/experimental/random | 1 +
libstdc++-v3/include/ext/type_traits.h | 8 +++++++-
.../testsuite/26_numerics/{lerp.cc => lerp/1.cc} | 4 ++--
.../testsuite/26_numerics/lerp/constexpr.cc | 21 +++++++++++++++++++++
libstdc++-v3/testsuite/26_numerics/lerp/version.cc | 10 ++++++++++
.../testsuite/26_numerics/midpoint/integral.cc | 4 ++--
.../testsuite/26_numerics/midpoint/version.cc | 10 ++++++++++
10 files changed, 83 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/pr101219.C
rename libstdc++-v3/testsuite/26_numerics/{lerp.cc => lerp/1.cc} (98%)
create mode 100644 libstdc++-v3/testsuite/26_numerics/lerp/constexpr.cc
create mode 100644 libstdc++-v3/testsuite/26_numerics/lerp/version.cc
create mode 100644 libstdc++-v3/testsuite/26_numerics/midpoint/version.cc
--
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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from b69c914a round-robin.sh (build_abe): Improve check_gdb workaround
new 5ae5d906 round-robin-bisect.sh: Rebase on gcc-compare-results:master b [...]
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:
round-robin-bisect.sh | 1 +
1 file changed, 1 insertion(+)
--
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 d3a7fbcb7c7 libstdc++: Add #error to some files that depend on a specif [...]
new 34cd97ff94b Remove legacy back threader.
new d2ba65ab601 Evaluate type arguments of sizeof that are structs of varia [...]
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/c-typeck.c | 8 +-
gcc/doc/invoke.texi | 3 -
gcc/flag-types.h | 7 -
gcc/params.opt | 13 -
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c | 3 +-
gcc/testsuite/gcc.dg/vla-stexp-2.c | 33 ++
gcc/tree-ssa-threadbackward.c | 543 +++--------------------
7 files changed, 101 insertions(+), 509 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vla-stexp-2.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-master-arm-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 53bd66c5 0: update: binutils-gcc-linux-qemu: all
new 4b357a8d 0: update: binutils-gcc-linux-qemu: 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 (53bd66c5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 26 +-
02-prepare_abe/console.log | 477 +-
03-build_abe-binutils/console.log | 8890 ++++----
04-build_abe-stage1/console.log | 18297 ++++++++--------
05-build_abe-qemu/console.log | 6965 +++---
06-build_linux/console.log | 518 +-
07-boot_linux/console.log | 13 +-
08-check_regression/console.log | 8 +-
08-check_regression/results.regressions | 2 +-
09-update_baseline/console.log | 2 +-
09-update_baseline/results.regressions | 2 +-
console.log | 35198 +++++++++++++++---------------
jenkins/manifest.sh | 22 +-
results | 2 +-
14 files changed, 35249 insertions(+), 35173 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 linux.
from 1746f4db5135 Merge tag 'orphans-v5.14-rc6' of git://git.kernel.org/pub/ [...]
new b9a4b57f423f ASoC: codecs: wcd938x: fix wcd module dependency
new 6d20bf7c020f ASoC: rt5682: Adjust headset volume button threshold
new d00f541a4940 ASoC: amd: renoir: Run hibernation callbacks
new 090c57da5fd5 ASoC: tlv320aic32x4: Fix TAS2505/TAS2521 processing block [...]
new 5434d0dc56bc ASoC: amd: enable stop_dma_first flag for cz_dai_7219_9835 [...]
new 2c39ca6885a2 ASoC: tlv320aic31xx: Fix jack detection after suspend
new 0f32d9eb38c1 ASoC: Intel: sof_da7219_mx98360a: fail to initialize soundcard
new 2635c226036c ASoC: topology: Select SND_DYNAMIC_MINORS
new 61bef9e68dca ASoC: SOF: Intel: hda: enforce exclusion between HDaudio a [...]
new 31428c78748c ASoC: component: Remove misplaced prefix handling in pin c [...]
new acbf58e53041 ASoC: wm_adsp: Let soc_cleanup_component_debugfs remove debugfs
new 830b69f6c059 MAINTAINERS: Add sound devicetree bindings for Wolfson Mic [...]
new ee86f680ff4c ASoC: cs42l42: Correct definition of ADC Volume control
new 64324bac750b ASoC: cs42l42: Don't allow SND_SOC_DAIFMT_LEFT_J
new 926ef1a4c245 ASoC: cs42l42: Fix bclk calculation for mono
new 2e6b836312a4 ASoC: intel: atom: Fix reference to PCM buffer address
new 42bc62c9f1d3 ASoC: xilinx: Fix reference to PCM buffer address
new 827f3164aaa5 ASoC: uniphier: Fix reference to PCM buffer address
new bb6a40fc5a83 ASoC: kirkwood: Fix reference to PCM buffer address
new 1d25684e2251 ASoC: nau8824: Fix open coded prefix handling
new 8b5d95313b6d ASoC: amd: Fix reference to PCM buffer address
new 6b994c554ebc ASoC: SOF: Intel: Kconfig: fix SoundWire dependencies
new 973b393fdf07 ASoC: SOF: Intel: hda-ipc: fix reply size checking
new 30615bd21b4c ASoC: cs42l42: Fix inversion of ADC Notch Switch control
new 8b353bbeae20 ASoC: cs42l42: Remove duplicate control for WNF filter frequency
new f1040e86f83b ASoC: cs42l42: PLL must be running when changing MCLK_SRC_SEL
new 0c2f2ad4f16a ASoC: cs42l42: Fix LRCLK frame start edge
new 3a5d89a9c6fe ASoC: cs42l42: Constrain sample rate to prevent illegal SCLK
new e5ada3f6787a ASoC: cs42l42: Fix mono playback
new 56e7a93160fe Merge tag 'asoc-fix-v5.14-rc4' of https://git.kernel.org/p [...]
new 739d0959fbed ALSA: hda: Add quirk for ASUS Flow x13
new dc0dc8a73e8e ALSA: pcm: Fix mmap breakage without explicit buffer setup
new d07149aba2ef ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 65 [...]
new 59cd4f435ee9 Merge tag 'sound-5.14-rc6' of git://git.kernel.org/pub/scm [...]
new f153c2246783 ucounts: add missing data type changes
new f8fbb47c6e86 Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/l [...]
The 36 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:
MAINTAINERS | 3 +-
fs/notify/fanotify/fanotify_user.c | 17 +++--
fs/notify/inotify/inotify_user.c | 17 +++--
kernel/ucount.c | 19 ++---
sound/core/pcm_native.c | 5 +-
sound/pci/hda/patch_realtek.c | 2 +
sound/soc/Kconfig | 1 +
sound/soc/amd/acp-da7219-max98357a.c | 5 ++
sound/soc/amd/acp-pcm-dma.c | 2 +-
sound/soc/amd/raven/acp3x-pcm-dma.c | 2 +-
sound/soc/amd/renoir/acp3x-pdm-dma.c | 2 +-
sound/soc/amd/renoir/rn-pci-acp3x.c | 2 +
sound/soc/codecs/Kconfig | 1 +
sound/soc/codecs/Makefile | 5 +-
sound/soc/codecs/cs42l42.c | 104 ++++++++++++++++++---------
sound/soc/codecs/cs42l42.h | 3 +
sound/soc/codecs/nau8824.c | 42 ++---------
sound/soc/codecs/rt5682.c | 1 +
sound/soc/codecs/tlv320aic31xx.c | 10 +++
sound/soc/codecs/tlv320aic32x4.c | 33 +++++++--
sound/soc/codecs/wm_adsp.c | 1 -
sound/soc/intel/atom/sst-mfld-platform-pcm.c | 3 +-
sound/soc/intel/boards/sof_da7219_max98373.c | 2 +-
sound/soc/kirkwood/kirkwood-dma.c | 26 ++++---
sound/soc/soc-component.c | 63 +++++++---------
sound/soc/sof/intel/Kconfig | 4 +-
sound/soc/sof/intel/hda-ipc.c | 4 +-
sound/soc/sof/intel/hda.c | 12 ++++
sound/soc/uniphier/aio-dma.c | 2 +-
sound/soc/xilinx/xlnx_formatter_pcm.c | 4 +-
30 files changed, 239 insertions(+), 158 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.