This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2d7e1d6e40a Fortran: Add code gen for do,concurrent's LOCAL/LOCAL_INIT [...]
new faff25435b0 bootstrap/119680 - fix cross-compiler build with --enable-h [...]
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:
libbacktrace/configure | 16 ++++++++++++----
libbacktrace/configure.ac | 7 ++++++-
2 files changed, 18 insertions(+), 5 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 5ea1eec52f4 [gdb/tdep] Handle ldaex and stlex in {thumb,arm}_deal_with_ [...]
new 981fe5fd80f s390: Add support for z17 as CPU name
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:
gas/config/tc-s390.c | 2 +-
gas/doc/as.texi | 3 ++-
gas/doc/c-s390.texi | 5 +++--
opcodes/s390-mkopc.c | 3 ++-
4 files changed, 8 insertions(+), 5 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 faaee6b4114 Automatic date update in version.in
new 5ea1eec52f4 [gdb/tdep] Handle ldaex and stlex in {thumb,arm}_deal_with_ [...]
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/arch/arm-get-next-pcs.c | 141 +++++++++++++++++++++++++++++++++++++-------
gdb/arch/arm.c | 2 +-
gdb/arch/arm.h | 17 ++++++
3 files changed, 137 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 main
in repository newlib.
from d29943e56 Cygwin: faq: add lssparse to sparse file example
new d35cc82b5 Cygwin: termios: Implement tcflow(), tcdrain(), TCXONC, TIOCINQ
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/console.cc | 30 +++++++++++++++++++++++++++---
winsup/cygwin/fhandler/pty.cc | 30 ++++++++++++++++++++++++++++++
winsup/cygwin/fhandler/termios.cc | 31 +++++++++++++++++++++++++++----
winsup/cygwin/include/sys/termios.h | 1 +
winsup/cygwin/local_includes/fhandler.h | 7 +++++--
winsup/cygwin/local_includes/tty.h | 6 +++++-
6 files changed, 95 insertions(+), 10 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 newlib.
from d29943e56 Cygwin: faq: add lssparse to sparse file example
new d35cc82b5 Cygwin: termios: Implement tcflow(), tcdrain(), TCXONC, TIOCINQ
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/console.cc | 30 +++++++++++++++++++++++++++---
winsup/cygwin/fhandler/pty.cc | 30 ++++++++++++++++++++++++++++++
winsup/cygwin/fhandler/termios.cc | 31 +++++++++++++++++++++++++++----
winsup/cygwin/include/sys/termios.h | 1 +
winsup/cygwin/local_includes/fhandler.h | 7 +++++--
winsup/cygwin/local_includes/tty.h | 6 +++++-
6 files changed, 95 insertions(+), 10 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 94438ca8279 c++: lambda in concept [PR118698]
new 2d7e1d6e40a Fortran: Add code gen for do,concurrent's LOCAL/LOCAL_INIT [...]
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/resolve.cc | 7 -
gcc/fortran/trans-decl.cc | 35 ++--
gcc/fortran/trans-stmt.cc | 144 +++++++++++++-
gcc/fortran/trans.h | 2 +
gcc/testsuite/gfortran.dg/do_concurrent_11.f90 | 53 ++++++
gcc/testsuite/gfortran.dg/do_concurrent_12.f90 | 175 +++++++++++++++++
gcc/testsuite/gfortran.dg/do_concurrent_13.f90 | 211 +++++++++++++++++++++
gcc/testsuite/gfortran.dg/do_concurrent_14.f90 | 176 +++++++++++++++++
gcc/testsuite/gfortran.dg/do_concurrent_15.f90 | 20 ++
.../gfortran.dg/do_concurrent_8_f2023.f90 | 4 +-
gcc/testsuite/gfortran.dg/do_concurrent_9.f90 | 2 +-
.../gfortran.dg/do_concurrent_all_clauses.f90 | 1 -
.../gfortran.dg/do_concurrent_local_init.f90 | 4 +-
.../gfortran.dg/do_concurrent_locality_specs.f90 | 3 +-
14 files changed, 807 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/do_concurrent_11.f90
create mode 100644 gcc/testsuite/gfortran.dg/do_concurrent_12.f90
create mode 100644 gcc/testsuite/gfortran.dg/do_concurrent_13.f90
create mode 100644 gcc/testsuite/gfortran.dg/do_concurrent_14.f90
create mode 100644 gcc/testsuite/gfortran.dg/do_concurrent_15.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 releases/gcc-14
in repository gcc.
from bbf9e7945e8 Daily bump.
new fd7d5a6b775 LoongArch: Make gen-evolution.awk compatible with FreeBSD awk
new 4d5fd1176d1 LoongArch: Fix awk / sed usage for compatibility
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/config/loongarch/genopts/gen-evolution.awk | 20 ++++++---
gcc/config/loongarch/genopts/genstr.sh | 57 ++++++++++++++------------
2 files changed, 45 insertions(+), 32 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 6ed8c17c2bc LoongArch: Fix awk / sed usage for compatibility
new 94438ca8279 c++: lambda in concept [PR118698]
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/cp/constraint.cc | 2 +-
gcc/cp/pt.cc | 12 ++++++++++++
gcc/testsuite/g++.dg/cpp2a/concepts-lambda22.C | 21 +++++++++++++++++++++
3 files changed, 34 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda22.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 ca4e6e6317a Daily bump.
new 6ed8c17c2bc LoongArch: Fix awk / sed usage for compatibility
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/loongarch/genopts/gen-evolution.awk | 12 +++++-
gcc/config/loongarch/genopts/genstr.sh | 57 ++++++++++++++------------
2 files changed, 40 insertions(+), 29 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.