This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d61ffe12443 Daily bump.
new 87fce92c5c3 This patch removes the use of the "register" keyword from t [...]
new 5b959c22bc0 tree-optimization/95897 - fix fold-left SLP reduction insert place
new e195c8045a1 coroutines: Handle bad g-r-o-o-a-f cases.
new e74c7607309 coroutines: Handle non-method promise expressions [PR95519]
new 2ca78835619 d/testsuite: Amend test to actually trigger the ICE being fixed
new b3d77404c06 Take into account range info to optimize range tests into b [...]
The 6 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/ada/exp_ch4.adb | 13 +-
gcc/cp/coroutines.cc | 192 ++++++++++++---------
.../g++.dg/coroutines/coro-bad-grooaf-00-static.C | 15 ++
gcc/testsuite/g++.dg/coroutines/coro1-allocators.h | 5 +-
.../coroutines/torture/pr95519-00-return_void.C | 63 +++++++
.../torture/pr95519-01-initial-suspend.C | 69 ++++++++
.../coroutines/torture/pr95519-02-final_suspend.C | 69 ++++++++
.../coroutines/torture/pr95519-03-return-value.C | 80 +++++++++
.../coroutines/torture/pr95519-04-yield-value.C | 84 +++++++++
.../g++.dg/coroutines/torture/pr95519-05-gro.C | 64 +++++++
.../g++.dg/coroutines/torture/pr95519-06-grooaf.C | 49 ++++++
.../torture/pr95519-07-unhandled-exception.C | 69 ++++++++
gcc/testsuite/gcc.dg/vect/pr95897.c | 13 ++
gcc/testsuite/gdc.dg/pr95250.d | 2 +-
gcc/testsuite/gnat.dg/opt86_pkg.ads | 8 +
gcc/testsuite/gnat.dg/opt86a.adb | 36 ++++
gcc/testsuite/gnat.dg/opt86b.adb | 37 ++++
gcc/testsuite/gnat.dg/opt86c.adb | 37 ++++
gcc/tree-ssa-reassoc.c | 116 +++++++++----
gcc/tree-vect-loop.c | 3 +-
gcc/tree-vect-slp.c | 25 ++-
gcc/tree-vect-stmts.c | 4 +-
gcc/tree-vectorizer.h | 1 -
include/libiberty.h | 6 +-
libiberty/bsearch.c | 12 +-
libiberty/bsearch_r.c | 12 +-
26 files changed, 943 insertions(+), 141 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/coroutines/coro-bad-grooaf-00-static.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr95519-00-return_void.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr95519-01-initial-suspend.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr95519-02-final_suspend.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr95519-03-return-value.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr95519-04-yield-value.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr95519-05-gro.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr95519-06-grooaf.C
create mode 100644 gcc/testsuite/g++.dg/coroutines/torture/pr95519-07-unhandled-ex [...]
create mode 100644 gcc/testsuite/gcc.dg/vect/pr95897.c
create mode 100644 gcc/testsuite/gnat.dg/opt86_pkg.ads
create mode 100644 gcc/testsuite/gnat.dg/opt86a.adb
create mode 100644 gcc/testsuite/gnat.dg/opt86b.adb
create mode 100644 gcc/testsuite/gnat.dg/opt86c.adb
--
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 devel/lto-offload
in repository gcc.
from 20f466326ca This patch disables the movsicc pattern in the M32R backend [...]
adds 35a335a1592 PR fortran/95826 - Buffer overflows with PDTs and long symbols
adds 77d455ee81e PR fortran/95828 - Buffer overflows with SELECT RANK
No new revisions were added by this update.
Summary of changes:
gcc/fortran/decl.c | 8 +++++---
gcc/fortran/match.c | 2 +-
gcc/fortran/resolve.c | 2 +-
gcc/testsuite/gfortran.dg/pr95826.f90 | 20 ++++++++++++++++++++
gcc/testsuite/gfortran.dg/pr95828.f90 | 21 +++++++++++++++++++++
5 files changed, 48 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr95826.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr95828.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 devel/c++-modules
in repository gcc.
from d07d094efd5 Merge master 68df8e8c343
new a534cd6685b Fix stupid communicating server bugs.
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:
ChangeLog.modules | 4 ++++
gcc/cp/mapper-server.cc | 4 ++--
2 files changed, 6 insertions(+), 2 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 glibc.
from 1d21fb1061 S390: Optimize __memset_z196.
new 6e540caa21 Set width of JUNGSEONG/JONGSEONG characters from UD7B0 to UD [...]
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:
localedata/charmaps/UTF-8 | 2 ++
localedata/locales/i18n_ctype | 2 +-
localedata/locales/tr_TR | 2 +-
localedata/locales/translit_circle | 2 +-
localedata/locales/translit_cjk_compat | 2 +-
localedata/locales/translit_combining | 2 +-
localedata/locales/translit_compat | 2 +-
localedata/locales/translit_font | 2 +-
localedata/locales/translit_fraction | 2 +-
localedata/unicode-gen/utf8_gen.py | 9 ++++++++-
10 files changed, 18 insertions(+), 9 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-release-arm-check_cross
in repository toolchain/ci/base-artifacts.
from 86ef7350 2: reset: binutils-gcc-glibc-qemu: 1
new 0fb75075 3: reset: binutils-gcc-glibc-qemu: 1
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 | 180 +-
02-prepare_abe/console.log | 218 +-
03-build_abe-binutils/console.log | 11387 +--
04-build_abe-stage1/console.log | 18205 ++--
05-build_abe-linux/console.log | 194 +-
06-build_abe-glibc/console.log | 39359 ++++----
07-build_abe-stage2/console.log | 46051 +++++----
08-build_abe-qemu/console.log | 2313 +-
09-build_abe-dejagnu/console.log | 80 +-
10-build_abe-check_gcc/console.log | 29259 +++---
11-check_regression/console.log | 53 +-
11-check_regression/results.regressions | 41 +-
11-check_regression/trigger-build-gcc | 2 +-
12-update_baseline/console.log | 95 +-
12-update_baseline/results.regressions | 41 +-
console.log | 149762 ++++++++++++++---------------
jenkins/manifest.sh | 10 +-
results | 41 +-
sumfiles/g++.sum | 2 +-
sumfiles/gcc.sum | 6 +-
sumfiles/gfortran.sum | 10 +-
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.sum | 4 +-
25 files changed, 146324 insertions(+), 150995 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_tx1/llvm-master-aarch64-spec2k6-O3
in repository toolchain/ci/glibc.
from 1b90d52df9 htl: Fix case when sem_*wait is canceled while holding a token
adds 6f3331f26d elf: Include <stdbool.h> in <dl-tunables.h> because bool is used
adds 1fb7dc751e htl: Add wrapper header for <semaphore.h> with hidden __sem_post
adds f6b955e8ba S390: Regenerate ULPs.
adds 087942251f nptl: Don't madvise user provided stack
adds 2034c70e64 elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h>
new 0792c8ae1a S390: Optimize __memcpy_z196.
new 1d21fb1061 S390: Optimize __memset_z196.
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:
elf/dl-tunables.h | 2 ++
nptl/pthread_create.c | 5 +++--
sysdeps/generic/ldconfig.h | 2 ++
sysdeps/htl/include/semaphore.h | 9 +++++++++
sysdeps/htl/sem-post.c | 2 +-
sysdeps/htl/sem-timedwait.c | 2 +-
sysdeps/s390/fpu/libm-test-ulps | 2 ++
sysdeps/s390/memcpy-z900.S | 21 +++++++++++++++------
sysdeps/s390/memset-z900.S | 19 +++++++++----------
9 files changed, 44 insertions(+), 20 deletions(-)
create mode 100644 sysdeps/htl/include/semaphore.h
--
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_tx1/llvm-master-aarch64-spec2k6-O3
in repository toolchain/ci/base-artifacts.
discards 4326e6b4 3: update: binutils-gcc-glibc-llvm: 1
new 87cad11c 3: update: binutils-gcc-glibc-llvm: 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 (4326e6b4)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/llvm-master-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 | 95 +-
02-prepare_abe/console.log | 308 +-
03-build_abe-binutils/console.log | 9101 +--
04-build_abe-stage1/console.log | 15550 ++--
05-build_abe-linux/console.log | 202 +-
06-build_abe-glibc/console.log | 38557 +++++----
07-build_abe-stage2/console.log | 38063 ++++-----
08-build_llvm-true/console.log | 13110 +--
10-benchmark--O3/benchmark-start.log | 2 +-
10-benchmark--O3/benchmark.log | 5 +-
10-benchmark--O3/console.log | 303 +-
11-check_regression/console.log | 2425 +-
11-check_regression/results-0.csv | 2167 +-
11-check_regression/results-1.csv | 2179 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 7 +-
11-check_regression/results-full.csv | 2324 +-
11-check_regression/results.csv | 159 +-
11-check_regression/results.log | 2416 +-
12-update_baseline/console.log | 6198 +-
12-update_baseline/results-1.csv | 2179 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 7 +-
12-update_baseline/results-full.csv | 2178 +-
12-update_baseline/results.csv | 157 +-
12-update_baseline/results.log | 1824 +-
12-update_baseline/results.regressions | 2 +-
console.log | 123970 +++++++++++++++--------------
jenkins/manifest.sh | 22 +-
results_id | 2 +-
30 files changed, 133065 insertions(+), 130523 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/gnu-release-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 689d4b7c 0: update: gcc-ea3f1f2347841c7bbc469c0a7c8fd46fdbb0b251: 1
new 40f05898 0: update: gcc-597b99c3221e43c52f076e982f12f18be580649c: 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 (689d4b7c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 280 +-
02-prepare_abe/console.log | 432 +-
04-build_abe-bootstrap_ubsan/console.log | 71650 ++++++++++++++--------------
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 72402 +++++++++++++++--------------
jenkins/manifest.sh | 8 +-
7 files changed, 72413 insertions(+), 72363 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/gnu-master-arm-check_binutils
in repository toolchain/ci/base-artifacts.
discards 27874b3e 2: update: binutils-f8b1e5f6fcdb27c7ea520643880a208578d42d0e: 1
new 659effa3 2: update: binutils-edf92af0fbc064243069578353ff569462c3df5b: 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 (27874b3e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-check [...]
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 | 128 +-
02-prepare_abe/console.log | 446 +-
03-build_abe-binutils/console.log | 19740 ++++++++++----------
04-build_abe-check_binutils/console.log | 6857 ++++---
05-check_regression/console.log | 332 +-
05-check_regression/results.regressions | 7 +-
06-update_baseline/console.log | 1736 +-
06-update_baseline/results.regressions | 6 +-
console.log | 29239 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 4 +-
sumfiles/ld.sum | 8 +-
13 files changed, 29270 insertions(+), 29243 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
in repository toolchain/ci/interesting-commits.
from 3b9620b Add last-good ea3f1f2347841c7bbc469c0a7c8fd46fdbb0b251 from h [...]
new 32cacec Add regression ce2da7f82f4f5469c435ff3731fdeaffcdab0f66 from [...]
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 | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross
in repository toolchain/ci/interesting-commits.
from 46a6f0a Add regression a8654e7d784980cb4596f685964200fcc1164c78 from [...]
new 3b9620b Add last-good ea3f1f2347841c7bbc469c0a7c8fd46fdbb0b251 from h [...]
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 | 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 glibc.
from 2034c70e64 elf: Include <stddef.h> (for size_t), <sys/stat.h> in <ldconfig.h>
new 0792c8ae1a S390: Optimize __memcpy_z196.
new 1d21fb1061 S390: Optimize __memset_z196.
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:
sysdeps/s390/memcpy-z900.S | 21 +++++++++++++++------
sysdeps/s390/memset-z900.S | 19 +++++++++----------
2 files changed, 24 insertions(+), 16 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 85f7484a3a1 m68k: tag floating-point ABI used
new edf92af0fbc Improve documentation of which shell is used by GDB's shell [...]
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/doc/ChangeLog | 5 +++++
gdb/doc/gdb.texinfo | 7 ++++---
2 files changed, 9 insertions(+), 3 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_tx1/llvm-release-aarch64-spec2k6-Oz
in repository toolchain/ci/base-artifacts.
discards e9d6a818 4: update: binutils-gcc-glibc-llvm: 1
new 98216230 4: update: binutils-gcc-glibc-llvm: 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 (e9d6a818)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tx1/llvm-release-aar [...]
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 | 137 +-
02-prepare_abe/console.log | 356 +-
03-build_abe-binutils/console.log | 11480 +--
04-build_abe-stage1/console.log | 13763 ++--
05-build_abe-linux/console.log | 243 +-
06-build_abe-glibc/console.log | 39440 +++++-----
07-build_abe-stage2/console.log | 36070 +++++----
08-build_llvm-true/console.log | 12662 +--
10-benchmark--Oz/benchmark-start.log | 2 +-
10-benchmark--Oz/benchmark.log | 87 +-
10-benchmark--Oz/console.log | 273 +-
11-check_regression/console.log | 2472 +-
11-check_regression/results-0.csv | 2455 +-
11-check_regression/results-1.csv | 2478 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 6 +-
11-check_regression/results-full.csv | 2554 +-
11-check_regression/results.csv | 162 +-
11-check_regression/results.log | 2442 +-
12-update_baseline/console.log | 2758 +-
12-update_baseline/results-1.csv | 2478 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 6 +-
12-update_baseline/results-full.csv | 2416 +-
12-update_baseline/results.csv | 162 +-
12-update_baseline/results.log | 1862 +-
console.log | 119710 ++++++++++++++---------------
jenkins/manifest.sh | 16 +-
results_id | 2 +-
29 files changed, 127896 insertions(+), 128672 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-release-aarch64-check_cross
in repository toolchain/ci/gcc.
from ebfec202cb2 Daily bump.
adds ba654730710 Daily bump.
adds 0e871a5b843 Daily bump.
adds eb9a24a6b6b Fortran : ICE in resolve_fl_procedure PR95708
adds f541655e8b9 Fix memory corruption with vector and variant record
adds 449246af10b PR fortran/95587 - ICE in gfc_target_encode_expr, at fortra [...]
adds 84323d9fa75 PR fortran/95689 - ICE in check_sym_interfaces, at fortran/ [...]
adds ea3f1f23478 Daily bump.
adds ce2da7f82f4 libstdc++: Fix std::from_chars to ignore leading zeros in base 2
adds e3d976ae009 Revert "PR fortran/95689 - ICE in check_sym_interfaces, at [...]
adds c66d68d1e1e Daily bump.
adds 12cdfdd5b14 x96: Remove PTA_CLWB from PTA_ICELAKE_CLIENT
new 597b99c3221 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/ChangeLog | 9 +++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 5 ++
gcc/ada/gcc-interface/trans.c | 18 ++++--
gcc/config/i386/i386.h | 4 +-
gcc/fortran/ChangeLog | 38 +++++++++++++
gcc/fortran/intrinsic.c | 6 +-
gcc/fortran/match.c | 5 ++
gcc/fortran/resolve.c | 1 +
gcc/testsuite/ChangeLog | 30 ++++++++++
gcc/testsuite/gfortran.dg/pr95587.f90 | 13 +++++
gcc/testsuite/gfortran.dg/pr95708.f90 | 6 ++
libstdc++-v3/ChangeLog | 10 ++++
libstdc++-v3/include/std/charconv | 8 ++-
libstdc++-v3/testsuite/20_util/from_chars/1.cc | 19 +++++--
libstdc++-v3/testsuite/20_util/from_chars/3.cc | 79 ++++++++++++++++++++++++++
16 files changed, 234 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr95587.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr95708.f90
create mode 100644 libstdc++-v3/testsuite/20_util/from_chars/3.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_cross/gnu-release-aarch64-check_cross
in repository toolchain/ci/base-artifacts.
discards 4ebd4376 0: update: binutils-3730a015c05cde8d151f94bef20e43ea2bf96ccc: 1
new ad49f8b6 0: update: binutils-gcc-glibc-qemu: 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 (4ebd4376)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-release-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 | 184 +-
02-prepare_abe/console.log | 180 +-
03-build_abe-binutils/console.log | 10857 +--
04-build_abe-stage1/console.log | 13689 +--
05-build_abe-linux/console.log | 236 +-
06-build_abe-glibc/console.log | 39684 ++++-----
07-build_abe-stage2/console.log | 40292 ++++-----
08-build_abe-qemu/console.log | 2388 +-
09-build_abe-dejagnu/console.log | 316 +-
10-build_abe-check_gcc/console.log | 25572 +++---
11-check_regression/console.log | 35 +-
11-check_regression/results.regressions | 13 +-
12-update_baseline/console.log | 45 +-
12-update_baseline/results.regressions | 13 +-
console.log | 135932 +++++++++++++++--------------
jenkins/manifest.sh | 16 +-
sumfiles/g++.sum | 2 +-
sumfiles/gcc.sum | 2 +-
sumfiles/gfortran.sum | 10 +-
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.sum | 4 +-
23 files changed, 135172 insertions(+), 134304 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.