This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2c83c3522e5 c: Optimize TARGET_EXPRs for _Atomic loads [PR123475]
new 1d54992fcf4 aarch64: Fix PCH for sve builtins [PR123457]
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-sve-builtins.cc | 8 ++++----
1 file changed, 4 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 binutils-gdb.
from 49a27f23825 gdb/coffread: remove unused fields of coff_symfile_info
new 0311e824af4 gdb/testsuite: fix typo in gdb.python/py-missing-objfile.exp
new 69e5ddaf799 gdb/solib-svr4: update solib when an inferior is not being [...]
new c1eb7027b3a gdb: update shared libraries when inferior is created, even [...]
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:
gdb/infcmd.c | 53 +++++++++++-----------
gdb/solib-svr4.c | 7 ++-
gdb/testsuite/gdb.python/py-missing-objfile.exp | 59 ++++++++++++++++++-------
3 files changed, 75 insertions(+), 44 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 5031cc843a3 libstdc++: Simplify use_proxy_wait function
new 4f1bde997f5 doc: List more valid -x option arguments
new 2c83c3522e5 c: Optimize TARGET_EXPRs for _Atomic loads [PR123475]
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/c/c-typeck.cc | 32 ++++++++++++++++++++++++++++++++
gcc/doc/invoke.texi | 14 ++++++++++----
gcc/testsuite/gcc.dg/pr123475.c | 12 ++++++++++++
3 files changed, 54 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr123475.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 cd8ebd38208 gdb: remove gdbarch_ecoff_reg_to_regnum
new e99d04066fe gdb/coffread: remove unnecessary forward declarations
new 49a27f23825 gdb/coffread: remove unused fields of coff_symfile_info
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:
gdb/coffread.c | 27 ++-------------------------
1 file changed, 2 insertions(+), 25 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 b405a04ffde Fortran: [PR123483] Fix duplicate finalization
new 9eb863f1523 libstdc++: Ensure counting_semaphore::try_acquire_for times [...]
new 5f02ba92580 libstdc++: Fix proxy wait detection in atomic wait
new 5031cc843a3 libstdc++: Simplify use_proxy_wait function
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:
libstdc++-v3/include/bits/atomic_timed_wait.h | 4 +-
libstdc++-v3/include/bits/atomic_wait.h | 82 ++++++++++++++++++---------
libstdc++-v3/include/bits/semaphore_base.h | 28 +++++----
libstdc++-v3/src/c++20/atomic.cc | 39 +++++++------
4 files changed, 97 insertions(+), 56 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 5a8351167a8 [gdb/symtab] Cache dw2_get_file_names result for dummy CU
new 32a9b85573c gdb: remove gdbarch_stab_reg_to_regnum
new cd8ebd38208 gdb: remove gdbarch_ecoff_reg_to_regnum
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:
gdb/amd64-tdep.c | 7 +------
gdb/csky-tdep.c | 1 -
gdb/gdbarch-gen.c | 44 --------------------------------------------
gdb/gdbarch-gen.h | 12 ------------
gdb/gdbarch_components.py | 22 ----------------------
gdb/h8300-tdep.c | 4 ----
gdb/i386-go32-tdep.c | 6 ++----
gdb/i386-tdep.c | 9 +--------
gdb/m32c-tdep.c | 1 -
gdb/mep-tdep.c | 1 -
gdb/mips-tdep.c | 33 +++++----------------------------
gdb/ppc-linux-tdep.c | 5 -----
gdb/rs6000-tdep.c | 43 -------------------------------------------
gdb/s390-tdep.c | 1 -
gdb/xtensa-tdep.c | 3 +--
15 files changed, 10 insertions(+), 182 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 7d199a32ebd libstdc++: Fix C++ 11 ctype when using picolibc (blank vs space)
new b405a04ffde Fortran: [PR123483] Fix duplicate finalization
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-array.cc | 4 +-
gcc/fortran/trans-array.h | 3 +-
gcc/fortran/trans-expr.cc | 2 +-
gcc/testsuite/gfortran.dg/finalize_61.f90 | 96 +++++++++++++++++++++++++++++++
4 files changed, 101 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/finalize_61.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 binutils-gdb.
from d1d83ec7dbd Show constants in DAP scopes output
new 5a8351167a8 [gdb/symtab] Cache dw2_get_file_names result for dummy CU
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/dwarf2/read.c | 7 ++++++-
1 file 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 c10076b34d3 [PR123121, LRA]: Fix wrong rematerialization of insns with [...]
new 7d199a32ebd libstdc++: Fix C++ 11 ctype when using picolibc (blank vs space)
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/acinclude.m4 | 4 +
.../config/os/{newlib => picolibc}/ctype_base.h | 28 ++--
.../{newlib => picolibc}/ctype_configure_char.cc | 4 +-
.../config/os/{newlib => picolibc}/ctype_inline.h | 2 +-
.../config/os/{bionic => picolibc}/os_defines.h | 4 +-
libstdc++-v3/configure | 152 ++++++++++++++++++++-
libstdc++-v3/configure.ac | 62 +++++++++
7 files changed, 231 insertions(+), 25 deletions(-)
copy libstdc++-v3/config/os/{newlib => picolibc}/ctype_base.h (63%)
copy libstdc++-v3/config/os/{newlib => picolibc}/ctype_configure_char.cc (97%)
copy libstdc++-v3/config/os/{newlib => picolibc}/ctype_inline.h (98%)
copy libstdc++-v3/config/os/{bionic => picolibc}/os_defines.h (92%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.