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/master-aarch64-bootstrap
in repository toolchain/ci/binutils-gdb.
from cb7da2a640 Further correct the handling of long pathnames on Windows hosts.
adds e008305278 Fix gdb.fortran "failed to extract expected results" errors
adds ea764154c2 Error when gdb_is_target_1 is called without running gdb instance
adds 659971cb0f gdb/python: Add gdb.InferiorThread.details attribute
adds a7041de85a Handle 'QWW' encoding case in Ada enums
adds c9f66f0005 Handle multi-byte bracket sequences in Ada lexer
adds 29928b8e3b Fix maybe-uninitialized warning in py-infthread.c
new 972f7a4b97 Add more filename styling
new 5a734ada7e Fix "spawn id XYZ not open" errors in gdb.mi/mi-exec-run.exp
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:
gdb/NEWS | 5 ++
gdb/ada-exp.y | 16 +++++--
gdb/ada-lang.c | 28 +++++++++---
gdb/ada-lex.l | 24 ++++++----
gdb/ada-valprint.c | 6 ++-
gdb/auto-load.c | 9 ++--
gdb/doc/gdb.texinfo | 2 +
gdb/doc/python.texi | 17 +++++++
gdb/gdb_bfd.c | 4 +-
gdb/infcmd.c | 3 +-
gdb/inferior.c | 4 +-
gdb/linux-thread-db.c | 3 +-
gdb/progspace.c | 4 +-
gdb/python/py-infthread.c | 31 +++++++++++++
gdb/symtab.c | 3 +-
gdb/testsuite/gdb.ada/char_enum_unicode.exp | 52 +++++++++++++++++++++
.../{char_enum => char_enum_unicode}/foo.adb | 14 ++++--
.../gdb.ada/{homonym => char_enum_unicode}/pck.adb | 0
.../gdb.ada/{homonym => char_enum_unicode}/pck.ads | 1 +
gdb/testsuite/gdb.ada/widewide.exp | 4 +-
gdb/testsuite/gdb.fortran/array-slices.exp | 6 +++
gdb/testsuite/gdb.fortran/lbound-ubound.exp | 6 +++
gdb/testsuite/gdb.mi/mi-exec-run.exp | 53 ++++++++++++----------
gdb/testsuite/gdb.python/py-infthread.exp | 5 ++
gdb/testsuite/lib/gdb.exp | 15 ++++++
25 files changed, 255 insertions(+), 60 deletions(-)
create mode 100644 gdb/testsuite/gdb.ada/char_enum_unicode.exp
copy gdb/testsuite/gdb.ada/{char_enum => char_enum_unicode}/foo.adb (65%)
copy gdb/testsuite/gdb.ada/{homonym => char_enum_unicode}/pck.adb (100%)
copy gdb/testsuite/gdb.ada/{homonym => char_enum_unicode}/pck.ads (99%)
--
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/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards 0faa9b3e 0: update: binutils-gcc: 2
new 84825f29 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 (0faa9b3e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/master-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.xz | Bin 1536 -> 1496 bytes
02-prepare_abe/console.log.xz | Bin 2752 -> 2728 bytes
04-build_abe-binutils/console.log.xz | Bin 37684 -> 38412 bytes
05-build_abe-bootstrap/console.log.xz | Bin 262620 -> 262192 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
jenkins/manifest.sh | 12 ++++++------
6 files changed, 6 insertions(+), 6 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 972f7a4b97f Add more filename styling
new 5a734ada7e1 Fix "spawn id XYZ not open" errors in gdb.mi/mi-exec-run.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.mi/mi-exec-run.exp | 53 ++++++++++++++++++++----------------
1 file changed, 30 insertions(+), 23 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_debug
in repository toolchain/ci/gcc.
from b7be60cb581 AArch32: correct dot-product RTL patterns.
adds abd40faeb96 Daily bump.
adds 79fddacc4e8 Daily bump.
adds 8ded52d318e Daily bump.
adds 89cea574209 c++: ICE with attribute on enumerator [PR104667]
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 64 +++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/decl2.c | 3 ++
gcc/testsuite/ChangeLog | 26 +++++++++++++++
gcc/testsuite/g++.dg/ext/attrib64.C | 11 +++++++
5 files changed, 105 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/ext/attrib64.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_gcc_bootstrap/release-arm-bootstrap_debug
in repository toolchain/ci/binutils-gdb.
from be8076ebe1 Automatic date update in version.in
adds a3a2d47ede Automatic date update in version.in
adds 78d5c17e17 Automatic date update in version.in
adds 884f69febf 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_bootstrap/release-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards 60b1e598 0: update: binutils-gcc: 2
new ab548075 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 (60b1e598)
\
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 1560 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2792 -> 2780 bytes
04-build_abe-binutils/console.log.xz | Bin 51268 -> 51680 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 450192 -> 447968 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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/master-aarch64
in repository toolchain/ci/binutils-gdb.
from cb7da2a640 Further correct the handling of long pathnames on Windows hosts.
adds e008305278 Fix gdb.fortran "failed to extract expected results" errors
adds ea764154c2 Error when gdb_is_target_1 is called without running gdb instance
new 659971cb0f gdb/python: Add gdb.InferiorThread.details attribute
new a7041de85a Handle 'QWW' encoding case in Ada enums
new c9f66f0005 Handle multi-byte bracket sequences in Ada lexer
new 29928b8e3b Fix maybe-uninitialized warning in py-infthread.c
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:
gdb/NEWS | 5 +++
gdb/ada-exp.y | 16 +++++--
gdb/ada-lang.c | 28 +++++++++---
gdb/ada-lex.l | 24 +++++-----
gdb/ada-valprint.c | 6 ++-
gdb/doc/gdb.texinfo | 2 +
gdb/doc/python.texi | 17 +++++++
gdb/python/py-infthread.c | 31 +++++++++++++
gdb/testsuite/gdb.ada/char_enum_unicode.exp | 52 ++++++++++++++++++++++
.../{char_enum => char_enum_unicode}/foo.adb | 14 ++++--
.../gdb.ada/{homonym => char_enum_unicode}/pck.adb | 0
.../gdb.ada/{homonym => char_enum_unicode}/pck.ads | 1 +
gdb/testsuite/gdb.ada/widewide.exp | 4 +-
gdb/testsuite/gdb.fortran/array-slices.exp | 6 +++
gdb/testsuite/gdb.fortran/lbound-ubound.exp | 6 +++
gdb/testsuite/gdb.python/py-infthread.exp | 5 +++
gdb/testsuite/lib/gdb.exp | 15 +++++++
17 files changed, 204 insertions(+), 28 deletions(-)
create mode 100644 gdb/testsuite/gdb.ada/char_enum_unicode.exp
copy gdb/testsuite/gdb.ada/{char_enum => char_enum_unicode}/foo.adb (65%)
copy gdb/testsuite/gdb.ada/{homonym => char_enum_unicode}/pck.adb (100%)
copy gdb/testsuite/gdb.ada/{homonym => char_enum_unicode}/pck.ads (99%)
--
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/master-aarch64
in repository toolchain/ci/base-artifacts.
discards ee857f62 0: update: binutils-gcc: 1
new 087bf1a8 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 (ee857f62)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_check/master-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.xz | Bin 1488 -> 1520 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2756 bytes
03-build_abe-binutils/console.log.xz | Bin 37696 -> 37728 bytes
04-build_abe-gcc/console.log.xz | Bin 207388 -> 207944 bytes
05-build_abe-dejagnu/console.log.xz | Bin 3824 -> 3892 bytes
06-build_abe-check_gcc/console.log.xz | Bin 2472 -> 2708 bytes
07-check_regression/console.log.xz | Bin 3192 -> 3476 bytes
07-check_regression/fails.sum | 7 +-
07-check_regression/results.compare | 31 +-
07-check_regression/results.compare2 | 145 +-
07-check_regression/results.regressions | 31 +-
08-update_baseline/console.log | 572 ++--
08-update_baseline/fails.sum | 7 +-
08-update_baseline/results.compare | 31 +-
08-update_baseline/results.compare2 | 145 +-
08-update_baseline/results.regressions | 31 +-
jenkins/manifest.sh | 12 +-
sumfiles/g++.log.xz | Bin 3469508 -> 3487860 bytes
sumfiles/g++.sum | 206 +-
sumfiles/gcc.log.xz | Bin 2989444 -> 2983228 bytes
sumfiles/gcc.sum | 4481 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 1029596 -> 1028112 bytes
sumfiles/gfortran.sum | 40 +-
sumfiles/libatomic.log.xz | Bin 2176 -> 2184 bytes
sumfiles/libatomic.sum | 4 +-
sumfiles/libgomp.log.xz | Bin 190620 -> 190596 bytes
sumfiles/libgomp.sum | 16 +-
sumfiles/libitm.log.xz | Bin 2548 -> 2544 bytes
sumfiles/libitm.sum | 6 +-
sumfiles/libstdc++.log.xz | Bin 428412 -> 429528 bytes
sumfiles/libstdc++.sum | 10 +-
31 files changed, 3051 insertions(+), 2724 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.