This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 255fa4a0abe aarch64: Add support for __pldir intrinsic
new 8b8d234304a vect: Add check for BUILT_IN_NORMAL to ifcvt [PR122103]
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-if-conv.cc | 4 +++-
1 file changed, 3 insertions(+), 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 binutils-gdb.
from 3507c2881ef gdb/dwarf: rename dwarf2_start_subfile to dwarf2_cu::start_subfile
new 46dceb3cac5 [gdb/testsuite] Fix gdb.base/watchpoint-adjacent.exp with m32
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:
gdb/testsuite/gdb.base/watchpoint-adjacent.c | 13 +++++--------
1 file changed, 5 insertions(+), 8 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-15
in repository gcc.
from 5bf4cb9589b Daily bump.
new a45e792d202 Fix gcc.c-torture/execute/pr110817-[13].c on the SPARC
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/expr.cc | 5 +++--
1 file changed, 3 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 gcc.
from 56dd47c073c testsuite: rework some vect/complex testcases
new 434c587537b Fix gcc.c-torture/execute/pr110817-[13].c on the SPARC
new cf4b3537640 aarch64: Add support for FEAT_PCDPHINT atomic_store intrinsics.
new 255fa4a0abe aarch64: Add support for __pldir intrinsic
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:
gcc/config/aarch64/aarch64-builtins.cc | 148 +++++++++++++++++
gcc/config/aarch64/aarch64-c.cc | 1 +
gcc/config/aarch64/aarch64.h | 3 +
gcc/config/aarch64/aarch64.md | 12 ++
gcc/config/aarch64/arm_acle.h | 29 ++++
gcc/config/aarch64/atomics.md | 24 +++
gcc/config/aarch64/iterators.md | 1 +
gcc/expr.cc | 5 +-
.../gcc.target/aarch64/atomic_store_with_stshh.c | 185 +++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/pldir.c | 12 ++
10 files changed, 418 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/atomic_store_with_stshh.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pldir.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 b46fee9c0bf Automatic date update in version.in
new e4d4bb9f71d gdb/dwarf: remove line_header parameter from dwarf2_decode_lines
new 68691f88cfb gdb/dwarf: remove m_line_header from lnp_state_machine class
new 3121014844c gdb/dwarf: remove the line_header argument from dwarf2_star [...]
new 361b1ea794b gdb/dwarf: move subfile and symtab creation into dwarf2_cu method
new 3507c2881ef gdb/dwarf: rename dwarf2_start_subfile to dwarf2_cu::start_subfile
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:
gdb/dwarf2/cu.c | 49 +++++++++++++++++++++++++++++++
gdb/dwarf2/cu.h | 7 +++++
gdb/dwarf2/line-program.c | 75 ++++++++++++++++++-----------------------------
gdb/dwarf2/line-program.h | 10 ++-----
gdb/dwarf2/read.c | 49 +++----------------------------
gdb/dwarf2/read.h | 25 ----------------
6 files changed, 91 insertions(+), 124 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 3809c5b5836 Ada: Clear possible confusion in doc/install.texi
new 56dd47c073c testsuite: rework some vect/complex testcases
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.dg/vect/complex/bb-slp-complex-add-pattern-int.c | 6 +++---
.../gcc.dg/vect/complex/bb-slp-complex-add-pattern-long.c | 10 +++++-----
.../gcc.dg/vect/complex/bb-slp-complex-add-pattern-short.c | 6 +++---
.../vect/complex/bb-slp-complex-add-pattern-unsigned-int.c | 6 +++---
.../vect/complex/bb-slp-complex-add-pattern-unsigned-long.c | 6 +++---
.../complex/bb-slp-complex-add-pattern-unsigned-short.c | 6 +++---
.../gcc.dg/vect/complex/complex-add-pattern-template.c | 8 ++++----
gcc/testsuite/gcc.dg/vect/complex/complex-add-template.c | 8 ++++----
.../vect/complex/fast-math-bb-slp-complex-add-double.c | 4 ++--
.../vect/complex/fast-math-bb-slp-complex-add-float.c | 4 ++--
.../vect/complex/fast-math-bb-slp-complex-add-half-float.c | 4 ++--
.../complex/fast-math-bb-slp-complex-add-pattern-double.c | 4 ++--
.../complex/fast-math-bb-slp-complex-add-pattern-float.c | 4 ++--
.../fast-math-bb-slp-complex-add-pattern-half-float.c | 4 ++--
.../gcc.dg/vect/complex/fast-math-complex-add-double.c | 4 ++--
.../gcc.dg/vect/complex/fast-math-complex-add-float.c | 4 ++--
.../gcc.dg/vect/complex/fast-math-complex-add-half-float.c | 4 ++--
.../vect/complex/fast-math-complex-add-pattern-double.c | 4 ++--
.../vect/complex/fast-math-complex-add-pattern-float.c | 4 ++--
.../vect/complex/fast-math-complex-add-pattern-half-float.c | 4 ++--
.../gcc.dg/vect/complex/vect-complex-add-pattern-byte.c | 6 +++---
.../gcc.dg/vect/complex/vect-complex-add-pattern-int.c | 6 +++---
.../gcc.dg/vect/complex/vect-complex-add-pattern-long.c | 6 +++---
.../gcc.dg/vect/complex/vect-complex-add-pattern-short.c | 6 +++---
.../vect/complex/vect-complex-add-pattern-unsigned-byte.c | 6 +++---
.../vect/complex/vect-complex-add-pattern-unsigned-int.c | 6 +++---
.../vect/complex/vect-complex-add-pattern-unsigned-long.c | 6 +++---
.../vect/complex/vect-complex-add-pattern-unsigned-short.c | 6 +++---
gcc/testsuite/lib/target-supports.exp | 13 +++++++++----
29 files changed, 85 insertions(+), 80 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 c6085ca0ed4 tree-object-size: Deterministic SSA generation [PR123351]
new ba43d01f54d Testsuite: Return ELF as object format for Solaris targets
new 3809c5b5836 Ada: Clear possible confusion in doc/install.texi
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/doc/install.texi | 19 +++++++++----------
gcc/testsuite/lib/file-format.exp | 5 ++++-
2 files changed, 13 insertions(+), 11 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 users/ibhagat/try-sframe-v3
in repository binutils-gdb.
at 898c722096f cleanup sframe.h and sframe-dump.c based on Jens' patch
This branch includes the following new commits:
new 86eea7b4334 gas: sframe: fix PR gas/33756
new d69b4d15459 [SFrame-V3] readelf: testsuite: sframe: add new SFrame V2 test
new e33b2391aec [SFrame-V3] libsframe: testsuite: add a new test for SFrame V2
new ef51390c4aa [SFrame-V3] libsframe: remove old sframe_decoder_get_funcdesc API
new fbb8c778178 [SFrame-V3] sframe: use const for sframe_decoder_ctx object arg
new c2a17e4aa96 [SFrame-V3] sframe: gas: bfd: ld: format bump to version 3
new 2ee38f86bdc [SFrame-V3] libsframe: bump so version to libsframe.so.3.0.0
new 6b13cc5082e [SFrame-V3] libsframe: add V3 APIs for adding and getting S [...]
new 57985b1e121 [SFrame-V3] sframe: gas: libsframe: use uint16_t for num_fr [...]
new 6538e6f2ecc [SFrame-V3] sframe: gas: libsframe: remove padding field from FDE
new 79381e58ad8 [SFrame-V3] include: libsframe: bfd: gas: testsuite: suppor [...]
new ef45d73a333 [SFrame-V3] sframe: gas: bfd: add support for signal frames
new e2c46426772 [SFrame-V3] gas: sframe: allow SFrame FDEs with 0 FREs for [...]
new ab9d3157d67 [SFrame-V3] include: sframe: s390x: keep unused bits when possible
new 7a5d8e2c963 [SFrame-V3] include: gas: libsframe: add 8-bits of func_inf [...]
new cd59ac1b2be [SFrame-V3] include: sframe: reserve 5 bits for new FDE types
new 3764fe3680e [SFrame-V3] gas: bfd: include: libsframe: fixup terminology [...]
new 1c1db1641e1 [SFrame-V3] gas: sframe: use three states for location tracking
new 5e04cb34127 [SFrame-V3] gas: sframe: output new FDE type SFRAME_FDE_TYPE_FLEX
new cb2be76f216 [SFrame-V3] libsframe: testsuite: add new argument to offse [...]
new 3d0dc70b624 [SFrame-V3] libsframe: textual dump of fde type SFRAME_FDE_ [...]
new 73ab1b486bd [SFrame-V3] sframe: gas: s390: aarch64: x86: add new backen [...]
new 72a4bb325f4 [SFrame-V3] sframe: gas: translate specific CFI directives [...]
new 5a1c4f4bd84 [SFrame-V3] gas: x86: testsuite: add new testcases for SFRA [...]
new 7868bb861cd [SFrame-V3] gas: sframe: testsuite: handle .cfi_register FP [...]
new c6090859000 [SFrame-V3] gas: sframe: testsuite: reject .cfi_register RE [...]
new 87f264185ea [SFrame-V3] gas: sframe: testsuite: handle .cfi_offset for REG_RA
new bfa3174a0fd [SFrame-V3] bfd: ld: sframe: avoid unnecessary decoding of [...]
new bb06f9ca349 [SFrame-V3] include: gas: libsframe: split FDE into desc and attr
new 6a833a3e8f9 [SFrame-V3] gas: sframe: doc: testsuite: add new command li [...]
new 9bfc0550143 [SFrame-V3] ld: add --discard-sframe command line option
new f97551aa9a8 [SFrame-V3] ld: discard sframe sections when --discard-sframe
new 6c0d0e65581 [SFrame-V3] ld: testsuite: x86: sframe: check link of signa [...]
new 2ad3119a731 [SFrame-V3] gas: binutils: ld: NEWS: add SFrame v3 related [...]
new 1445c29c600 [SFrame-V3] include: libsframe: remove SFRAME_F_FRAME_POINTER flag
new ca16d362146 [SFrame-V3][WIP] sframe: doc: specification changes for SFr [...]
new 8bd71942e5f makeshift s390x flex FDE use
new 1567f0fba2e s390x: Jens' patch to move err tests to flex ones
new 7b76ec7bb29 TODO: fixup! s390: sframe: gas: Represent .cfi_def_cfa[_reg [...]
new 1d7f8d26844 bring Jens fix fpra-register-1.d fpra-register-2.d
new f69a2522768 testsuite: fixup s390x tests now that 2 RA offsets are not [...]
new 898c722096f cleanup sframe.h and sframe-dump.c based on Jens' patch
The 42 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.
--
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 e32c3fb4311 Generate a runtime error on recursive I/O, thread-safe
new c6085ca0ed4 tree-object-size: Deterministic SSA generation [PR123351]
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-object-size.cc | 8 +++++---
1 file changed, 5 insertions(+), 3 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 5376cb84aa1 MAINTAINERS: Add my Bugzilla Account
new e32c3fb4311 Generate a runtime error on recursive I/O, thread-safe
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/fortran/libgfortran.h | 1 +
gcc/testsuite/gfortran.dg/pr119136.f90 | 10 ++++++
libgfortran/io/async.h | 56 +++++++++++++++++++++++++++++++
libgfortran/io/io.h | 7 ++--
libgfortran/io/transfer.c | 2 ++
libgfortran/io/unit.c | 60 ++++++++++++++++++++++++++--------
libgfortran/io/unix.c | 12 +++----
libgfortran/runtime/error.c | 4 +++
8 files changed, 131 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr119136.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.