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 5f9e48557e6 Daily bump.
new 3a426e47412 fortran: Backport associate character length fixes [PR104228]
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/parse.c | 18 ++++++++++++++++++
gcc/fortran/resolve.c | 10 ++++++----
gcc/fortran/trans-stmt.c | 2 +-
gcc/testsuite/gfortran.dg/asan_associate_58.f90 | 19 +++++++++++++++++++
gcc/testsuite/gfortran.dg/asan_associate_59.f90 | 19 +++++++++++++++++++
gcc/testsuite/gfortran.dg/associate_58.f90 | 21 +++++++++++++++++++++
6 files changed, 84 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/asan_associate_58.f90
create mode 100644 gcc/testsuite/gfortran.dg/asan_associate_59.f90
create mode 100644 gcc/testsuite/gfortran.dg/associate_58.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 releases/gcc-12
in repository gcc.
from 197b7ace534 Daily bump.
new df8e384d5f9 libstdc++: Fix test that fails on Solaris [PR104731]
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:
.../27_io/filesystem/iterators/error_reporting.cc | 35 ++++++++++++++--------
1 file changed, 22 insertions(+), 13 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_gnu_native_check_binutils/master-arm
in repository toolchain/ci/gdb.
from 4a43e2435b [gdb/testsuite] Fix gdb.tui/scroll.exp with read1
adds 2dc60c7710 Automatic date update in version.in
adds cd02db09d2 [gdb/tdep] Handle pipe2 syscall for amd64
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/amd64-linux-tdep.c | 3 +++
gdb/amd64-linux-tdep.h | 1 +
3 files changed, 5 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm
in repository toolchain/ci/base-artifacts.
discards ccbfdbf34 0: update: binutils-cd02db09d26959ea58771c946b44e56fe8c0d36e: 1
new e69479200 0: update: gdb-cd02db09d26959ea58771c946b44e56fe8c0d36e: 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 (ccbfdbf34)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_binutil [...]
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.xz | Bin 1536 -> 1568 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 51216 -> 51592 bytes
04-build_abe-gcc/console.log.xz | Bin 232088 -> 231824 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 11232 -> 11228 bytes
07-build_abe-glibc/console.log.xz | Bin 228096 -> 229316 bytes
08-build_abe-gdb/console.log.xz | Bin 47260 -> 50024 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3808 -> 3796 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2596 -> 2612 bytes
11-check_regression/console.log.xz | Bin 2292 -> 2284 bytes
11-check_regression/results.compare | 8 +-
11-check_regression/results.compare2 | 6 +-
12-update_baseline/console.log | 282 ++++++++++++------------
12-update_baseline/results.compare | 8 +-
12-update_baseline/results.compare2 | 6 +-
jenkins/manifest.sh | 8 +-
sumfiles/binutils.log.xz | Bin 54996 -> 55168 bytes
sumfiles/binutils.sum | 58 ++---
sumfiles/gas.log.xz | Bin 97580 -> 97612 bytes
sumfiles/gas.sum | 270 +++++++++++------------
sumfiles/ld.log.xz | Bin 130524 -> 130532 bytes
sumfiles/ld.sum | 332 ++++++++++++++---------------
23 files changed, 489 insertions(+), 489 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 655ca5aaa97 [Ada] Suggest use of First_Valid/Last_Valid on type with st [...]
new 8b59556e1c7 Optimize vec_setv8{hi,hf}_0 + pmovzxbq to pmovzxbq.
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/config/i386/sse.md | 45 +++++++++++++++++++++++++++++---
gcc/testsuite/gcc.target/i386/pr105072.c | 24 +++++++++++++++++
2 files changed, 65 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr105072.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_bmk_llvm_tx1/llvm-master-aarch64-spec2k6-O3_LTO
in repository toolchain/ci/base-artifacts.
discards 8ff51409c 5: update: binutils-gcc-linux-glibc-llvm: 1
new cb79357ec 5: update: binutils-4a43e2435b1a24d5bd32fae7807fdba8e93b93fe: 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 (8ff51409c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_llvm_tx1/llvm-master [...]
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.xz | Bin 1928 -> 1736 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 30488 -> 31688 bytes
04-build_abe-stage1/console.log.xz | Bin 72032 -> 75756 bytes
05-clean_sysroot/console.log.xz | Bin 332 -> 332 bytes
06-build_abe-linux/console.log.xz | Bin 9124 -> 10696 bytes
07-build_abe-glibc/console.log.xz | Bin 237664 -> 237676 bytes
08-build_abe-stage2/console.log.xz | Bin 173628 -> 180740 bytes
09-build_llvm-true/console.log.xz | Bin 61756 -> 63084 bytes
10-benchmark/benchmark-build.log | 68 +-
10-benchmark/benchmark.log | 66 +-
10-benchmark/console.log.xz | Bin 3368 -> 3400 bytes
11-check_regression/console.log.xz | Bin 2848 -> 2772 bytes
11-check_regression/results-0.csv | 197404 +++++++-------
11-check_regression/results-1.csv | 191991 +++++++-------
11-check_regression/results-brief.csv | 30 +-
11-check_regression/results-full.csv | 88 +-
11-check_regression/results-internal.csv | 38 +-
11-check_regression/results-md5sum-0.csv | 33584 +--
11-check_regression/results-md5sum-1.csv | 26596 +-
11-check_regression/results-perf-0.csv | 82 +-
11-check_regression/results-perf-1.csv | 80 +-
11-check_regression/results-size-0.csv | 231187 ++++++++--------
11-check_regression/results-size-1.csv | 226724 ++++++++--------
11-check_regression/results-vect-0.csv | 16 +-
11-check_regression/results-vect-1.csv | 14 +-
11-check_regression/results.log | 2512 +-
12-update_baseline/console.log | 2648 +-
12-update_baseline/results-0.csv | 247542 +++++++++---------
12-update_baseline/results-1.csv | 191991 +++++++-------
12-update_baseline/results-brief.csv | 30 +-
12-update_baseline/results-full.csv | 78 +-
12-update_baseline/results-internal.csv | 38 +-
12-update_baseline/results-md5sum-0.csv | 20992 +-
12-update_baseline/results-md5sum-1.csv | 26596 +-
12-update_baseline/results-perf-1.csv | 80 +-
12-update_baseline/results-size-0.csv | 52278 +++-
12-update_baseline/results-size-1.csv | 226724 ++++++++--------
12-update_baseline/results-vect-0.csv | 26 +-
12-update_baseline/results-vect-1.csv | 14 +-
12-update_baseline/results.log | 572 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 396768 -> 396800 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 43936 -> 43928 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 1189024 -> 1189136 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 22316 -> 22352 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 45876 -> 46256 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 610432 -> 611196 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 912936 -> 825152 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 198812 -> 197596 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 450284 -> 452360 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 51668 -> 51812 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 23620 -> 23632 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 15836 -> 15832 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 344304 -> 318124 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 42908 -> 42960 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 93660 -> 93572 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 3159328 -> 3223272 bytes
jenkins/manifest.sh | 16 +-
results | 2 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 396768 -> 396800 bytes
save-temps/401.bzip2.tar.xz | Bin 43936 -> 43928 bytes
save-temps/403.gcc.tar.xz | Bin 1189024 -> 1189136 bytes
save-temps/429.mcf.tar.xz | Bin 22316 -> 22352 bytes
save-temps/444.namd.tar.xz | Bin 45876 -> 46256 bytes
save-temps/445.gobmk.tar.xz | Bin 610432 -> 611196 bytes
save-temps/447.dealII.tar.xz | Bin 912936 -> 825152 bytes
save-temps/450.soplex.tar.xz | Bin 198812 -> 197596 bytes
save-temps/453.povray.tar.xz | Bin 450284 -> 452360 bytes
save-temps/458.sjeng.tar.xz | Bin 51668 -> 51812 bytes
save-temps/462.libquantum.tar.xz | Bin 23620 -> 23632 bytes
save-temps/470.lbm.tar.xz | Bin 15836 -> 15832 bytes
save-temps/471.omnetpp.tar.xz | Bin 344304 -> 318124 bytes
save-temps/473.astar.tar.xz | Bin 42908 -> 42960 bytes
save-temps/482.sphinx3.tar.xz | Bin 93660 -> 93572 bytes
save-temps/483.xalancbmk.tar.xz | Bin 3159328 -> 3223272 bytes
76 files changed, 859188 insertions(+), 820921 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_gcc_bootstrap/release-arm-bootstrap_O1
in repository toolchain/ci/binutils-gdb.
from 94e07b6911 Automatic date update in version.in
adds 5e59286034 Automatic date update in version.in
adds 5b43f78fb1 Automatic date update in version.in
adds 74ef67f9ba Automatic date update in version.in
adds 8d1187516e Adjust ld ctf test for 32-bit targets
adds c473aa1b9d M68K: avoid quadratic slowdlow in label alignment check
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/config/tc-m68k.c | 43 +++++++---------------------------
gas/config/tc-m68k.h | 17 ++++++++++++++
ld/testsuite/ld-ctf/nonrepresentable.d | 2 +-
4 files changed, 28 insertions(+), 36 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_gcc_bootstrap/release-arm-bootstrap_O1
in repository toolchain/ci/base-artifacts.
discards c2b3cbf1f 0: update: binutils-gcc: 2
new bd5bc0a2d 0: update: binutils-gcc: 2
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 (c2b3cbf1f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-ar [...]
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.xz | Bin 1532 -> 1500 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2700 bytes
04-build_abe-binutils/console.log.xz | Bin 49428 -> 49628 bytes
05-build_abe-bootstrap_O1/console.log.xz | Bin 449204 -> 450096 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 14 +++++++-------
7 files changed, 15 insertions(+), 15 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_bmk_llvm_tk1/llvm-release-arm-spec2k6-O2
in repository toolchain/ci/base-artifacts.
discards 34ea920a5 0: update: binutils-5b43f78fb1626e2655a2616d8127bd71ceb019e6: 1
new 033cf5fe8 0: update: gcc-49dee6fd47baa1ac067c6945d1c9f00b9ff461d0: 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 (34ea920a5)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_llvm_tk1/llvm-releas [...]
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.xz | Bin 1892 -> 1816 bytes
02-prepare_abe/console.log.xz | Bin 2764 -> 2740 bytes
03-build_abe-binutils/console.log.xz | Bin 31180 -> 29492 bytes
04-build_abe-stage1/console.log.xz | Bin 88600 -> 86968 bytes
05-clean_sysroot/console.log.xz | Bin 336 -> 336 bytes
06-build_abe-linux/console.log.xz | Bin 9820 -> 10732 bytes
07-build_abe-glibc/console.log.xz | Bin 227724 -> 227336 bytes
08-build_abe-stage2/console.log.xz | Bin 213040 -> 210112 bytes
09-build_llvm-true/console.log.xz | Bin 60152 -> 60724 bytes
10-benchmark/benchmark-build.log | 68 +-
10-benchmark/benchmark.log | 66 +-
10-benchmark/console.log.xz | Bin 3248 -> 3228 bytes
11-check_regression/console.log.xz | Bin 5508 -> 5480 bytes
11-check_regression/results-0.csv | 224610 ++++++------
11-check_regression/results-1.csv | 241476 +++++++------
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-full.csv | 2322 +-
11-check_regression/results-internal.csv | 158 +-
11-check_regression/results-md5sum-0.csv | 54756 +--
11-check_regression/results-md5sum-1.csv | 50680 +--
11-check_regression/results-perf-0.csv | 2271 +-
11-check_regression/results-perf-1.csv | 2276 +-
11-check_regression/results-size-0.csv | 331696 +++++++++---------
11-check_regression/results-size-1.csv | 323601 +++++++++--------
11-check_regression/results-vect-0.csv | 30 +-
11-check_regression/results-vect-1.csv | 26 +-
11-check_regression/results.log | 3554 +-
12-update_baseline/console.log | 4028 +-
12-update_baseline/results-0.csv | 224610 ++++++------
12-update_baseline/results-1.csv | 241476 +++++++------
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-full.csv | 2322 +-
12-update_baseline/results-internal.csv | 158 +-
12-update_baseline/results-md5sum-0.csv | 54756 +--
12-update_baseline/results-md5sum-1.csv | 50680 +--
12-update_baseline/results-perf-0.csv | 2271 +-
12-update_baseline/results-perf-1.csv | 2276 +-
12-update_baseline/results-size-0.csv | 331696 +++++++++---------
12-update_baseline/results-size-1.csv | 323601 +++++++++--------
12-update_baseline/results-vect-0.csv | 30 +-
12-update_baseline/results-vect-1.csv | 26 +-
12-update_baseline/results.log | 3558 +-
.../top-artifacts/save-temps/400.perlbench.tar.xz | Bin 1209692 -> 1212136 bytes
.../top-artifacts/save-temps/401.bzip2.tar.xz | Bin 100672 -> 100724 bytes
.../top-artifacts/save-temps/403.gcc.tar.xz | Bin 3436380 -> 3427780 bytes
.../top-artifacts/save-temps/429.mcf.tar.xz | Bin 34092 -> 34044 bytes
.../top-artifacts/save-temps/433.milc.tar.xz | Bin 142808 -> 142648 bytes
.../top-artifacts/save-temps/444.namd.tar.xz | Bin 202996 -> 203004 bytes
.../top-artifacts/save-temps/445.gobmk.tar.xz | Bin 1997724 -> 1990196 bytes
.../top-artifacts/save-temps/447.dealII.tar.xz | Bin 3311316 -> 3228300 bytes
.../top-artifacts/save-temps/450.soplex.tar.xz | Bin 517640 -> 521472 bytes
.../top-artifacts/save-temps/453.povray.tar.xz | Bin 1185508 -> 1186968 bytes
.../top-artifacts/save-temps/456.hmmer.tar.xz | Bin 337504 -> 337432 bytes
.../top-artifacts/save-temps/458.sjeng.tar.xz | Bin 151608 -> 151564 bytes
.../top-artifacts/save-temps/462.libquantum.tar.xz | Bin 51120 -> 51544 bytes
.../top-artifacts/save-temps/464.h264ref.tar.xz | Bin 616368 -> 616908 bytes
.../top-artifacts/save-temps/470.lbm.tar.xz | Bin 25032 -> 24988 bytes
.../top-artifacts/save-temps/471.omnetpp.tar.xz | Bin 798152 -> 820988 bytes
.../top-artifacts/save-temps/473.astar.tar.xz | Bin 75300 -> 74752 bytes
.../top-artifacts/save-temps/482.sphinx3.tar.xz | Bin 223636 -> 222780 bytes
.../top-artifacts/save-temps/483.xalancbmk.tar.xz | Bin 6953440 -> 6934696 bytes
jenkins/manifest.sh | 12 +-
results | 2 +-
results_id | 2 +-
save-temps/400.perlbench.tar.xz | Bin 1209692 -> 1212136 bytes
save-temps/401.bzip2.tar.xz | Bin 100672 -> 100724 bytes
save-temps/403.gcc.tar.xz | Bin 3436380 -> 3427780 bytes
save-temps/429.mcf.tar.xz | Bin 34092 -> 34044 bytes
save-temps/433.milc.tar.xz | Bin 142808 -> 142648 bytes
save-temps/444.namd.tar.xz | Bin 202996 -> 203004 bytes
save-temps/445.gobmk.tar.xz | Bin 1997724 -> 1990196 bytes
save-temps/447.dealII.tar.xz | Bin 3311316 -> 3228300 bytes
save-temps/450.soplex.tar.xz | Bin 517640 -> 521472 bytes
save-temps/453.povray.tar.xz | Bin 1185508 -> 1186968 bytes
save-temps/456.hmmer.tar.xz | Bin 337504 -> 337432 bytes
save-temps/458.sjeng.tar.xz | Bin 151608 -> 151564 bytes
save-temps/462.libquantum.tar.xz | Bin 51120 -> 51544 bytes
save-temps/464.h264ref.tar.xz | Bin 616368 -> 616908 bytes
save-temps/470.lbm.tar.xz | Bin 25032 -> 24988 bytes
save-temps/471.omnetpp.tar.xz | Bin 798152 -> 820988 bytes
save-temps/473.astar.tar.xz | Bin 75300 -> 74752 bytes
save-temps/482.sphinx3.tar.xz | Bin 223636 -> 222780 bytes
save-temps/483.xalancbmk.tar.xz | Bin 6953440 -> 6934696 bytes
83 files changed, 1256625 insertions(+), 1222545 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 5463a15c18b [gdb/testsuite] Handle pipe2 syscall in gdb.base/catch-syscall.exp
new 4dcb932e645 [gdb/tdep] Support catch syscall pipe2 for i386
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:
gdb/syscalls/i386-linux.xml | 1 +
gdb/syscalls/i386-linux.xml.in | 1 +
2 files changed, 2 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.
unknown user pushed a change to branch topic/gso_gro
in repository newlib.
discards 9c9dea3b9 basic GSO/GRO support
discards dd5c54c32 Cygwin: socket.h: add socket options added in recent Windows [...]
adds aa9b5262f Cygwin: sigproc: Avoid segfault caused by signal just after fork().
adds b29fd96ca Cygwin: pty: Fix acquiring attach_mutex timing.
adds 67f12b2ea Cygwin: pty: Fix timing of creating invisible console.
adds aea694004 Cygwin: pty: Change the condition to send Ctrl-C event.
adds cc94490f6 Cygwin: pty: Avoid deadlock when pcon is started on console.
adds a6d06056e Cygwin: pty: Add missing attach_mutex guard.
adds a19161a6d Cygwin: pty: Not to change code page of parent console.
new 5bf2cf414 Cygwin: socket.h: add socket options added in recent Windows [...]
new 8fd27ff1c basic GSO/GRO support
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 (9c9dea3b9)
\
N -- N -- N refs/heads/topic/gso_gro (8fd27ff1c)
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:
winsup/cygwin/fhandler_console.cc | 2 +-
winsup/cygwin/fhandler_termios.cc | 9 +++------
winsup/cygwin/fhandler_tty.cc | 42 ++++++++++++++++++++-------------------
winsup/cygwin/select.cc | 2 --
winsup/cygwin/sigproc.cc | 4 ++--
5 files changed, 28 insertions(+), 31 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-next-allyesconfig
in repository toolchain/ci/binutils-gdb.
from bd6c5ec02d Automatic date update in version.in
adds 94e07b6911 Automatic date update in version.in
adds 5e59286034 Automatic date update in version.in
adds 5b43f78fb1 Automatic date update in version.in
adds 74ef67f9ba Automatic date update in version.in
adds 8d1187516e Adjust ld ctf test for 32-bit targets
adds c473aa1b9d M68K: avoid quadratic slowdlow in label alignment check
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/config/tc-m68k.c | 43 +++++++---------------------------
gas/config/tc-m68k.h | 17 ++++++++++++++
ld/testsuite/ld-ctf/nonrepresentable.d | 2 +-
4 files changed, 28 insertions(+), 36 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-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards c9d710a79 6: update: binutils-llvm-linux-qemu: 40
new 911b15057 6: update: binutils-llvm-linux-qemu: 40
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 (c9d710a79)
\
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.xz | Bin 1576 -> 1580 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 30336 -> 30672 bytes
04-build_llvm/console.log.xz | Bin 58828 -> 59164 bytes
05-build_abe-qemu/console.log.xz | Bin 32380 -> 32036 bytes
06-build_linux/console.log.xz | Bin 3948 -> 3688 bytes
08-check_regression/console.log.xz | Bin 472 -> 476 bytes
09-update_baseline/console.log | 12 ++++++------
jenkins/manifest.sh | 18 +++++++++---------
9 files changed, 15 insertions(+), 15 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_gnu_native_check_binutils/master-arm
in repository toolchain/ci/binutils-gdb.
from 4a43e2435b [gdb/testsuite] Fix gdb.tui/scroll.exp with read1
adds 2dc60c7710 Automatic date update in version.in
adds cd02db09d2 [gdb/tdep] Handle pipe2 syscall for amd64
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/amd64-linux-tdep.c | 3 +++
gdb/amd64-linux-tdep.h | 1 +
3 files changed, 5 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/master-arm
in repository toolchain/ci/base-artifacts.
discards c86c9aac2 0: update: linux-379c72654524d97081f8810a0e4284a16f78a25e: 1
new ccbfdbf34 0: update: binutils-cd02db09d26959ea58771c946b44e56fe8c0d36e: 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 (c86c9aac2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_binutil [...]
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.xz | Bin 1600 -> 1536 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2720 bytes
03-build_abe-binutils/console.log.xz | Bin 51352 -> 51216 bytes
04-build_abe-gcc/console.log.xz | Bin 230868 -> 232088 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
06-build_abe-linux/console.log.xz | Bin 9412 -> 11232 bytes
07-build_abe-glibc/console.log.xz | Bin 228648 -> 228096 bytes
08-build_abe-gdb/console.log.xz | Bin 46928 -> 47260 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3804 -> 3808 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2588 -> 2596 bytes
11-check_regression/console.log.xz | Bin 2296 -> 2292 bytes
11-check_regression/results.compare | 8 +-
11-check_regression/results.compare2 | 6 +-
12-update_baseline/console.log | 342 ++++++++++++++---------------
12-update_baseline/results.compare | 8 +-
12-update_baseline/results.compare2 | 6 +-
jenkins/manifest.sh | 10 +-
sumfiles/binutils.log.xz | Bin 55268 -> 54996 bytes
sumfiles/binutils.sum | 58 ++---
sumfiles/gas.log.xz | Bin 97648 -> 97580 bytes
sumfiles/gas.sum | 270 +++++++++++------------
sumfiles/ld.log.xz | Bin 130592 -> 130524 bytes
sumfiles/ld.sum | 334 ++++++++++++++--------------
23 files changed, 521 insertions(+), 521 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_gcc_check_bootstrap/release-aarch64-check_bootstrap_lto
in repository toolchain/ci/binutils-gdb.
from 94e07b6911 Automatic date update in version.in
adds 5e59286034 Automatic date update in version.in
adds 5b43f78fb1 Automatic date update in version.in
adds 74ef67f9ba Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check_bootstrap/release-aarch64-check_bootstrap_lto
in repository toolchain/ci/base-artifacts.
discards 49f78c15e 0: update: binutils-gcc: 1
new 56bd21a3b 0: 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 (49f78c15e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check_bootstrap/rele [...]
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.xz | Bin 1572 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2724 -> 2720 bytes
03-build_abe-binutils/console.log.xz | Bin 37528 -> 37864 bytes
04-build_abe-bootstrap_lto/console.log.xz | Bin 250956 -> 249496 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3816 -> 3820 bytes
06-build_abe-check_bootstrap_lto/console.log.xz | Bin 2324 -> 2320 bytes
07-check_regression/console.log.xz | Bin 2784 -> 3764 bytes
07-check_regression/extra-bisect-params | 1 +
07-check_regression/fails.sum | 7 +
07-check_regression/results.compare | 33 +-
07-check_regression/results.compare2 | 122 +-
07-check_regression/results.regressions | 27 +
08-update_baseline/console.log | 338 +-
08-update_baseline/extra-bisect-params | 1 +
08-update_baseline/fails.sum | 7 +
08-update_baseline/results.compare | 33 +-
08-update_baseline/results.compare2 | 122 +-
08-update_baseline/results.regressions | 27 +
jenkins/manifest.sh | 14 +-
sumfiles/g++.log.xz | Bin 3423392 -> 3416440 bytes
sumfiles/g++.sum | 172 +-
sumfiles/gcc.log.xz | Bin 2940660 -> 2951604 bytes
sumfiles/gcc.sum | 4103 ++++++++++++-----------
sumfiles/gfortran.log.xz | Bin 857560 -> 863512 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2340 -> 2328 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 145932 -> 145360 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2720 -> 2716 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 443976 -> 446140 bytes
sumfiles/libstdc++.sum | 10 +-
33 files changed, 2706 insertions(+), 2377 deletions(-)
create mode 100644 07-check_regression/extra-bisect-params
create mode 100644 07-check_regression/fails.sum
create mode 100644 07-check_regression/results.regressions
create mode 100644 08-update_baseline/extra-bisect-params
create mode 100644 08-update_baseline/fails.sum
create mode 100644 08-update_baseline/results.regressions
--
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 cd02db09d26 [gdb/tdep] Handle pipe2 syscall for amd64
new 5463a15c18b [gdb/testsuite] Handle pipe2 syscall in gdb.base/catch-syscall.exp
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:
gdb/testsuite/gdb.base/catch-syscall.c | 3 +-
gdb/testsuite/gdb.base/catch-syscall.exp | 69 ++++++++++++++++++++++++++++----
2 files changed, 64 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.