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 8406f842533 Updated Spanish translation for the BFD sub-directory.
new 73c8603c3f2 Fix: internal error in write_function_pdata at obj-coff-seh
new 6d267250a9b Fix typo in assembler documentation
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/config/obj-coff-seh.c | 5 +++++
gas/doc/as.texi | 2 +-
2 files changed, 6 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 gcc.
from a3aeff4ce95 vect: Use vect representative statement instead of original [...]
new 23611606815 [to-be-committed] [RISC-V] Some basic patterns for zbkb cod [...]
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/riscv/crypto.md | 63 ++++++++++++++++++++++++++++++++
gcc/config/riscv/iterators.md | 3 ++
gcc/config/riscv/riscv.md | 9 +++--
gcc/testsuite/gcc.target/riscv/pack32.c | 18 +++++++++
gcc/testsuite/gcc.target/riscv/pack64.c | 17 +++++++++
gcc/testsuite/gcc.target/riscv/packh32.c | 13 +++++++
gcc/testsuite/gcc.target/riscv/packh64.c | 6 +++
gcc/testsuite/gcc.target/riscv/packw.c | 13 +++++++
8 files changed, 139 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/pack32.c
create mode 100644 gcc/testsuite/gcc.target/riscv/pack64.c
create mode 100644 gcc/testsuite/gcc.target/riscv/packh32.c
create mode 100644 gcc/testsuite/gcc.target/riscv/packh64.c
create mode 100644 gcc/testsuite/gcc.target/riscv/packw.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 releases/gcc-13
in repository gcc.
from 67434fec24b libstdc++: Guard use of sized deallocation [PR114940]
new 3185cfe4959 Fortran: Fix SHAPE for zero-size arrays
new fd91953c4df libstdc++: Fix up 19_diagnostics/stacktrace/hash.cc on 13 branch
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/fortran/trans-intrinsic.cc | 4 +-
gcc/testsuite/gfortran.dg/shape_12.f90 | 51 ++++++++++++++++++++++
.../testsuite/19_diagnostics/stacktrace/hash.cc | 2 +-
3 files changed, 55 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/shape_12.f90
--
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 d8d70b78376 target/115254 - fix gcc.dg/vect/vect-gather-4.c dump scanning
new a3aeff4ce95 vect: Use vect representative statement instead of original [...]
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-patterns.cc | 6 +++---
1 file changed, 3 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 c08b0d3f7b3 tree-optimization/115236 - more points-to *ANYTHING = x fixes
new d8d70b78376 target/115254 - fix gcc.dg/vect/vect-gather-4.c dump scanning
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/vect/vect-gather-4.c | 5 ++++-
1 file changed, 4 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 73061b1e53a opcodes: add a .gitattributes file for aarch64 autogenerate [...]
new 8406f842533 Updated Spanish translation for the BFD sub-directory.
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:
bfd/po/es.po | 11912 ++++++++++++++++++++++++++++++++++-----------------------
1 file changed, 7138 insertions(+), 4774 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 3bb534d1a66 Daily bump.
new 72f6b7ec391 ipa: Compare jump functions in ICF (PR 113907)
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/ipa-cp.cc | 2 +-
gcc/ipa-icf-gimple.cc | 29 +++++++
gcc/ipa-prop.cc | 157 ++++++++++++++++++++++++++++++++++
gcc/ipa-prop.h | 3 +
gcc/testsuite/gcc.dg/lto/pr113907_0.c | 18 ++++
gcc/testsuite/gcc.dg/lto/pr113907_1.c | 35 ++++++++
gcc/testsuite/gcc.dg/lto/pr113907_2.c | 11 +++
7 files changed, 254 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/lto/pr113907_0.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr113907_1.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr113907_2.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 releases/gcc-14
in repository gcc.
from 89dff1488ef libstdc++: Guard use of sized deallocation [PR114940]
new dbeb3d127da Fortran: Fix SHAPE for zero-size arrays
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/trans-intrinsic.cc | 4 ++-
gcc/testsuite/gfortran.dg/shape_12.f90 | 51 ++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/shape_12.f90
--
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 eaaa4b88038 tree-optimization/115254 - don't account single-lane SLP ag [...]
new 19cc6111112 Avoid pessimistic constraints for asm memory constraints
new c08b0d3f7b3 tree-optimization/115236 - more points-to *ANYTHING = x fixes
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/testsuite/gcc.dg/pr115236.c | 12 ++++++++++++
gcc/tree-ssa-structalias.cc | 32 ++++++++++++++++++++++++--------
2 files changed, 36 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr115236.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 releases/gcc-13
in repository gcc.
from d7f9f231a17 Daily bump.
new 67434fec24b libstdc++: Guard use of sized deallocation [PR114940]
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/stacktrace | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.