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 fbf4b3c9bb0 PR30870, VMS_DEBUG compilation error
new 973db6fae30 [gdb/symtab] Error out for .debug_types section in dwz file
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/dwz.c | 5 +
gdb/dwarf2/dwz.h | 1 +
gdb/dwarf2/index-write.c | 3 +
gdb/dwarf2/read.c | 6 ++
.../{struct-with-sig.exp => struct-with-sig-2.exp} | 111 +++++++++++----------
5 files changed, 71 insertions(+), 55 deletions(-)
copy gdb/testsuite/gdb.dwarf2/{struct-with-sig.exp => struct-with-sig-2.exp} (73%)
--
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 b9cb735fc1b RISC-V: Support simplifying x/(-1) to neg for vector.
new 1a554a2c9f3 OpenMP: Add ME support for 'omp allocate' stack variables
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/gimplify.cc | 108 +++++++--
gcc/omp-low.cc | 28 ++-
gcc/testsuite/c-c++-common/gomp/allocate-10.c | 49 ++++
gcc/testsuite/c-c++-common/gomp/allocate-11.c | 3 -
gcc/testsuite/c-c++-common/gomp/allocate-12.c | 3 -
gcc/testsuite/c-c++-common/gomp/allocate-15.c | 4 +-
gcc/testsuite/c-c++-common/gomp/allocate-17.c | 37 +++
gcc/testsuite/c-c++-common/gomp/allocate-9.c | 2 -
libgomp/libgomp.texi | 5 +-
libgomp/testsuite/libgomp.c/allocate-4.c | 84 +++++++
libgomp/testsuite/libgomp.c/allocate-5.c | 126 ++++++++++
libgomp/testsuite/libgomp.c/allocate-6.c | 319 ++++++++++++++++++++++++++
12 files changed, 733 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/allocate-10.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/allocate-17.c
create mode 100644 libgomp/testsuite/libgomp.c/allocate-4.c
create mode 100644 libgomp/testsuite/libgomp.c/allocate-5.c
create mode 100644 libgomp/testsuite/libgomp.c/allocate-6.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 devel/omp/gcc-13
in repository gcc.
from 8d3e8e78011 [og13] OpenMP: Support accelerated 2D/3D memory copies for AMD GCN
new fceb1553635 OpenMP: Add ME support for 'omp allocate' stack variables
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.omp | 12 +
gcc/cp/ChangeLog.omp | 8 +
gcc/gimplify.cc | 108 +++++++--
gcc/omp-low.cc | 28 ++-
gcc/testsuite/ChangeLog.omp | 21 ++
gcc/testsuite/c-c++-common/gomp/allocate-10.c | 49 ++++
gcc/testsuite/c-c++-common/gomp/allocate-11.c | 3 -
gcc/testsuite/c-c++-common/gomp/allocate-12.c | 3 -
gcc/testsuite/c-c++-common/gomp/allocate-15.c | 4 +-
gcc/testsuite/c-c++-common/gomp/allocate-17.c | 37 +++
gcc/testsuite/c-c++-common/gomp/allocate-9.c | 2 -
libgomp/ChangeLog.omp | 11 +
libgomp/libgomp.texi | 5 +-
libgomp/testsuite/libgomp.c/allocate-4.c | 84 +++++++
libgomp/testsuite/libgomp.c/allocate-5.c | 126 ++++++++++
libgomp/testsuite/libgomp.c/allocate-6.c | 319 ++++++++++++++++++++++++++
16 files changed, 785 insertions(+), 35 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/allocate-10.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/allocate-17.c
create mode 100644 libgomp/testsuite/libgomp.c/allocate-4.c
create mode 100644 libgomp/testsuite/libgomp.c/allocate-5.c
create mode 100644 libgomp/testsuite/libgomp.c/allocate-6.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.