This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from 8b4bb54e6c4 i386: Zero extend 32-bit address to 64-bit with option -mx3 [...]
new b51b45eaf71 fold-const: Fix BIT_INSERT_EXPR folding for BYTES_BIG_ENDIA [...]
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/fold-const.cc | 2 ++
gcc/testsuite/gcc.dg/vect/pr116997.c | 18 ++++++++++++++++++
2 files changed, 20 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr116997.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.
unknown user pushed a change to branch master
in repository gcc.
from 70999668a13 ada: Fix interaction of aspect Predicate and static case ex [...]
new e37641458e9 PR modula2/117371: Add check for zero step in for loop
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/m2/gm2-compiler/M2GenGCC.mod | 24 ++++++++++++++++--------
gcc/testsuite/gm2/iso/fail/forloopbyzero.mod | 18 ++++++++++++++++++
2 files changed, 34 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gm2/iso/fail/forloopbyzero.mod
--
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 884637b6362 libgomp/plugin/plugin-gcn.c: async-queue init - fix functio [...]
new 28a69cb3db4 ada: Tweak test for predefined main unit
new 1850d0dbd32 ada: Crash on 'Access for Stream_Element_Array object
new 7eafe8e9e9e ada: Constraint error not raised in ACATS test c413007
new 856467a7e6d ada: Small cleanup in expansion of array aggregates in allocators
new 7617b83242b ada: Further cleanup in expansion of array aggregates in al [...]
new b2320a12dfe ada: Cleanup in expansion of array aggregates in object dec [...]
new 0019e8dc769 ada: Array aggregate with large static bounds causes compil [...]
new 6a7849592d4 ada: Small cleanup and refactoring in expansion of asynchro [...]
new 3716d9887c9 ada: Fix minor fallout of previous changes to aggregate expansion
new 1b24e30cabb ada: Fix another minor fallout of previous changes to aggre [...]
new b4fd15d8bea ada: Fix another minor fallout of previous changes to aggre [...]
new 70faad19613 ada: Fix small oversight in removal of N_Unchecked_Expression node
new 4e23ce50706 ada: Atomic_Synchronization is not a user-visible check
new 70999668a13 ada: Fix interaction of aspect Predicate and static case ex [...]
The 14 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/accessibility.adb | 17 +
gcc/ada/checks.adb | 6 +-
gcc/ada/debug.adb | 17 +-
.../implementation_defined_characteristics.rst | 12 +-
.../doc/gnat_rm/implementation_defined_pragmas.rst | 35 +-
.../building_executable_programs_with_gnat.rst | 6 +-
gcc/ada/exp_aggr.adb | 623 +++++++--------------
gcc/ada/exp_ch3.adb | 21 +-
gcc/ada/exp_ch4.adb | 43 +-
gcc/ada/exp_ch9.adb | 117 ++--
gcc/ada/exp_sel.adb | 13 +-
gcc/ada/exp_sel.ads | 13 +-
gcc/ada/exp_util.adb | 16 +
gcc/ada/exp_util.ads | 6 +-
gcc/ada/freeze.adb | 32 +-
gcc/ada/freeze.ads | 2 +-
gcc/ada/frontend.adb | 4 +-
gcc/ada/gnat1drv.adb | 5 +-
gcc/ada/gnat_rm.texi | 49 +-
gcc/ada/gnat_ugn.texi | 10 +-
gcc/ada/sem_eval.adb | 11 +
gcc/ada/sem_prag.adb | 19 +-
gcc/ada/sem_res.adb | 2 +-
gcc/ada/snames.ads-tmpl | 6 +-
gcc/ada/switch-c.adb | 4 +-
gcc/ada/targparm.ads | 6 +-
gcc/ada/types.ads | 3 +-
27 files changed, 417 insertions(+), 681 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 944471eaee4 testsuite: Move test pr117093.c into gcc.target/aarch64.
new 884637b6362 libgomp/plugin/plugin-gcn.c: async-queue init - fix functio [...]
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:
libgomp/plugin/plugin-gcn.c | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 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 335cb88259f x86: rename SPACE_{,E}VEX_MAP<N>
new 86bb38cee93 gdb: Make tagged pointer support configurable.
new 27e82ad68b5 LAM: Enable tagged pointer support for watchpoints.
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/aarch64-linux-nat.c | 2 +-
gdb/aarch64-linux-tdep.c | 7 ++-
gdb/aarch64-tdep.c | 23 +++++---
gdb/aarch64-tdep.h | 6 ++
gdb/amd64-linux-tdep.c | 64 +++++++++++++++++++++
gdb/breakpoint.c | 5 +-
gdb/gdbarch-gen.c | 66 ++++++++++++++++++----
gdb/gdbarch-gen.h | 49 ++++++++++++----
gdb/gdbarch_components.py | 53 ++++++++++++++---
gdb/target.c | 3 +-
.../{gdb.btrace/ptwrite.c => gdb.arch/amd64-lam.c} | 44 +++++++++------
.../amd64-lam.exp} | 41 ++++++++------
gdb/testsuite/lib/gdb.exp | 64 +++++++++++++++++++++
14 files changed, 352 insertions(+), 80 deletions(-)
copy gdb/testsuite/{gdb.btrace/ptwrite.c => gdb.arch/amd64-lam.c} (54%)
mode change 100644 => 100755
copy gdb/testsuite/{gdb.base/displaced-step-closure.exp => gdb.arch/amd64-lam.exp} (52%)
--
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 52a392b8b79 RISC-V: Add VLS modes to strided loads.
new 944471eaee4 testsuite: Move test pr117093.c into gcc.target/aarch64.
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.dg/tree-ssa => gcc.target/aarch64}/pr117093.c | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename gcc/testsuite/{gcc.dg/tree-ssa => gcc.target/aarch64}/pr117093.c (100%)
--
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 e7e3d1838f7 libgomp/plugin/plugin-nvptx.c: Change false to NULL to fix [...]
new 5214ddb464a docs: Document maskload else operand and behavior.
new 8f68d9cb789 ifn: Add else-operand handling.
new 6b6bd53619f tree-ifcvt: Add zero maskload else value.
new 634ae740f5a vect: Add maskload else value support.
new a166a6ccdc6 aarch64: Add masked-load else operands.
new 4a39addb492 gcn: Add else operand to masked loads.
new ebf30772415 i386: Add zero maskload else operand.
new b89273a049a RISC-V: Add else operand to masked loads [PR115336].
new 52a392b8b79 RISC-V: Add VLS modes to strided loads.
The 9 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 | 24 +-
gcc/config/aarch64/aarch64-sve-builtins.cc | 12 +-
gcc/config/aarch64/aarch64-sve-builtins.h | 2 +-
gcc/config/aarch64/aarch64-sve.md | 52 +++-
gcc/config/aarch64/aarch64-sve2.md | 3 +-
gcc/config/aarch64/iterators.md | 4 -
gcc/config/aarch64/predicates.md | 4 +
gcc/config/gcn/gcn-valu.md | 23 +-
gcc/config/gcn/predicates.md | 2 +
gcc/config/i386/sse.md | 21 +-
gcc/config/riscv/autovec.md | 54 ++--
gcc/config/riscv/predicates.md | 3 +
gcc/config/riscv/riscv-v.cc | 30 +-
gcc/config/riscv/vector-iterators.md | 243 +++++++++++++++
gcc/config/riscv/vector.md | 22 +-
gcc/doc/md.texi | 63 ++--
gcc/internal-fn.cc | 148 ++++++++--
gcc/internal-fn.h | 13 +-
gcc/optabs-query.cc | 70 +++--
gcc/optabs-query.h | 3 +-
gcc/optabs-tree.cc | 66 +++--
gcc/optabs-tree.h | 8 +-
.../gcc.target/riscv/rvv/autovec/pr115336.c | 20 ++
.../gcc.target/riscv/rvv/autovec/pr116059.c | 15 +
gcc/tree-if-conv.cc | 12 +-
gcc/tree-vect-data-refs.cc | 74 +++--
gcc/tree-vect-patterns.cc | 12 +-
gcc/tree-vect-slp.cc | 22 +-
gcc/tree-vect-stmts.cc | 326 +++++++++++++++++----
gcc/tree-vectorizer.h | 10 +-
30 files changed, 1108 insertions(+), 253 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr115336.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr116059.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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from b0cc81e8708 ld: Support percent-encoded JSON in --package-metadata
new c6f2bd9d108 [gdb/contrib] Fix spellcheck.sh for bash < 5.1
new 3c17b69fa1a x86: generalize "implicit quad group" handling
new 497ee27a748 x86: VP2INTERSECT{D,Q} have mask register destination group
new 335cb88259f x86: rename SPACE_{,E}VEX_MAP<N>
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:
gas/config/tc-i386.c | 91 +-
gas/testsuite/gas/i386/arch-15.d | 2 +-
gas/testsuite/gas/i386/arch-15.s | 2 +-
gas/testsuite/gas/i386/avx512_4fmaps-warn.l | 24 +-
gas/testsuite/gas/i386/avx512_4vnniw-warn.l | 7 +
gas/testsuite/gas/i386/avx512_4vnniw-warn.s | 13 +
gas/testsuite/gas/i386/i386.exp | 2 +
gas/testsuite/gas/i386/vp2intersect-intel.d | 72 +-
gas/testsuite/gas/i386/vp2intersect-inval-bcast.s | 24 +-
gas/testsuite/gas/i386/vp2intersect-warn.l | 31 +
gas/testsuite/gas/i386/vp2intersect-warn.s | 11 +
gas/testsuite/gas/i386/vp2intersect.d | 72 +-
gas/testsuite/gas/i386/vp2intersect.s | 72 +-
gas/testsuite/gas/i386/x86-64-arch-5.d | 2 +-
gas/testsuite/gas/i386/x86-64-arch-5.s | 2 +-
gas/testsuite/gas/i386/x86-64-avx512_4fmaps-warn.l | 12 +-
gas/testsuite/gas/i386/x86-64-vp2intersect-intel.d | 72 +-
.../gas/i386/x86-64-vp2intersect-inval-bcast.s | 24 +-
gas/testsuite/gas/i386/x86-64-vp2intersect.d | 72 +-
gas/testsuite/gas/i386/x86-64-vp2intersect.s | 72 +-
gdb/contrib/spellcheck.sh | 46 +-
opcodes/i386-gen.c | 8 +-
opcodes/i386-opc.h | 26 +-
opcodes/i386-opc.tbl | 174 +--
opcodes/i386-tbl.h | 1308 ++++++++++----------
25 files changed, 1184 insertions(+), 1057 deletions(-)
create mode 100644 gas/testsuite/gas/i386/avx512_4vnniw-warn.l
create mode 100644 gas/testsuite/gas/i386/avx512_4vnniw-warn.s
create mode 100644 gas/testsuite/gas/i386/vp2intersect-warn.l
create mode 100644 gas/testsuite/gas/i386/vp2intersect-warn.s
--
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 76445f36a2f s390: Add arch15 Concurrent-Functions Facility insns
new d5cbf916be4 gas/ELF: also reject merge entity size being zero
new 70ab7e0acfa ELF: SHF_MERGE vs SHT_NOBITS
new af3394d97a8 ELF: SHF_STRINGS isn't really tied to SHF_MERGE
new 20d9fb448c3 gas: move had_errors() invocation in finishing of subsegs
new b0cc81e8708 ld: Support percent-encoded JSON in --package-metadata
The 5 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/elf.c | 10 +++-
bfd/merge.c | 1 +
binutils/testsuite/binutils-all/debug_str.s | 2 +-
gas/config/obj-elf.c | 31 +++++++-----
gas/doc/as.texi | 19 +++----
gas/write.c | 14 +++---
ld/NEWS | 4 ++
ld/emultempl/elf.em | 12 ++++-
ld/ld.texi | 5 ++
ld/ldmisc.c | 78 +++++++++++++++++++++++++++++
ld/ldmisc.h | 1 +
ld/testsuite/ld-elf/package-note.exp | 36 +++++++++++++
ld/testsuite/ld-elf/package-note2.rd | 6 +++
13 files changed, 186 insertions(+), 33 deletions(-)
create mode 100644 ld/testsuite/ld-elf/package-note2.rd
--
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 binutils-2_41-branch
in repository binutils-gdb.
from 1a1d001f91a LoongArch: ld:Report an error when seeing an unrecognized r [...]
new 76c1ece3a59 s390: Add arch15 instruction names
new 94c65b893a7 s390: Add arch15 Concurrent-Functions Facility insns
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:
gas/testsuite/gas/s390/zarch-arch15.d | 4 +
gas/testsuite/gas/s390/zarch-arch15.s | 4 +
opcodes/s390-opc.c | 2 +
opcodes/s390-opc.txt | 228 ++++++++++++++++++----------------
4 files changed, 132 insertions(+), 106 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.