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 12f567bcb64 gdb/cli: fixes to newly added "list ." command
new 093da43d2ad gdb, breakpoint: add a destructor to the watchpoint struct
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/breakpoint.c | 14 +++++++++++
gdb/breakpoint.h | 3 +++
.../scope-hw-watch-disable.c} | 12 ++++------
.../scope-hw-watch-disable.exp} | 27 ++++++++++++----------
4 files changed, 37 insertions(+), 19 deletions(-)
copy gdb/testsuite/{gdb.multi/bp-thread-specific.c => gdb.base/scope-hw-watch-disa [...]
copy gdb/testsuite/{gdb.dwarf2/pr10770.exp => gdb.base/scope-hw-watch-disable.exp} (52%)
--
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 b510b83aad5 c++: overeager type completion in convert_to_void [PR111419]
new f25960b0383 c/111468 - dump unordered compare operators in their GIMPLE [...]
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/gimple-parser.cc | 5 +++++
gcc/gimple-pretty-print.cc | 4 ++--
gcc/testsuite/gcc.dg/gimplefe-50.c | 1 +
gcc/tree-pretty-print.cc | 26 +++++++++++++-------------
gcc/tree-pretty-print.h | 2 +-
5 files changed, 22 insertions(+), 16 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 devel/omp/gcc-13
in repository gcc.
from 308576d5295 Merge branch 'releases/gcc-13' into devel/omp/gcc-13
new 5e2f61d5e2b OpenMP: Handle 'all' as category in defaultmap
new bb45be3811e OpenMP: Avoid ICE in c_parser_omp_clause_allocate with inva [...]
new d80ddf9e1b0 OpenMP: Fix ICE in fixup_blocks_walker [PR111274]
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/ChangeLog.omp | 10 ++
gcc/c/ChangeLog.omp | 16 ++++
gcc/c/c-parser.cc | 23 ++++-
gcc/cp/ChangeLog.omp | 8 ++
gcc/cp/parser.cc | 24 ++++-
gcc/fortran/ChangeLog.omp | 11 +++
gcc/fortran/gfortran.h | 1 +
gcc/fortran/openmp.cc | 12 ++-
gcc/fortran/trans-openmp.cc | 3 +
gcc/gimplify.cc | 1 +
gcc/testsuite/ChangeLog.omp | 17 ++++
gcc/testsuite/c-c++-common/gomp/allocate-13.c | 28 ++++++
gcc/testsuite/c-c++-common/gomp/defaultmap-5.c | 47 +++++++++
gcc/testsuite/c-c++-common/gomp/defaultmap-6.c | 48 ++++++++++
gcc/testsuite/g++.dg/gomp/pr111274.C | 15 +++
gcc/testsuite/gfortran.dg/gomp/defaultmap-1.f90 | 2 +-
gcc/testsuite/gfortran.dg/gomp/defaultmap-10.f90 | 116 +++++++++++++++++++++++
gcc/testsuite/gfortran.dg/gomp/defaultmap-9.f90 | 71 ++++++++++++++
gcc/tree-core.h | 1 +
gcc/tree-pretty-print.cc | 3 +
libgomp/ChangeLog.omp | 9 ++
libgomp/libgomp.texi | 4 +-
22 files changed, 455 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/allocate-13.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/defaultmap-5.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/defaultmap-6.c
create mode 100644 gcc/testsuite/g++.dg/gomp/pr111274.C
create mode 100644 gcc/testsuite/gfortran.dg/gomp/defaultmap-10.f90
create mode 100644 gcc/testsuite/gfortran.dg/gomp/defaultmap-9.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.