This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a698cbfbe5b AArch64: Update system register database.
new 99200573096 PR target/113690: Remove TImode REG_EQUAL notes in STV.
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/i386/i386-features.cc | 42 +++++++++++++++-----------------
gcc/testsuite/gcc.target/i386/pr113690.c | 12 +++++++++
2 files changed, 32 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr113690.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 af3f0482367 gccrs: Fix macro parsing for trait items.
new a698cbfbe5b AArch64: Update system register database.
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/aarch64/aarch64-sys-regs.def | 85 +++++++++++++++++++
gcc/config/aarch64/aarch64.h | 20 +++++
.../gcc.target/aarch64/acle/rwsr-armv8p9.c | 99 ++++++++++++++++++++++
3 files changed, 204 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/acle/rwsr-armv8p9.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 5c3ba60024f middle-end: fix ICE when destination BB for stores starts w [...]
new 830d4659604 Apply TLC to vect_analyze_early_break_dependences
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-data-refs.cc | 43 +++++++++++++++++++++++++------------------
1 file changed, 25 insertions(+), 18 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 f8c50ae2703 gas: x86: ginsn: handle sub-QWORD ALU with imm and MOV ops [...]
new 3ef23ee9263 memory leak in objdump disassemble_section
new c33ea119b1a asan: NULL dereference in _bfd_mips_final_write_processing
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/elfxx-mips.c | 39 +++++++++++++++++++--------------------
binutils/objdump.c | 5 ++---
2 files changed, 21 insertions(+), 23 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 29998cc8a21 range-op: Fix up ABSU_EXPR handling [PR113756]
new 194d0956ef5 middle-end: add additional runtime test for [PR113467]
new 8f6ed71d8ff middle-end: fix ICE when moving statements to empty BB [PR113731]
new 5c3ba60024f middle-end: fix ICE when destination BB for stores starts w [...]
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/gimple-iterator.cc | 7 +--
gcc/gimple-iterator.h | 3 +-
.../gcc.dg/vect/vect-early-break_110-pr113467.c | 52 ++++++++++++++++++++++
.../gcc.dg/vect/vect-early-break_111-pr113731.c | 22 +++++++++
...y-break_1.c => vect-early-break_112-pr113750.c} | 12 +++--
...y-break_1.c => vect-early-break_113-pr113750.c} | 12 +++--
...y-break_1.c => vect-early-break_114-pr113750.c} | 12 +++--
...y-break_1.c => vect-early-break_115-pr113750.c} | 12 +++--
...y-break_1.c => vect-early-break_116-pr113750.c} | 12 +++--
gcc/tree-vect-data-refs.cc | 12 +++++
gcc/tree-vect-loop.cc | 5 +--
11 files changed, 119 insertions(+), 42 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_110-pr113467.c
create mode 100644 gcc/testsuite/gcc.dg/vect/vect-early-break_111-pr113731.c
copy gcc/testsuite/gcc.dg/vect/{vect-early-break_1.c => vect-early-break_112-pr113 [...]
copy gcc/testsuite/gcc.dg/vect/{vect-early-break_1.c => vect-early-break_113-pr113 [...]
copy gcc/testsuite/gcc.dg/vect/{vect-early-break_1.c => vect-early-break_114-pr113 [...]
copy gcc/testsuite/gcc.dg/vect/{vect-early-break_1.c => vect-early-break_115-pr113 [...]
copy gcc/testsuite/gcc.dg/vect/{vect-early-break_1.c => vect-early-break_116-pr113 [...]
--
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 9a6afdff2eb Daily bump.
new 2bd8264a131 aarch64: Avoid out-of-range shrink-wrapped saves [PR111677]
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/aarch64/aarch64.cc | 13 +++++++-
gcc/config/aarch64/aarch64.md | 35 +++++++++++-----------
gcc/config/aarch64/iterators.md | 3 ++
.../gcc.target/aarch64/torture/pr111677.c | 28 +++++++++++++++++
4 files changed, 61 insertions(+), 18 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/torture/pr111677.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 6e308d5f71a testsuite: Don't xfail gcc.dg/debug/dwarf2/inline5.c
new 29998cc8a21 range-op: Fix up ABSU_EXPR handling [PR113756]
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/range-op.cc | 6 ++++--
gcc/testsuite/gcc.dg/pr113756.c | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr113756.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 d755a82079d wide-int: Fix mul_internal overflow handling [PR113753]
new 6e308d5f71a testsuite: Don't xfail gcc.dg/debug/dwarf2/inline5.c
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/debug/dwarf2/inline5.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.