This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from bdf293a112d Ada, Darwin: Implement OSLock for Darwin [PR115305].
new 82305f37dbe Add clique/base parsing and dumping to the GIMPLE FE
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 | 32 +++++++++++++++++++++++++++++++-
gcc/testsuite/gcc.dg/gimplefe-58.c | 17 +++++++++++++++++
gcc/tree-pretty-print.cc | 7 +++++++
3 files changed, 55 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/gimplefe-58.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 9e05bcf99ce gdb: fix 'list' for multiple source file results
new 89525e4ffdf [gdb/testsuite] Use gdb_load in gdb.rocm/break-kernel-no-de [...]
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/testsuite/gdb.rocm/break-kernel-no-debug-info.exp | 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 a553c70e363 OpenMP: C/C++ parser support for dyn_groupprivate
new bdf293a112d Ada, Darwin: Implement OSLock for Darwin [PR115305].
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/ada/Makefile.rtl | 2 +-
gcc/ada/libgnat/{s-oslock__posix.ads => s-oslock__darwin.ads} | 11 +++--------
2 files changed, 4 insertions(+), 9 deletions(-)
copy gcc/ada/libgnat/{s-oslock__posix.ads => s-oslock__darwin.ads} (85%)
--
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 d181d22cb38 x86-64: use BFD_RELOC_32_PLT_PCREL in favor of custom type
new 9e05bcf99ce gdb: fix 'list' for multiple source file results
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/linespec.c | 15 ++-
.../list-multi-source.c} | 51 +++++---
gdb/testsuite/gdb.base/list-multi-source.exp | 129 +++++++++++++++++++++
3 files changed, 171 insertions(+), 24 deletions(-)
copy gdb/testsuite/{gdb.multi/interrupt-bg-exec.c => gdb.base/list-multi-source.c} (55%)
create mode 100644 gdb/testsuite/gdb.base/list-multi-source.exp
--
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 2abac9c95cc Add AMD znver6 processor support
new 39e2ac7ca72 bfd: drop BFD_RELOC_I370_D12
new 2c356e2d6df bfd: drop BFD_RELOC_VPE4KMATH_*
new 168846aabe3 x86-64: use BFD_RELOC_64_PLTOFF in favor of custom type
new d181d22cb38 x86-64: use BFD_RELOC_32_PLT_PCREL in favor of custom type
The 4 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/bfd-in2.h | 9 ---------
bfd/elf64-x86-64.c | 4 ++--
bfd/libbfd.h | 5 -----
bfd/reloc.c | 15 ---------------
gas/config/tc-i386.c | 36 ++++++++++++++++--------------------
5 files changed, 18 insertions(+), 51 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 d8be3717ddb [gdb/testsuite] Fix gdb.base/long_long.exp on arm
new b994ab53f13 x86: correct {RD,WR}{FS,GS}BASE {dis,}assembly
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/testsuite/gas/i386/fsgs-intel.d | 27 ----------------------
gas/testsuite/gas/i386/fsgs.d | 26 ---------------------
gas/testsuite/gas/i386/fsgs.s | 19 ----------------
gas/testsuite/gas/i386/i386.exp | 2 --
gas/testsuite/gas/i386/x86-64-fsgs-intel.d | 3 +++
gas/testsuite/gas/i386/x86-64-fsgs.d | 3 +++
gas/testsuite/gas/i386/x86-64-fsgs.s | 4 ++++
opcodes/i386-dis.c | 36 ++++++++++++++++++++++++++----
opcodes/i386-gen.c | 2 ++
opcodes/i386-init.h | 2 +-
opcodes/i386-tbl.h | 8 +++----
11 files changed, 49 insertions(+), 83 deletions(-)
delete mode 100644 gas/testsuite/gas/i386/fsgs-intel.d
delete mode 100644 gas/testsuite/gas/i386/fsgs.d
delete mode 100644 gas/testsuite/gas/i386/fsgs.s
--
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 e148a21f383 x86/aarch64: Fix compile time hog with ccmp [PR99782]
new 941df4bc7ac Make gcc.dg/vect/vect-simd-clone-24.c more robust
new a553c70e363 OpenMP: C/C++ parser support for dyn_groupprivate
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-family/c-omp.cc | 7 +-
gcc/c-family/c-pragma.h | 1 +
gcc/c/c-parser.cc | 115 +++++++++++++++++++--
gcc/c/c-typeck.cc | 1 +
gcc/cp/parser.cc | 111 ++++++++++++++++++--
gcc/cp/pt.cc | 1 +
gcc/cp/semantics.cc | 13 ++-
gcc/fortran/openmp.cc | 4 +-
gcc/fortran/trans-openmp.cc | 26 +++--
gcc/gimplify.cc | 5 +
.../c-c++-common/gomp/dyn_groupprivate-1.c | 28 +++++
.../c-c++-common/gomp/dyn_groupprivate-2.c | 72 +++++++++++++
gcc/testsuite/gcc.dg/vect/vect-simd-clone-24.c | 2 +-
.../gfortran.dg/gomp/dyn_groupprivate-1.f90 | 9 ++
.../gfortran.dg/gomp/dyn_groupprivate-2.f90 | 12 ++-
gcc/tree-core.h | 11 ++
gcc/tree-nested.cc | 2 +
gcc/tree-pretty-print.cc | 21 ++++
gcc/tree.cc | 2 +
gcc/tree.h | 5 +
20 files changed, 414 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/dyn_groupprivate-1.c
create mode 100644 gcc/testsuite/c-c++-common/gomp/dyn_groupprivate-2.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 fcb32d5b440 Automatic date update in version.in
new d8be3717ddb [gdb/testsuite] Fix gdb.base/long_long.exp on arm
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/testsuite/gdb.base/long_long.exp | 32 +++++++-------------------------
1 file changed, 7 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 73824bffde7 match.pd: x&c ?(x op c):(x|c) -> x^c [PR122615, PR122616]
new e148a21f383 x86/aarch64: Fix compile time hog with ccmp [PR99782]
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.cc | 6 ++++++
gcc/config/i386/i386-expand.cc | 14 ++++++--------
gcc/testsuite/gcc.dg/torture/pr99782-1.c | 17 +++++++++++++++++
3 files changed, 29 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr99782-1.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.