This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gdb_build/master-aarch64
in repository toolchain/ci/base-artifacts.
from 27ba4f9636 onsuccess: #44: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new c358ef69b1 onsuccess: #45: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
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 2156 -> 2128 bytes
02-prepare_abe/console.log.xz | Bin 2596 -> 2640 bytes
04-build_abe-gdb/console.log.xz | Bin 35560 -> 35648 bytes
04-build_abe-gdb/make-gdb.log.xz | Bin 27120 -> 27292 bytes
05-check_regression/console.log.xz | Bin 476 -> 468 bytes
git/gdb_rev | 2 +-
jenkins/build-name | 2 +-
manifest.sh | 8 ++++----
8 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 gcc.
from 95e2a51685d RISC-V: Fix one typo in full-vec-movel test
new 230fef15abb ada: Remove explicit decoration of wrapper created in freezing
new 067d80d8d59 ada: Support new GNAT-specific aspect Ghost_Predicate
new 0c7c1cb41de ada: Simplify appending to a newly created list
new fbf4140df11 ada: Tune style in detection of writable function actuals
new 109307ebe37 ada: Cleanup expansion of locally handled exception handlers
new 0e511e29883 ada: Cleanup finding of locally handled exception handlers
new 43118099788 ada: Remove wrong comment about expansion of exceptions for [...]
new fc84947c6a9 ada: Factor common processing in expansion of aggregates
new be3a8f913fb ada: Fix expansion of aggregates with controlled components
new f02be8fc6e1 ada: Use ghost predicate in standard library
new af10c962b79 ada: Factor out tag assignments from type in expander
new 416bb154d5c ada: Add No_Elaboration_Code_All pragma to System.Storage_Elements
new 5c266974094 ada: Mark attribute Initialized as ghost code
new ae3fd5e8a75 ada: Fix wrong expansion of limited extension aggregate
new d18dd43c1fd ada: Small housekeeping work in expansion of extension aggregates
new 0ac91bdbef4 ada: Remove unreferenced routine Is_Inherited_Operation_For_Type
new 44eb2bbdcef ada: Remove obsolete code in Analyze_Assignment
new c0ceba6c86a ada: Streamline expansion of controlled actions for aggregates
new 54dd56f5c82 ada: Fix internal error on imported function with post-condition
new ad09934f72f ada: Fix spurious error on call to function returning priva [...]
new 5225a2b2ecd ada: Fix exception raised on invalid contract in generic package
new 659aeb21940 ada: Fix iterated component initialization
new d0ffa8d5155 ada: Fix another case of missing Has_Private_View flag
new 204dba400b4 ada: Skip elaboration checks for abstract subprograms on de [...]
new dcc601423c2 ada: Implement new aspect Always_Terminates for SPARK
new 8c748260776 ada: Disable inlining in potentially unevaluated contexts
new 0f1e602e9e3 ada: Recognize iterated_component_association as potentiall [...]
new 86b8d11e485 ada: Recognize iterated_component_association as repeatedly [...]
new d38366cbaed ada: Add missing ss_mark/ss_release in quantified expressions
new f34b31156d2 ada: Fix decoration of iterated component association for G [...]
The 30 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/aspects.adb | 1 +
gcc/ada/aspects.ads | 14 +-
gcc/ada/contracts.adb | 76 +-
gcc/ada/contracts.ads | 4 +
.../doc/gnat_rm/implementation_defined_aspects.rst | 10 +
.../doc/gnat_rm/implementation_defined_pragmas.rst | 2 +-
gcc/ada/einfo-utils.adb | 1 +
gcc/ada/einfo-utils.ads | 1 +
gcc/ada/einfo.ads | 5 +
gcc/ada/exp_aggr.adb | 1267 +++-----------------
gcc/ada/exp_ch11.adb | 132 +-
gcc/ada/exp_ch11.ads | 2 +-
gcc/ada/exp_ch3.adb | 74 +-
gcc/ada/exp_ch4.adb | 54 +-
gcc/ada/exp_ch5.adb | 55 +-
gcc/ada/exp_ch6.adb | 1 +
gcc/ada/exp_disp.adb | 6 +-
gcc/ada/exp_prag.adb | 10 +
gcc/ada/exp_prag.ads | 4 +
gcc/ada/exp_util.adb | 37 +-
gcc/ada/exp_util.ads | 7 +
gcc/ada/gen_il-fields.ads | 3 +-
gcc/ada/gen_il-gen-gen_entities.adb | 1 +
gcc/ada/gen_il-gen-gen_nodes.adb | 4 +-
gcc/ada/ghost.adb | 48 +-
gcc/ada/ghost.ads | 15 +
gcc/ada/gnat_rm.texi | 1171 +++++++++---------
gcc/ada/inline.adb | 4 +-
gcc/ada/libgnat/a-strsup.ads | 2 +-
gcc/ada/libgnat/s-stoele.ads | 3 +
gcc/ada/par-prag.adb | 1 +
gcc/ada/sem_aggr.adb | 14 +-
gcc/ada/sem_attr.adb | 15 +-
gcc/ada/sem_case.adb | 1 +
gcc/ada/sem_ch12.adb | 122 +-
gcc/ada/sem_ch13.adb | 65 +-
gcc/ada/sem_ch3.adb | 23 +-
gcc/ada/sem_ch4.adb | 27 +
gcc/ada/sem_ch5.adb | 159 +--
gcc/ada/sem_elab.adb | 5 +-
gcc/ada/sem_eval.adb | 17 +-
gcc/ada/sem_prag.adb | 222 +++-
gcc/ada/sem_prag.ads | 15 +-
gcc/ada/sem_res.adb | 21 +-
gcc/ada/sem_util.adb | 61 +-
gcc/ada/sem_util.ads | 16 +-
gcc/ada/sinfo.ads | 33 +-
gcc/ada/snames.ads-tmpl | 3 +
gcc/ada/tbuild.adb | 36 +-
gcc/ada/tbuild.ads | 11 +-
50 files changed, 1658 insertions(+), 2223 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_bootstrap_build/master-aarch64-bootstrap
in repository toolchain/ci/base-artifacts.
from 9243b5699a onsuccess: #51: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
new 86fbdaf789 onsuccess: #52: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_ [...]
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 2152 -> 2152 bytes
02-prepare_abe/console.log.xz | Bin 2624 -> 2600 bytes
04-build_abe-bootstrap/console.log.xz | Bin 272216 -> 271800 bytes
04-build_abe-bootstrap/make-gcc-stage2.log.xz | Bin 218480 -> 218564 bytes
05-check_regression/console.log.xz | Bin 468 -> 468 bytes
git/gcc_rev | 2 +-
jenkins/build-name | 2 +-
manifest.sh | 8 ++++----
8 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 gcc.
from 22d85c10a00 AArch64: [PR96339] Optimise svlast[ab]
new 95e2a51685d RISC-V: Fix one typo in full-vec-movel test
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/testsuite/gcc.target/riscv/rvv/autovec/vls-vlmax/full-vec-move1.c | 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.
unknown user pushed a change to branch master
in repository gcc.
from 950fa8552b9 Update perf auto profile script
new 22d85c10a00 AArch64: [PR96339] Optimise svlast[ab]
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/aarch64/aarch64-sve-builtins-base.cc | 133 +++++++++
.../gcc.target/aarch64/sve/acle/general-c/svlast.c | 63 +++++
.../aarch64/sve/acle/general-c/svlast128_run.c | 313 ++++++++++++++++++++
.../aarch64/sve/acle/general-c/svlast256_run.c | 314 +++++++++++++++++++++
.../gcc.target/aarch64/sve/pcs/return_4.c | 2 -
.../gcc.target/aarch64/sve/pcs/return_4_1024.c | 2 -
.../gcc.target/aarch64/sve/pcs/return_4_128.c | 2 -
.../gcc.target/aarch64/sve/pcs/return_4_2048.c | 2 -
.../gcc.target/aarch64/sve/pcs/return_4_256.c | 2 -
.../gcc.target/aarch64/sve/pcs/return_4_512.c | 2 -
.../gcc.target/aarch64/sve/pcs/return_5.c | 2 -
.../gcc.target/aarch64/sve/pcs/return_5_1024.c | 2 -
.../gcc.target/aarch64/sve/pcs/return_5_128.c | 2 -
.../gcc.target/aarch64/sve/pcs/return_5_2048.c | 2 -
.../gcc.target/aarch64/sve/pcs/return_5_256.c | 2 -
.../gcc.target/aarch64/sve/pcs/return_5_512.c | 2 -
16 files changed, 823 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/svlast.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/svlast128_run.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/acle/general-c/svlast256_run.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_glibc_build/master-aarch64
in repository toolchain/ci/base-artifacts.
from 3c59ce9f91 onsuccess: #426: 1: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
new ed487e0f13 onsuccess: #433: 1: [TCWG CI] https://ci.linaro.org/job/tcwg [...]
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 2132 -> 2244 bytes
02-prepare_abe/console.log.xz | Bin 2648 -> 2684 bytes
03-init_abe_sysroot/console.log.xz | Bin 420 -> 420 bytes
04-build_abe-glibc/console.log.xz | Bin 202468 -> 202412 bytes
04-build_abe-glibc/make-glibc.log.xz | Bin 190604 -> 190572 bytes
05-check_regression/console.log.xz | Bin 468 -> 468 bytes
git/glibc_rev | 2 +-
jenkins/build-name | 2 +-
jenkins/pw-report.log | 8 ++++----
manifest.sh | 8 ++++----
10 files changed, 10 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.