This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2d693c1ffd8 DSE: Trim stores of 0 like triming stores of {} [PR87901]
new b986ed16c25 ref-temp1.C: Enable some tests for PE targets
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/abi/ref-temp1.C | 13 +++++++++----
gcc/testsuite/lib/target-supports.exp | 10 ++++++++++
2 files changed, 19 insertions(+), 4 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 baf6ad5dad5 [PATCH] c6x: Fix EHTYPE relocations
new 94f275432f7 gimple-fold: Improve optimize_memcpy_to_memset to handle ST [...]
new 7b4849ec798 gimple-fold: Improve optimize_memcpy_to_memset by walking b [...]
new 16082bdc6be gimple: Canonical order for invariants [PR118902]
new 800b3977031 DSE: Support triming of some more memset [PR87901]
new 2d693c1ffd8 DSE: Trim stores of 0 like triming stores of {} [PR87901]
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:
gcc/fold-const.cc | 6 ++++
gcc/gimple-fold.cc | 56 ++++++++++++++++++++++++------
gcc/testsuite/gcc.dg/pr118947-1.c | 15 ++++++++
gcc/testsuite/gcc.dg/pr78408-3.c | 14 ++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr118902-1.c | 21 +++++++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-52.c | 30 ++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-53.c | 26 ++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-54.c | 25 +++++++++++++
gcc/tree-ssa-dse.cc | 16 ++++++---
9 files changed, 194 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr118947-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr78408-3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr118902-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-52.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-53.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-54.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 6b635f84c4e testsuite: Use int size instead of alignment for pr116357.c
new baf6ad5dad5 [PATCH] c6x: Fix EHTYPE relocations
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/c6x/c6x.h | 6 ++----
1 file changed, 2 insertions(+), 4 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 1f7ac78efa6 tree-optimization/119858 - type mismatch with POINTER_PLUS
new 6b635f84c4e testsuite: Use int size instead of alignment for pr116357.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/pr116357.c | 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 releases/gcc-15
in repository gcc.
from 96171a5cc7b LoongArch: Change {dg-do-what-default} save and restore logical.
new d88b9173255 tree-optimization/119858 - type mismatch with POINTER_PLUS
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-loop.cc | 8 ++++++--
1 file changed, 6 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 869f2ab30ad [PATCH] riscv: Add support for riscv*-gnu (GNU/Hurd on RISC-V)
new 1f7ac78efa6 tree-optimization/119858 - type mismatch with POINTER_PLUS
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-loop.cc | 8 ++++++--
1 file changed, 6 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 529a43109fc [PATCH] [RISC-V] Tune for removal unnecessary sext in built [...]
new 869f2ab30ad [PATCH] riscv: Add support for riscv*-gnu (GNU/Hurd on RISC-V)
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.gcc | 14 ++++++++++++++
gcc/config/riscv/{linux.h => gnu.h} | 15 ++-------------
2 files changed, 16 insertions(+), 13 deletions(-)
copy gcc/config/riscv/{linux.h => gnu.h} (79%)
--
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 6808f74b4f0 libstdc++: Clarify that _S_ prefix is be used for static me [...]
new 529a43109fc [PATCH] [RISC-V] Tune for removal unnecessary sext in built [...]
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/riscv.md | 28 ++++++++++++++++++--------
gcc/testsuite/gcc.target/riscv/pr108016.c | 33 +++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/pr108016.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 637e0dfb04a Automatic date update in version.in
new f04146a96be loongarch gas resolving constant expressions
new 14138ca4d4b build error with 32-bit host and 64-bit time_t
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/loongarch-parse.y | 32 ++++++++++++++++++++++----------
ld/ldmain.c | 4 ++--
2 files changed, 24 insertions(+), 12 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 7e628ff49f7 avoid-store-forwarding: Fix reg init on load-elimination [P [...]
new 6808f74b4f0 libstdc++: Clarify that _S_ prefix is be used for static me [...]
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/doc/xml/manual/appendix_contributing.xml | 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 19af15ba7ad doc: Clarify REG_EH_REGION note usage
new 7e628ff49f7 avoid-store-forwarding: Fix reg init on load-elimination [P [...]
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/avoid-store-forwarding.cc | 11 ++++++++---
gcc/testsuite/gcc.dg/pr119160.c | 26 ++++++++++++++++++++++++++
2 files changed, 34 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr119160.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 dd982198656 LoongArch: Change {dg-do-what-default} save and restore logical.
new 19af15ba7ad doc: Clarify REG_EH_REGION note usage
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/doc/cfg.texi | 10 ++++++----
1 file changed, 6 insertions(+), 4 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-13
in repository gcc.
from c29b9c8074e Daily bump.
new 5e23f9be635 libstdc++: Correct preprocessing checks for floatX_t and bf [...]
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/format | 24 ++++--------------------
1 file changed, 4 insertions(+), 20 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 7479adb2b92 Daily bump.
new 96171a5cc7b LoongArch: Change {dg-do-what-default} save and restore logical.
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.target/loongarch/vector/loongarch-vector.exp | 6 ++++--
1 file changed, 4 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 d776b20148d Daily bump.
new dd982198656 LoongArch: Change {dg-do-what-default} save and restore logical.
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.target/loongarch/vector/loongarch-vector.exp | 6 ++++--
1 file changed, 4 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 7e6f68505 Add entry aa3e72f943032e5f074b2bd2fd06d130dda8760b from https [...]
new 0104cc612 Add entry e0950ebb9ce3ce02bd9a439f55fb2cbf81fa3eaf from https [...]
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:
.../first_url | 2 +-
.../tcwg_flang_test/main-aarch64-Ofast-sve_vla/build_url | 2 +-
.../tcwg_flang_test/main-aarch64-Ofast-sve_vla/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy llvm/sha1/{0bec0f5c059af5f920fe22ecda469b666b5971b0 => e0950ebb9ce3ce02bd9a43 [...]
copy {fujitsu_testsuite/sha1/011e6d92dd86a39ccc5c28cc30672c158422c191 => llvm/sha1 [...]
create mode 100644 llvm/sha1/e0950ebb9ce3ce02bd9a439f55fb2cbf81fa3eaf/tcwg_flang_t [...]
--
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 glibc.
from e150ee8709 hurd: Check return value of mach_port_mod_refs() in the dup [...]
new 6d6a6e2dd2 hurd: save xstate during signal handling
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:
hurd/Makefile | 5 +
hurd/test-sig-rpc-interrupted.c | 185 +++++++++++++++++++++
hurd/test-sig-xstate.c | 94 +++++++++++
.../test-xstate.h | 39 ++---
sysdeps/mach/hurd/i386/bits/sigcontext.h | 2 +
sysdeps/mach/hurd/i386/sigreturn.c | 32 +++-
sysdeps/mach/hurd/x86/trampoline.c | 91 ++++++++--
sysdeps/mach/hurd/x86_64/bits/sigcontext.h | 2 +
sysdeps/mach/hurd/x86_64/sigreturn.c | 32 +++-
9 files changed, 438 insertions(+), 44 deletions(-)
create mode 100644 hurd/test-sig-rpc-interrupted.c
create mode 100644 hurd/test-sig-xstate.c
copy sysdeps/loongarch/fpu/s_fmaximum_mag_num_template.c => hurd/test-xstate.h (57%)
--
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 glibc.
from 1c9ac027a5 malloc: move tcache_init out of hot tcache paths
new e150ee8709 hurd: Check return value of mach_port_mod_refs() in the dup [...]
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:
sysdeps/mach/hurd/dup3.c | 62 +++++++++++++++++++++++++++++++++++------------
sysdeps/mach/hurd/fcntl.c | 53 +++++++++++++++++++++++++++++++---------
2 files changed, 87 insertions(+), 28 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 7336054f9b0 libstdc++: Update status tables to refer to GCC 15 not mainline
new 7479adb2b92 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/ChangeLog | 26 ++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 9 +++++++++
gcc/d/ChangeLog | 4 ++++
gcc/testsuite/ChangeLog | 25 +++++++++++++++++++++++++
libgomp/ChangeLog | 12 ++++++++++++
libstdc++-v3/ChangeLog | 34 ++++++++++++++++++++++++++++++++++
7 files changed, 111 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 releases/gcc-14
in repository gcc.
from a295863e953 libstdc++: Correct preprocessing checks for floatX_t and bf [...]
new 459b93de785 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/ChangeLog | 20 ++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 17 +++++++++++++++++
libstdc++-v3/ChangeLog | 15 +++++++++++++++
4 files changed, 53 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 releases/gcc-13
in repository gcc.
from 13449ccc5f7 Daily bump.
new c29b9c8074e 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 +-
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 releases/gcc-12
in repository gcc.
from 2ea39e7b583 libstdc++: Qualify calls to debug mode helpers
new 9fac6eeafa4 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 +-
libstdc++-v3/ChangeLog | 45 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 46 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 2d6f1ca17f2 [PATCH] RISC-V: Do not free a riscv_arch_string when handli [...]
new d776b20148d 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:
contrib/ChangeLog | 5 +++++
gcc/ChangeLog | 41 +++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 4 ++++
gcc/cp/ChangeLog | 36 ++++++++++++++++++++++++++++++++++
gcc/d/ChangeLog | 4 ++++
gcc/testsuite/ChangeLog | 46 ++++++++++++++++++++++++++++++++++++++++++++
libgomp/ChangeLog | 12 ++++++++++++
libstdc++-v3/ChangeLog | 26 +++++++++++++++++++++++++
maintainer-scripts/ChangeLog | 5 +++++
10 files changed, 180 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 727fa7bcfd6 [gdb/testsuite] Don't run to main in gdb.cp/cplusfuncs.exp
new 637e0dfb04a Automatic date update in version.in
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/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.