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 0840c502784 Daily bump.
new c12d50e33da 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/DATESTAMP | 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_gnu_native_check_binutils/release-aarch64
in repository toolchain/ci/gcc.
from 435e4202549 Daily bump.
adds 259945a0a48 Remove macro check for __AMX_BF16/INT8/TILE__ in header file.
adds d9f215aa59c Fix tests that require IBM 128-bit long double
adds c464a949e21 Make xxsplti*, xpermx, xxeval be vecperm type.
adds 1456e634324 Use UNSPSEC_XXSPLTIDP instead of UNSPEC_XXSPLTID
adds 95553bfcc3a Fortran - fix whitespace issue during parsing of assigned goto
adds f826c257b6f Fortran - correct check for constraint F2008:C628 / F2018:C932
adds 9c3a4753acf Daily bump.
adds b18391e701d Daily bump.
new c94755c7734 Fortran - simplify length of substring with constant bounds
new 71013e5fb84 Fortran - extend set of substring expressions handled in le [...]
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/ChangeLog | 30 +++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/amxbf16intrin.h | 2 +-
gcc/config/i386/amxint8intrin.h | 2 +-
gcc/config/i386/amxtileintrin.h | 2 +-
gcc/config/rs6000/altivec.md | 26 ++---
gcc/fortran/ChangeLog | 19 +++
gcc/fortran/match.c | 2 +-
gcc/fortran/resolve.c | 5 +-
gcc/fortran/simplify.c | 46 +++++++-
gcc/testsuite/ChangeLog | 38 ++++++
gcc/testsuite/c-c++-common/dfp/convert-bfp-11.c | 20 ++--
gcc/testsuite/g++.target/i386/pr102166.C | 20 ++++
gcc/testsuite/gcc.target/powerpc/pr70117.c | 24 ++--
gcc/testsuite/gfortran.dg/goto_9.f90 | 10 ++
gcc/testsuite/gfortran.dg/pr100950.f90 | 65 +++++++++++
.../gfortran.dg/unlimited_polymorphic_33.f90 | 18 +++
gcc/testsuite/lib/target-supports.exp | 128 +++++++++++++++++++++
18 files changed, 414 insertions(+), 45 deletions(-)
create mode 100644 gcc/testsuite/g++.target/i386/pr102166.C
create mode 100644 gcc/testsuite/gfortran.dg/goto_9.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr100950.f90
create mode 100644 gcc/testsuite/gfortran.dg/unlimited_polymorphic_33.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_binutils/release-aarch64
in repository toolchain/ci/binutils-gdb.
from dc1daf51ae Automatic date update in version.in
adds 8609cba017 Automatic date update in version.in
adds 6fc08811a1 Automatic date update in version.in
adds 89c2f0e527 Automatic date update in version.in
adds 8f1a907b47 Automatic date update in version.in
adds e0e48e8cf9 Automatic date update in version.in
adds e284d00d3e Automatic date update in version.in
adds eccb3ba799 Automatic date update in version.in
adds 61bdb9457a Automatic date update in version.in
adds 2840a1862b [gdb] Fix 'not in executable format' error message
adds 106177faac Automatic date update in version.in
adds 1862155361 Automatic date update in version.in
adds c986baa363 Automatic date update in version.in
adds f566731d15 Automatic date update in version.in
adds 7350820d0d Automatic date update in version.in
adds 0f6a3150d5 Automatic date update in version.in
adds 897254e073 Automatic date update in version.in
adds e1652de24a [gdb/cli] Don't assert on empty string for core-file
adds 8ba9495958 Automatic date update in version.in
adds 5b766b015c Automatic date update in version.in
adds 351b63eca9 [gdb/testsuite] Fix gdb.fortran/call-no-debug.exp symbol search
adds c52e9db30f [gdb/testsuite] Fix dwo path in fission-*.S
adds 26db900e8d Automatic date update in version.in
adds c6c2468fdf Automatic date update in version.in
adds 5c177fed07 [gdb/testsuite] Add untested case in selftest_setup
adds e34a209edf [gdb/testsuite] Add untested case in gdb.gdb/complaints.exp
adds 76c001c234 Automatic date update in version.in
adds a6e40b53ef [gdb/testsuite] Check avx support in gdb.arch/amd64-disp-ste [...]
adds 2b195da8a2 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 12 +++
gdb/corelow.c | 3 +-
gdb/exec.c | 8 +-
gdb/testsuite/ChangeLog | 46 +++++++++
gdb/testsuite/gdb.arch/amd64-disp-step-avx.exp | 5 +
gdb/testsuite/gdb.arch/i386-avx.c | 115 +++++++++------------
gdb/testsuite/gdb.arch/i386-avx.exp | 22 +---
gdb/testsuite/gdb.base/batch-exit-status.exp | 4 +
.../non-executable.exp} | 24 +++--
gdb/testsuite/gdb.dwarf2/fission-base.S | 5 +-
gdb/testsuite/gdb.dwarf2/fission-base.exp | 2 +-
gdb/testsuite/gdb.dwarf2/fission-loclists-pie.S | 4 +-
gdb/testsuite/gdb.dwarf2/fission-loclists-pie.exp | 2 +-
gdb/testsuite/gdb.dwarf2/fission-loclists.S | 5 +-
gdb/testsuite/gdb.dwarf2/fission-loclists.exp | 2 +-
gdb/testsuite/gdb.dwarf2/fission-reread.S | 7 +-
gdb/testsuite/gdb.dwarf2/fission-reread.exp | 2 +-
gdb/testsuite/gdb.fortran/call-no-debug.exp | 19 ++--
gdb/testsuite/gdb.gdb/complaints.exp | 20 ++++
gdb/testsuite/lib/gdb.exp | 44 ++++++++
gdb/testsuite/lib/selftest-support.exp | 16 +--
22 files changed, 235 insertions(+), 134 deletions(-)
copy gdb/testsuite/{gdb.dwarf2/gdb-index-nodebug.exp => gdb.base/non-executable.ex [...]
--
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/release-aarch64
in repository toolchain/ci/base-artifacts.
discards e4751a782 0: update: gcc-linux-glibc-gdb: 1
new 3d4d81dd4 0: update: binutils-gcc-linux-glibc-gdb: 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 (e4751a782)
\
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 1604 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2776 -> 2752 bytes
03-build_abe-binutils/console.log.xz | Bin 52540 -> 52284 bytes
04-build_abe-gcc/console.log.xz | Bin 194452 -> 193032 bytes
05-clean_sysroot/console.log.xz | Bin 316 -> 312 bytes
06-build_abe-linux/console.log.xz | Bin 9120 -> 8840 bytes
07-build_abe-glibc/console.log.xz | Bin 304672 -> 297792 bytes
08-build_abe-gdb/console.log.xz | Bin 43208 -> 42580 bytes
09-build_abe-dejagnu/console.log.xz | Bin 4020 -> 3936 bytes
10-build_abe-check_binutils/console.log.xz | Bin 2208 -> 2252 bytes
11-check_regression/console.log.xz | Bin 2580 -> 2348 bytes
11-check_regression/results.compare | 9 +-
11-check_regression/results.compare2 | 56 +----
12-update_baseline/console.log | 226 ++++++++------------
12-update_baseline/results.compare | 9 +-
12-update_baseline/results.compare2 | 56 +----
jenkins/manifest.sh | 23 +-
sumfiles/binutils.log.xz | Bin 54768 -> 54716 bytes
sumfiles/binutils.sum | 56 ++---
sumfiles/gas.log.xz | Bin 72072 -> 72068 bytes
sumfiles/gas.sum | 268 ++++++++++++------------
sumfiles/ld.log.xz | Bin 108896 -> 108920 bytes
sumfiles/ld.sum | 326 ++++++++++++++---------------
23 files changed, 453 insertions(+), 576 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.