This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch cygwin-3_5-branch
in repository newlib.
from a92abb528 Cygwin: console: Add debug print on thread_sync_event creation error
new 49018bf57 Cygwin: pty: Avoid client deadlock when pty master stops to read.
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:
winsup/cygwin/fhandler/pty.cc | 25 ++++++++++++++++++++++---
winsup/cygwin/release/3.5.4 | 4 ++++
2 files changed, 26 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 binutils-gdb.
from d8eca167157 LoongArch: Remove unused code in ld test suite
new 7fafb574572 MAINTAINERS: Update my e-mail address
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:
binutils/MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 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 543a5b9da96 tree-optimization/115694 - ICE with complex store rewrite
new 382e2123c40 [MAINTAINERS] Update my email address
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:
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 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 releases/gcc-14
in repository gcc.
from 78bd4b1c23a Daily bump.
new 37bbd2c1667 c: Fix ICE related to incomplete structures in C23 [PR114930]
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/c/c-decl.cc | 38 +++++++++++++++++++++++++++++++-------
gcc/testsuite/gcc.dg/pr114574-1.c | 6 +++---
gcc/testsuite/gcc.dg/pr114574-2.c | 6 +++---
gcc/testsuite/gcc.dg/pr114930.c | 9 +++++++++
gcc/testsuite/gcc.dg/pr115502.c | 9 +++++++++
5 files changed, 55 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr114930.c
create mode 100644 gcc/testsuite/gcc.dg/pr115502.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 55f80c690c5 Remove vcond{,u,eq}<mode> expanders since they will be obsolete.
new 543a5b9da96 tree-optimization/115694 - ICE with complex store rewrite
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/g++.dg/torture/pr115694.C | 13 +++++++++++++
gcc/tree-ssa-forwprop.cc | 2 ++
2 files changed, 15 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/torture/pr115694.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 e62ea4fb8ff Enable flate-combine.
new 2e2dfa0095c Add more splitters to match (unspec [op1 op2 (gt op3 constm [...]
new b06a108f0fb Lower AVX512 kmask comparison back to AVX2 comparison when [...]
new 09737d96055 Match IEEE min/max with UNSPEC_IEEE_{MIN,MAX}.
new 3cb204046c0 Add more splitter for mskmov with avx512 comparison.
new e94e6ee495d Adjust testcase for the regressed testcases after obsolete [...]
new 2ccdd0f2231 Optimize a < 0 ? -1 : 0 to (signed)a >> 31.
new 55f80c690c5 Remove vcond{,u,eq}<mode> expanders since they will be obsolete.
The 7 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/mmx.md | 149 ++--
gcc/config/i386/sse.md | 772 +++++++++++++++------
gcc/testsuite/g++.target/i386/pr100637-1b.C | 4 +-
gcc/testsuite/g++.target/i386/pr100637-1w.C | 4 +-
gcc/testsuite/g++.target/i386/pr103861-1.C | 4 +-
.../i386/{pr100637-1b.C => sse4_1-pr100637-1b.C} | 2 +-
.../i386/{pr100637-1w.C => sse4_1-pr100637-1w.C} | 2 +-
.../i386/{pr103861-1.C => sse4_1-pr103861-1.C} | 2 +-
gcc/testsuite/gcc.target/i386/pr103941-2.c | 2 +-
gcc/testsuite/gcc.target/i386/pr111023-2.c | 4 +-
gcc/testsuite/gcc.target/i386/pr88540.c | 4 +-
.../i386/{pr88540.c => sse4_1-pr88540.c} | 2 +-
gcc/testsuite/gcc.target/i386/vect-div-1.c | 2 +-
13 files changed, 627 insertions(+), 326 deletions(-)
copy gcc/testsuite/g++.target/i386/{pr100637-1b.C => sse4_1-pr100637-1b.C} (93%)
copy gcc/testsuite/g++.target/i386/{pr100637-1w.C => sse4_1-pr100637-1w.C} (94%)
copy gcc/testsuite/g++.target/i386/{pr103861-1.C => sse4_1-pr103861-1.C} (93%)
copy gcc/testsuite/gcc.target/i386/{pr88540.c => sse4_1-pr88540.c} (86%)
--
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 79674bfc369 PR31941 objcopy --globalize-symbol
new d8eca167157 LoongArch: Remove unused code in ld test suite
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:
ld/testsuite/ld-loongarch-elf/anno-sym.d | 2 --
ld/testsuite/ld-loongarch-elf/ld-loongarch-elf.exp | 7 -------
2 files changed, 9 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 d65111ff0a4 Automatic date update in version.in
new 79674bfc369 PR31941 objcopy --globalize-symbol
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:
binutils/objcopy.c | 1 +
1 file changed, 1 insertion(+)
--
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 76075bf06ef Daily bump.
new 5e1a9f4ccff Define mask as extern instead of uninitialized local variables.
new 8e1fa107a63 Extend lshifrtsi3_1_zext to ?k alternative.
new e62ea4fb8ff Enable flate-combine.
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/i386/i386-features.cc | 16 +++++++++----
gcc/config/i386/i386-options.cc | 4 ----
gcc/config/i386/i386-passes.def | 4 ++--
gcc/config/i386/i386-protos.h | 1 +
gcc/config/i386/i386.cc | 18 ++++++++++++++
gcc/config/i386/i386.md | 19 ++++++++++-----
gcc/config/i386/sse.md | 28 ++++++++++++++++++++++
.../gcc.target/i386/avx512bitalg-vpopcntb.c | 3 +--
.../gcc.target/i386/avx512bitalg-vpopcntbvl.c | 4 ++--
.../gcc.target/i386/avx512bitalg-vpopcntw.c | 2 +-
.../gcc.target/i386/avx512bitalg-vpopcntwvl.c | 4 ++--
.../gcc.target/i386/avx512f-broadcast-pr87767-1.c | 4 ++--
.../gcc.target/i386/avx512f-broadcast-pr87767-5.c | 1 -
.../gcc.target/i386/avx512f-fmadd-sf-zmm-7.c | 2 +-
.../gcc.target/i386/avx512f-fmsub-sf-zmm-7.c | 2 +-
.../gcc.target/i386/avx512f-fnmadd-sf-zmm-7.c | 2 +-
.../gcc.target/i386/avx512f-fnmsub-sf-zmm-7.c | 2 +-
.../gcc.target/i386/avx512vl-broadcast-pr87767-1.c | 4 ++--
.../gcc.target/i386/avx512vl-broadcast-pr87767-5.c | 2 --
.../gcc.target/i386/avx512vpopcntdq-vpopcntd.c | 5 ++--
.../gcc.target/i386/avx512vpopcntdq-vpopcntq.c | 2 +-
gcc/testsuite/gcc.target/i386/pr91333.c | 2 +-
gcc/testsuite/gcc.target/i386/vect-strided-4.c | 2 +-
23 files changed, 93 insertions(+), 40 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-14
in repository gcc.
from 603b344c07a Fortran: fix ALLOCATE with SOURCE of deferred character len [...]
new 78bd4b1c23a Daily bump.
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/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 31 +++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 24 ++++++++++++++++++++++++
3 files changed, 56 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.