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-release-arm-lts-allnoconfig
in repository toolchain/ci/binutils-gdb.
from c26e2c8be8 Automatic date update in version.in
adds f0b3db3175 Automatic date update in version.in
adds 37eaf1f099 Automatic date update in version.in
adds 178b942b8e Automatic date update in version.in
adds 3972c8ffe0 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_kernel/gnu-release-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 324ae798 0: update: binutils-gcc-linux-qemu: all
new f1067f76 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 (324ae798)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 1620 -> 1648 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 30020 -> 29912 bytes
04-build_abe-stage1/console.log.xz | Bin 86160 -> 86008 bytes
05-build_abe-qemu/console.log.xz | Bin 32908 -> 32072 bytes
06-build_linux/console.log.xz | Bin 3896 -> 3576 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 30 ------------------------------
jenkins/manifest.sh | 22 +++++++++++-----------
10 files changed, 11 insertions(+), 41 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/master-aarch64-bootstrap
in repository toolchain/ci/gcc.
from 656c0212909 c++: dependent conversion operator lookup [PR106179]
adds b33dd787452 analyzer: fix uninit false positive with -ftrivial-auto-var [...]
new c061e99b7de [Ada] Fix spurious error for aggregate with box component choice
new 3fdb556c838 [Ada] Restore accidentally removed part of a comment about [...]
new 405ebd743d3 [Ada] Remove explicit call to Make_Unchecked_Type_Conversion
new 614c45555a1 [Ada] Incorrect emptying of CUDA global subprograms
new 56311a3c9f2 [Ada] Remove old vxworks from Makefile.rtl - e500 port.
new baa3015d8ef [Ada] Fix incorrect itype sharing for case expression in li [...]
new 35e0aa2df74 [Ada] Vxworks7* - Makefile.rtl rtp vs rtp-smp cleanup
new b65a875a7c1 [Ada] Cleanup use of local scalars in GNAT.Socket.Get_Address_Info
new 3202e9f88fd [Ada] Handle secondary stack memory allocations alignment
new 28add0a4c82 [Ada] Missing error on tagged type conversion
new be3bdaa1a53 [Ada] Support ghost generic formal parameters
new 0d7fbcf10f0 [Ada] Spurious non-callable warning on prefixed call in cla [...]
new 870518bfe25 [Ada] Indexing error when calling GNAT.Regpat.Match
new e5802d60130 [Ada] Deferred constant considered as not preelaborable
new cd7d1f448a4 [Ada] Document the various function return mechanisms
new 889db59e6e7 [Ada] Do not give warnings for compiler-generated entities [...]
new 940bbc4363b [Ada] Small tweak to gnat_to_gnu_subprog_type
new 40242ebb71e [Ada] Fix crash on aliased renaming of unconstrained array
new 1141fbd71ea [Ada] Improve code generated for aggregates of VFA type
new fc84bb8c167 [Ada] Update comment after recent changes wrt. secondary st [...]
new 9e0d5db3e04 [Ada] Simplify regular expression that matches 8 consecutiv [...]
The 21 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/Makefile.rtl | 74 ++++-----
gcc/ada/exp_aggr.adb | 11 +-
gcc/ada/exp_ch3.adb | 148 +++++++++---------
gcc/ada/exp_ch6.adb | 47 +++++-
gcc/ada/freeze.adb | 75 ----------
gcc/ada/freeze.ads | 9 --
gcc/ada/gcc-interface/Make-lang.in | 2 +-
gcc/ada/gcc-interface/decl.cc | 38 +++--
gcc/ada/gcc-interface/gigi.h | 4 +
gcc/ada/gcc-interface/trans.cc | 24 ++-
gcc/ada/gcc-interface/utils2.cc | 10 +-
gcc/ada/ghost.adb | 142 ++++++++++++++++--
gcc/ada/ghost.ads | 27 ++++
gcc/ada/gnat_cuda.adb | 9 +-
gcc/ada/libgnat/g-socket.adb | 8 +-
gcc/ada/libgnat/s-imageu.ads | 21 ++-
gcc/ada/libgnat/s-regpat.adb | 33 +++--
gcc/ada/libgnat/s-regpat.ads | 29 +++-
gcc/ada/libgnat/s-secsta.adb | 73 +++++++--
gcc/ada/libgnat/s-secsta.ads | 26 +---
gcc/ada/libgnat/s-valuei.ads | 21 ++-
gcc/ada/libgnat/s-valuti.ads | 27 ++--
gcc/ada/libgnat/system-vxworks7-e500-kernel.ads | 160 --------------------
gcc/ada/libgnat/system-vxworks7-e500-rtp-smp.ads | 165 ---------------------
gcc/ada/libgnat/system-vxworks7-e500-rtp.ads | 164 --------------------
gcc/ada/sem_aggr.adb | 82 ++++++++++
gcc/ada/sem_ch12.adb | 113 ++++++++++----
gcc/ada/sem_ch4.adb | 23 ++-
gcc/ada/sem_prag.adb | 3 +
gcc/ada/sem_res.adb | 137 ++++++++++++-----
gcc/ada/sem_util.adb | 50 ++++++-
gcc/ada/sem_util.ads | 11 ++
gcc/ada/tbuild.adb | 4 +-
gcc/analyzer/region-model.cc | 69 +++++++--
.../gcc.dg/analyzer/torture/uninit-pr106204.c | 13 ++
gcc/testsuite/gcc.dg/analyzer/uninit-pr106204.c | 17 +++
36 files changed, 965 insertions(+), 904 deletions(-)
delete mode 100644 gcc/ada/libgnat/system-vxworks7-e500-kernel.ads
delete mode 100644 gcc/ada/libgnat/system-vxworks7-e500-rtp-smp.ads
delete mode 100644 gcc/ada/libgnat/system-vxworks7-e500-rtp.ads
create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/uninit-pr106204.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/uninit-pr106204.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/master-aarch64-bootstrap
in repository toolchain/ci/binutils-gdb.
from f68697e823 x86: introduce a state stack for .arch
adds ad349f2493 Descriptive DWARF operations dump support for DW_AT_rank
new c975cec5ff x86: fix 3-operand insn reverse-matching
new 3d0738af2a x86: fold two switch() statements in match_template()
new 8bd915b770 x86: make D attribute usable for XOP and FMA4 insns
The 3 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:
binutils/dwarf.c | 1 +
gas/config/tc-i386.c | 67 ++--
gas/testsuite/gas/i386/inval-avx.l | 25 +-
gas/testsuite/gas/i386/inval-avx.s | 6 +
opcodes/i386-opc.h | 3 +
opcodes/i386-opc.tbl | 75 ++--
opcodes/i386-tbl.h | 700 +++----------------------------------
7 files changed, 125 insertions(+), 752 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/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
discards 3017078a 0: update: binutils-gcc: 2
new 7e29621c 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 (3017078a)
\
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 1624 -> 1604 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 39196 -> 38592 bytes
05-build_abe-bootstrap/console.log.xz | Bin 271332 -> 270364 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_bootstrap/release-arm-bootstrap_profiled_lto_lean
in repository toolchain/ci/binutils-gdb.
from f0b3db3175 Automatic date update in version.in
adds 37eaf1f099 Automatic date update in version.in
adds 178b942b8e Automatic date update in version.in
adds 3972c8ffe0 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_profiled_lto_lean
in repository toolchain/ci/base-artifacts.
discards a8b83991 0: update: binutils-gcc: 2
new cc544010 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 (a8b83991)
\
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 1616 -> 1620 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 49668 -> 49292 bytes
.../console.log.xz | Bin 923664 -> 922860 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.