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 b8944f0438a compiler: traverse expressions when exporting constants
adds 3b4daa0b3c3 pointer-query: Fix ICE with non-pointer param [PR105635]
adds 213cfa8d0a9 cfgexpand: Yet another spot with debug insns references to [...]
adds 19258b11387 analyzer: update docs about -fanalyzer-checker=taint
adds 16e02662c09 PR105647 Update pr105169* so it does not fail on powerpc64le
new 20c932f30b5 [Ada] Remove dead code for scope entity having E_Subprogram [...]
new 3b0cd3f02ed [Ada] Do not override inlining heuristics for expression fu [...]
new 4e279bd9dc5 [Ada] Small housekeeping work
new e08f1aad6fb [Ada] Small housekeeping work continued
new c697f593f47 [Ada] Get rid of secondary stack for controlled components
new 5cc07f401a6 [Ada] Casing style on record components
new 88f7b07de75 [Ada] Improve optimization of "=" on bit-packed arrays
new 054cf924ac0 [Ada] Further adapt proof of double arithmetic runtime unit
new 10c257afea5 [Ada] Support Ada 2022 null array aggregates
new c92f4fddd68 [Ada] Fix proof of runtime unit a-strfix and a-strsup
new 4e474137e78 [Ada] Remove remaining references to gnatfind/gnatxref
new b626498f6e4 [Ada] Cleanup expansion of protected entry families
new ca03325fb3a [Ada] Fix invalid expanded code for entry families
new 8be71a90b15 [Ada] Avoid copy operation for returns involving function calls
new 55a11c7e345 [Ada] Fix bug in handling of Predicate_Failure aspect
new eff70bcc1f1 [Ada] Ignore Predicate_Failure in GNATprove mode
new 8a03acaace9 [Ada] Wrong interface dynamic dispatch via access parameter
new 4b3cf841642 [Ada] Preserve and reuse original type in Narrow_Large_Operation
new 679ed5b02b2 [Ada] Fix compilation of raise-gcc.c with -DSTANDALONE unde [...]
new e478e16e8a8 [Ada] Ignore Predicate_Failure in CodePeer mode
new bf0b180b42b [Ada] Fix spurious violations of No_Secondary_Stack restriction
new 382a00418d7 [Ada] Avoid internal compiler error for illegal Predicate_F [...]
new bd6c3f92368 [Ada] Mark Requires_Transient_Scope as Inline
new eac0a28825a [Ada] Fix continuation message without a prior error
new 0d9583573b7 [Ada] Remove redundant marking of illegal pragma with error posted
new 8630f50feeb [Ada] Preserve unchecked conversion of string constant
new 4d98c670fa9 [Ada] Adjust copyright line
new dfbdd4b9812 [Ada] Fix for internal error on semi-circular record aggregate
new 795f74c7356 [Ada] Fix internal error on semi-circular record types
new b64c4968c7f [Ada] Do not set Current_Error_Node to a node without location
new db6734819f7 [Ada] Fix internal error on unchecked union with component [...]
new cfc07102ef2 [Ada] Add support for "simd" function attribute
new 9ae384160f4 [Ada] Small housekeeping work in gnat_gimplify_expr
new e4c84b82c5f [Ada] Do not give warnings for compiler-generated entities [...]
new 9aa9ba95ea3 [Ada] Avoid copy operation for returns involving function calls
The 35 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 | 1 +
gcc/ada/debug.adb | 7 +-
.../building_executable_programs_with_gnat.rst | 8 +-
.../doc/gnat_ugn/the_gnat_compilation_model.rst | 7 +-
gcc/ada/einfo-utils.adb | 84 -
gcc/ada/einfo-utils.ads | 2 -
gcc/ada/einfo.ads | 26 +-
gcc/ada/erroutc.ads | 2 +-
gcc/ada/exp_aggr.adb | 35 +-
gcc/ada/exp_attr.adb | 136 +-
gcc/ada/exp_ch4.adb | 13 +-
gcc/ada/exp_ch6.adb | 102 +-
gcc/ada/exp_ch7.adb | 15 +-
gcc/ada/exp_ch9.adb | 25 +-
gcc/ada/exp_pakd.adb | 12 +-
gcc/ada/exp_pakd.ads | 13 +-
gcc/ada/exp_util.adb | 210 +--
gcc/ada/exp_util.ads | 18 +-
gcc/ada/fe.h | 20 +-
gcc/ada/gcc-interface/ada-builtin-types.def | 3 +-
gcc/ada/gcc-interface/ada-builtins.def | 3 +-
gcc/ada/gcc-interface/ada-tree.h | 7 +-
gcc/ada/gcc-interface/ada.h | 2 +-
gcc/ada/gcc-interface/decl.cc | 97 +-
gcc/ada/gcc-interface/gadaint.h | 2 +-
gcc/ada/gcc-interface/targtyps.cc | 2 +-
gcc/ada/gcc-interface/trans.cc | 370 ++--
gcc/ada/gcc-interface/utils.cc | 65 +-
gcc/ada/gcc-interface/utils2.cc | 41 +-
gcc/ada/gen_il-fields.ads | 2 +-
gcc/ada/gen_il-gen-gen_entities.adb | 3 +-
gcc/ada/gnat1drv.adb | 9 +-
gcc/ada/gnat_ugn.texi | 15 +-
gcc/ada/gnatcmd.adb | 38 +-
gcc/ada/gnatfind.adb | 407 -----
gcc/ada/gnatxref.adb | 344 ----
gcc/ada/libgnat/a-strfix.adb | 5 +
gcc/ada/libgnat/a-strsup.adb | 17 +
gcc/ada/libgnat/s-aridou.adb | 175 +-
gcc/ada/libgnat/s-objrea.adb | 16 +-
gcc/ada/libgnat/s-objrea.ads | 4 +-
gcc/ada/libgnat/s-retsta.ads | 57 +
gcc/ada/opt.ads | 12 +-
gcc/ada/par-ch4.adb | 1 +
gcc/ada/raise-gcc.c | 2 +-
gcc/ada/rtsfind.ads | 8 +
gcc/ada/sem_aggr.adb | 133 +-
gcc/ada/sem_aggr.ads | 3 +
gcc/ada/sem_attr.adb | 26 +
gcc/ada/sem_ch13.adb | 575 +++---
gcc/ada/sem_ch8.adb | 2 +
gcc/ada/sem_eval.adb | 15 +-
gcc/ada/sem_prag.adb | 1 -
gcc/ada/sem_res.adb | 6 +-
gcc/ada/sem_util.adb | 280 +--
gcc/ada/sem_util.ads | 55 +-
gcc/ada/style.adb | 9 +-
gcc/ada/uname.adb | 2 +-
gcc/ada/xr_tabls.adb | 1628 -----------------
gcc/ada/xr_tabls.ads | 388 ----
gcc/ada/xref_lib.adb | 1892 --------------------
gcc/ada/xref_lib.ads | 179 --
gcc/cfgexpand.cc | 4 +
gcc/doc/invoke.texi | 2 +
gcc/pointer-query.cc | 2 +-
gcc/testsuite/g++.dg/modules/pr105169_a.C | 4 +-
gcc/testsuite/g++.dg/modules/pr105169_b.C | 4 +-
gcc/testsuite/gcc.dg/pr105630.c | 22 +
gcc/testsuite/gcc.dg/pr105635.c | 11 +
69 files changed, 1719 insertions(+), 5967 deletions(-)
delete mode 100644 gcc/ada/gnatfind.adb
delete mode 100644 gcc/ada/gnatxref.adb
create mode 100644 gcc/ada/libgnat/s-retsta.ads
delete mode 100644 gcc/ada/xr_tabls.adb
delete mode 100644 gcc/ada/xr_tabls.ads
delete mode 100644 gcc/ada/xref_lib.adb
delete mode 100644 gcc/ada/xref_lib.ads
create mode 100644 gcc/testsuite/gcc.dg/pr105630.c
create mode 100644 gcc/testsuite/gcc.dg/pr105635.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 c4dd8eb523 RISC-V: Fix canonical extension order (K and J)
adds 5f3fc928df _bfd_real_fopen should not use ccs parameter on Windows
adds bc5baa9f13 don't over-align file positions of PE executable sections
adds ce462d0435 COFF: make objcopy / strip honor --keep-file-symbols
adds 6db1e45d7b COFF/PE: don't leave zero timestamp after objcopy / strip
adds f0a53c9c89 COFF/PE: keep linker version during objcopy / strip
adds 20bed3bb35 COFF: use hash for string table also when copying / stripping
adds 15b7af6c87 Arm64: force emission of ILP32-dependent relocs
adds 02646f1960 gdbsupport: fix path_join crash with -std=c++17 and -D_GLIBC [...]
new 18bd474461 gdb: testsuite: Support displaced stepping on LoongArch
new 95086e1e54 Fix potentially uninitialised variables in the Windows tools
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:
bfd/ChangeLog | 5 +
bfd/bfdio.c | 4 +-
bfd/coffcode.h | 39 ++++----
bfd/coffgen.c | 235 ++++++++++++++--------------------------------
bfd/cofflink.c | 54 +----------
bfd/libcoff-in.h | 4 +-
bfd/libcoff.h | 4 +-
bfd/peXXigen.c | 18 +++-
binutils/ChangeLog | 11 +++
binutils/dlltool.c | 2 +-
binutils/dllwrap.c | 2 +-
binutils/mclex.c | 2 +-
binutils/objcopy.c | 14 +--
binutils/resrc.c | 2 +-
binutils/srconv.c | 1 +
binutils/windmc.c | 6 +-
gas/config/tc-aarch64.c | 2 +-
gdb/testsuite/lib/gdb.exp | 2 +-
gdbsupport/pathstuff.cc | 2 +-
19 files changed, 146 insertions(+), 263 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 e2674cae 0: update: binutils-gcc: 2
new 7d10f1b8 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 (e2674cae)
\
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 1516 -> 1556 bytes
02-prepare_abe/console.log.xz | Bin 2720 -> 2724 bytes
04-build_abe-binutils/console.log.xz | Bin 38600 -> 37900 bytes
05-build_abe-bootstrap/console.log.xz | Bin 265196 -> 264616 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 36 ----------------------------------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 6 insertions(+), 42 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_cross_check_gcc/master-arm
in repository toolchain/ci/gdb.
from c4dd8eb523 RISC-V: Fix canonical extension order (K and J)
adds 5f3fc928df _bfd_real_fopen should not use ccs parameter on Windows
adds bc5baa9f13 don't over-align file positions of PE executable sections
adds ce462d0435 COFF: make objcopy / strip honor --keep-file-symbols
adds 6db1e45d7b COFF/PE: don't leave zero timestamp after objcopy / strip
adds f0a53c9c89 COFF/PE: keep linker version during objcopy / strip
adds 20bed3bb35 COFF: use hash for string table also when copying / stripping
adds 15b7af6c87 Arm64: force emission of ILP32-dependent relocs
adds 02646f1960 gdbsupport: fix path_join crash with -std=c++17 and -D_GLIBC [...]
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 5 ++
bfd/bfdio.c | 4 +-
bfd/coffcode.h | 39 ++++----
bfd/coffgen.c | 235 ++++++++++++++----------------------------------
bfd/cofflink.c | 54 ++---------
bfd/libcoff-in.h | 4 +-
bfd/libcoff.h | 4 +-
bfd/peXXigen.c | 18 +++-
binutils/objcopy.c | 14 +--
gas/config/tc-aarch64.c | 2 +-
gdbsupport/pathstuff.cc | 2 +-
11 files changed, 126 insertions(+), 255 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_cross_check_gcc/master-arm
in repository toolchain/ci/gcc.
from b8944f0438a compiler: traverse expressions when exporting constants
adds 3b4daa0b3c3 pointer-query: Fix ICE with non-pointer param [PR105635]
adds 213cfa8d0a9 cfgexpand: Yet another spot with debug insns references to [...]
No new revisions were added by this update.
Summary of changes:
gcc/cfgexpand.cc | 4 ++++
gcc/pointer-query.cc | 2 +-
gcc/testsuite/gcc.dg/pr105630.c | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr105635.c | 11 +++++++++++
4 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr105630.c
create mode 100644 gcc/testsuite/gcc.dg/pr105635.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_gnu_cross_check_gcc/master-arm
in repository toolchain/ci/binutils-gdb.
from c4dd8eb523 RISC-V: Fix canonical extension order (K and J)
adds 5f3fc928df _bfd_real_fopen should not use ccs parameter on Windows
adds bc5baa9f13 don't over-align file positions of PE executable sections
adds ce462d0435 COFF: make objcopy / strip honor --keep-file-symbols
adds 6db1e45d7b COFF/PE: don't leave zero timestamp after objcopy / strip
adds f0a53c9c89 COFF/PE: keep linker version during objcopy / strip
adds 20bed3bb35 COFF: use hash for string table also when copying / stripping
adds 15b7af6c87 Arm64: force emission of ILP32-dependent relocs
adds 02646f1960 gdbsupport: fix path_join crash with -std=c++17 and -D_GLIBC [...]
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 5 ++
bfd/bfdio.c | 4 +-
bfd/coffcode.h | 39 ++++----
bfd/coffgen.c | 235 ++++++++++++++----------------------------------
bfd/cofflink.c | 54 ++---------
bfd/libcoff-in.h | 4 +-
bfd/libcoff.h | 4 +-
bfd/peXXigen.c | 18 +++-
binutils/objcopy.c | 14 +--
gas/config/tc-aarch64.c | 2 +-
gdbsupport/pathstuff.cc | 2 +-
11 files changed, 126 insertions(+), 255 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_cross_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards 7e33cb6c 0: update: binutils-gcc-linux-glibc-gdb-qemu: 1
new ad272ccf 0: update: binutils-gcc-linux-glibc-gdb-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 (7e33cb6c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_cross_check_gcc/mast [...]
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 1540 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2740 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 30296 -> 30712 bytes
04-build_abe-stage1/console.log.xz | Bin 90484 -> 90732 bytes
06-build_abe-linux/console.log.xz | Bin 9020 -> 8776 bytes
07-build_abe-glibc/console.log.xz | Bin 231728 -> 232768 bytes
08-build_abe-stage2/console.log.xz | Bin 222336 -> 224212 bytes
09-build_abe-gdb/console.log.xz | Bin 37516 -> 37708 bytes
10-build_abe-qemu/console.log.xz | Bin 31768 -> 32204 bytes
11-build_abe-dejagnu/console.log.xz | Bin 3852 -> 3856 bytes
12-build_abe-check_gcc/console.log.xz | Bin 2672 -> 3088 bytes
13-check_regression/console.log.xz | Bin 2344 -> 2568 bytes
13-check_regression/results.compare | 8 +-
13-check_regression/results.compare2 | 37 +-
14-update_baseline/console.log | 254 ++--
14-update_baseline/results.compare | 8 +-
14-update_baseline/results.compare2 | 37 +-
jenkins/manifest.sh | 18 +-
sumfiles/g++.log.xz | Bin 2676300 -> 2672236 bytes
sumfiles/g++.sum | 34 +-
sumfiles/gcc.log.xz | Bin 2184744 -> 2178348 bytes
sumfiles/gcc.sum | 2247 +++++++++++++++++----------------
sumfiles/gfortran.log.xz | Bin 879784 -> 877060 bytes
sumfiles/gfortran.sum | 6 +-
sumfiles/libatomic.log.xz | Bin 2260 -> 2268 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 197404 -> 197524 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2668 -> 2664 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 418652 -> 416532 bytes
sumfiles/libstdc++.sum | 8 +-
32 files changed, 1367 insertions(+), 1296 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 060173dd73f Fix OMP CAS expansion with separate condition
new f13f9c99dbe libstdc++: Implement LWG 3683 for pmr::polymorphic_allocator
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:
libstdc++-v3/include/std/memory_resource | 16 ++++++++++++++++
.../testsuite/20_util/polymorphic_allocator/lwg3683.cc | 13 +++++++++++++
2 files changed, 29 insertions(+)
create mode 100644 libstdc++-v3/testsuite/20_util/polymorphic_allocator/lwg3683.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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 95086e1e54a Fix potentially uninitialised variables in the Windows tools
new 8ea87c7296f gdb/doc: fix inconsistent info pretty-printer example
new 62ec8e6dad0 gdb/doc: make use of group/end group in 'info pretty-printe [...]
new ad8f56a7371 gdb/doc: use @value{GDBP} in 'info pretty-printer' example
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:
gdb/doc/gdb.texinfo | 28 ++++++++++++++++++----------
1 file changed, 18 insertions(+), 10 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 9aa9ba95ea3 [Ada] Avoid copy operation for returns involving function calls
new 4fc78e18b5b Remove get_or_alloc_expression_id
new 060173dd73f Fix OMP CAS expansion with separate condition
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/omp-expand.cc | 11 ++++++-----
gcc/tree-ssa-pre.cc | 18 +++---------------
2 files changed, 9 insertions(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.