This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from bcf7ebba911 ada: Fix bogus Constraint_Error on allocator for access to [...]
new dac34a18148 arm: Update early-break tests to accept thumb output too.
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.target/arm/vect-early-break-cbranch.c | 24 ++++++++++++++++++++++
1 file changed, 24 insertions(+)
--
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 33b1173361b aarch64: Fix up GC of aarch64_simd_types [PR113270]
new bfacdd11d99 ada: Document new SPARK aspect and pragma Always_Terminates
new 3b9d4258ea7 ada: Avoid xref on out params of TSS
new e3da93d988c ada: Remove unreachable code in Resolve_Extension_Aggregate
new c1ebec34788 ada: Fix precondition in Interfaces.C.Strings
new 85f0ae3c54a ada: Error compiling Ada 2022 object renaming with no subtype mark
new 7d4c4a4d21a ada: Fix bug in Sem_Util.Enclosing_Declaration
new 7ebae03696b ada: Fix uses of not Present
new 31f905391fb ada: Remove dead code for GNATprove inlining
new 00a97303c2a ada: Remove dead detection of recursive inlined subprograms
new 9afbf898ce8 ada: More aggressive inlining of subprogram calls in GNATpr [...]
new da75ce88bde ada: Remove side effects depending on the context of subtyp [...]
new 8f987210930 ada: Cannot requeue to a procedure implemented by an entry
new 4784601d726 ada: Add __atomic_store_n binding to System.Atomic_Primitives
new fc48e3b2060 ada: Fix internal error on class-wide allocator inside if-e [...]
new 1e964635b64 ada: Fix limited_with in Check_Scil; allow for <> in pp of [...]
new b4beadb39a6 ada: Remove unused runtime entity
new 8ca25eacaa3 ada: Excess elements created for indexed aggregates with it [...]
new 1e2a2daa773 ada: Allow passing private types to generic formal incomple [...]
new 9f6266e0adf ada: Minor change replacing "not Present" tests with "No" tests
new 9b7d674fadd ada: Do not count comparison of addresses as a modification
new 63da219a948 ada: Preliminary cleanup in aliasing support code
new bcf7ebba911 ada: Fix bogus Constraint_Error on allocator for access to [...]
The 22 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/atree.adb | 16 +-
gcc/ada/contracts.adb | 12 +-
.../doc/gnat_rm/implementation_defined_aspects.rst | 6 +
.../doc/gnat_rm/implementation_defined_pragmas.rst | 14 +
gcc/ada/exp_aggr.adb | 151 +-
gcc/ada/exp_attr.adb | 11 +-
gcc/ada/exp_util.adb | 74 +-
gcc/ada/freeze.adb | 13 +-
gcc/ada/gcc-interface/decl.cc | 51 +-
gcc/ada/gcc-interface/gigi.h | 12 +-
gcc/ada/gcc-interface/utils.cc | 49 +-
gcc/ada/gnat-style.texi | 68 +-
gcc/ada/gnat_rm.texi | 2821 ++++++++++----------
gcc/ada/gnat_ugn.texi | 1406 +++++-----
gcc/ada/inline.adb | 34 +-
gcc/ada/lib-xref.adb | 12 +-
gcc/ada/libgnat/i-cstrin.ads | 9 +-
gcc/ada/libgnat/s-atopri.ads | 13 +
gcc/ada/libgnat/s-atopri__32.ads | 12 +
gcc/ada/libgnat/s-finmas.adb | 14 -
gcc/ada/libgnat/s-finmas.ads | 4 -
gcc/ada/pprint.adb | 6 +-
gcc/ada/rtsfind.ads | 2 -
gcc/ada/sem_aggr.adb | 41 +-
gcc/ada/sem_attr.adb | 8 +-
gcc/ada/sem_ch12.adb | 162 +-
gcc/ada/sem_ch3.adb | 14 +-
gcc/ada/sem_ch6.adb | 6 +-
gcc/ada/sem_ch8.adb | 26 +-
gcc/ada/sem_ch9.adb | 26 +
gcc/ada/sem_res.adb | 11 +-
gcc/ada/sem_scil.adb | 1 +
gcc/ada/sem_util.adb | 5 +
33 files changed, 2616 insertions(+), 2494 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 c22cf7a7a77 tree-optimization/113026 - fix vector epilogue maximum iter bound
new 33b1173361b aarch64: Fix up GC of aarch64_simd_types [PR113270]
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.gcc | 2 +-
gcc/config/aarch64/aarch64-builtins.cc | 4 +++-
2 files changed, 4 insertions(+), 2 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 e2a26339456 Synchronize sourceware version of the libiberty sources wit [...]
new ac1b12b5134 PPC64/ELF: adjust comment wrt ABI versions
new 7440781b676 x86: FMA insns aren't eligible to VEX2 encoding
new 7c3df3c680c x86: add missing APX logic to cpu_flags_match()
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:
bfd/elf64-ppc.c | 2 +-
gas/config/tc-i386.c | 26 ++++++++++++++++++++++
.../gas/i386/x86-64-apx-egpr-promote-inval.l | 7 ++++++
.../gas/i386/x86-64-apx-egpr-promote-inval.s | 10 +++++++++
gas/testsuite/gas/i386/x86-64-optimize-2.d | 1 +
gas/testsuite/gas/i386/x86-64-optimize-2.s | 3 +++
gas/testsuite/gas/i386/x86-64-optimize-2a.d | 1 +
gas/testsuite/gas/i386/x86-64-optimize-2b.d | 1 +
gas/testsuite/gas/i386/x86-64-optimize-2c.d | 1 +
gas/testsuite/gas/i386/x86-64-optimize-5.d | 1 +
gas/testsuite/gas/i386/x86-64-optimize-6.d | 1 +
opcodes/i386-opc.tbl | 8 ++++++-
12 files changed, 60 insertions(+), 2 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 e318eb09309 aarch64: ADD FEAT_THE RCWCAS instructions.
new e2a26339456 Synchronize sourceware version of the libiberty sources wit [...]
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:
include/demangle.h | 4 +
libiberty/ChangeLog | 54 +++++++++++
libiberty/config.in | 9 ++
libiberty/configure | 8 +-
libiberty/configure.ac | 8 +-
libiberty/cp-demangle.c | 105 +++++++++++++++-----
libiberty/pex-unix.c | 174 +++++++++++++++++++++++++++++++++-
libiberty/testsuite/demangle-expected | 11 +++
8 files changed, 342 insertions(+), 31 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 aaa9467618a Fix outdated comment
new c22cf7a7a77 tree-optimization/113026 - fix vector epilogue maximum iter bound
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/tree-vect-loop-manip.cc | 47 +++++++++++++++------------------------------
1 file changed, 15 insertions(+), 32 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 releases/gcc-12
in repository gcc.
from 67360c94d7c Daily bump.
new 5b17c2c6cbc Fix nternal compiler error for Sequential Partition_Elabora [...]
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/ada/exp_ch6.adb | 5 ++++-
gcc/ada/gnatbind.adb | 3 +++
gcc/ada/libgnat/s-rident.ads | 7 ++++---
gcc/ada/restrict.adb | 12 ++++++++++--
gcc/ada/sem_prag.adb | 19 +++++++++++++++++++
5 files changed, 40 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 81e1c9929 Add entry b3cc5a1efead520bc977b4ba51f1328d01b3e516 from https [...]
new f14cbea7b Add entry b3cc5a1efead520bc977b4ba51f1328d01b3e516 from https [...]
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/sha1/b3cc5a1efead520bc977b4ba51f1328d01b3e516/jira/description | 5 +++++
gcc/sha1/b3cc5a1efead520bc977b4ba51f1328d01b3e516/jira/yaml | 5 +++++
gcc/sha1/b3cc5a1efead520bc977b4ba51f1328d01b3e516/status.txt | 5 +++++
.../master-arm-check_bootstrap_lto}/details.txt | 6 +++---
.../master-arm-check_bootstrap_lto}/reproduction_instructions.txt | 4 ++--
.../master-arm-check_bootstrap_lto}/status-summary.txt | 0
.../tcwg_bootstrap_check/master-arm-check_bootstrap_lto/status.txt | 4 ++--
.../tcwg_bootstrap_check}/status-summary.txt | 0
.../tcwg_bootstrap_check/status.txt | 4 ++--
9 files changed, 24 insertions(+), 9 deletions(-)
copy gcc/sha1/b3cc5a1efead520bc977b4ba51f1328d01b3e516/{tcwg_gnu_native_check_gcc/ [...]
copy gcc/sha1/b3cc5a1efead520bc977b4ba51f1328d01b3e516/{tcwg_gcc_check/master-aarc [...]
copy gcc/sha1/{2bae476b511dc441bf61da8a49cca655575e7dd6 => b3cc5a1efead520bc977b4b [...]
copy gcc/sha1/{60c231cb65807fb963624acc4f82d2935e305f93 => b3cc5a1efead520bc977b4b [...]
copy gcc/sha1/{2bae476b511dc441bf61da8a49cca655575e7dd6 => b3cc5a1efead520bc977b4b [...]
copy gcc/sha1/{d9dd04f9f17e36854387899eb630c64a0c8d1a17 => b3cc5a1efead520bc977b4b [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from 7811b63b5 Add entry 3d3d8fef07926f01cc08bba65728808f4fc6e36d from https [...]
new 81e1c9929 Add entry b3cc5a1efead520bc977b4ba51f1328d01b3e516 from https [...]
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:
.../tcwg_bootstrap_check/master-arm-check_bootstrap_lto}/build_url | 2 +-
.../master-arm-check_bootstrap_lto}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{01fe115ba7eafebcf97bbac9e157038a003d0c85/tcwg_bootstrap_check/maste [...]
copy gcc/sha1/b3cc5a1efead520bc977b4ba51f1328d01b3e516/{tcwg_gcc_check/master-aarc [...]
--
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_bmk-code_vect-spec2k6/llvm-aarch64-master-O3
in repository toolchain/ci/base-artifacts/tcwg_bmk-code_vect-spec2k6/llvm-aarch64-master-O3.
was f0134ed onsuccess: #99: 1: [TCWG CI] https://ci.linaro.org/job/tcwg_b [...]
The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.