This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from cdb9aa0f623 OpenMP: Fix omp_get_device_from_uid, minor cleanup
new f531673917e aarch64: store signing key and signing method in DWARF _Unw [...]
new ba3e597681b aarch64: skip copy of RA state register into target context
new bdf41d627c1 libgcc: hide CIE and FDE data for DWARF architecture extens [...]
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:
libgcc/Makefile.in | 6 +-
libgcc/config.host | 13 +-
.../atexit.c => aarch64/aarch64-unwind-def.h} | 33 ++---
libgcc/config/aarch64/aarch64-unwind.h | 152 +++++++++++++++++----
libgcc/config/no-unwind.h | 3 +-
libgcc/configure | 2 +
libgcc/configure.ac | 1 +
libgcc/unwind-dw2-execute_cfa.h | 26 ++--
libgcc/unwind-dw2.c | 24 +++-
libgcc/unwind-dw2.h | 19 ++-
10 files changed, 209 insertions(+), 70 deletions(-)
copy libgcc/config/{rs6000/atexit.c => aarch64/aarch64-unwind-def.h} (62%)
--
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 ffd861c808f arc: Remove mlra option [PR113954]
new cdb9aa0f623 OpenMP: Fix omp_get_device_from_uid, minor cleanup
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/omp-general.cc | 4 ++--
libgomp/fortran.c | 18 ++++++++++++++++++
libgomp/libgomp.map | 1 +
libgomp/oacc-host.c | 2 ++
libgomp/omp_lib.f90.in | 5 ++---
libgomp/omp_lib.h.in | 5 ++---
libgomp/plugin/plugin-gcn.c | 8 +++++++-
libgomp/plugin/plugin-nvptx.c | 7 +++++--
libgomp/target.c | 7 +++++--
libgomp/testsuite/libgomp.fortran/device_uid.f90 | 18 ++++++++++++++++--
10 files changed, 60 insertions(+), 15 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 a030fcad4f9 c++: Don't crash when mangling member with anonymous union [...]
new ffd861c808f arc: Remove mlra option [PR113954]
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/arc/arc.cc | 10 +---------
gcc/config/arc/arc.h | 4 ----
gcc/config/arc/arc.opt | 4 ++--
gcc/doc/invoke.texi | 4 +---
4 files changed, 4 insertions(+), 18 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 9923d668942 Fix compile time error introduced by d774bf9b3623239a1cfa72 [...]
new e02f4847761 LD: Document use of SOURCE_DATE_EPOCH in Environment section
new 72cd2c70977 ld/PE: no base relocs for section (relative) ones
new 4c73fafbbdf ld/PE: enable secrel testcases also for 64-bit Cygwin
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:
ld/ld.texi | 7 +++++++
ld/pe-dll.c | 34 +++++++++++++++++++++++++++++-----
ld/testsuite/ld-pe/pe.exp | 30 ++++++++++++++++++++++++++++++
ld/testsuite/ld-pe/secidx-reloc.d | 5 +++++
ld/testsuite/ld-pe/secrel-reloc.d | 5 +++++
5 files changed, 76 insertions(+), 5 deletions(-)
create mode 100644 ld/testsuite/ld-pe/secidx-reloc.d
create mode 100644 ld/testsuite/ld-pe/secrel-reloc.d
--
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 346f767fff8 Add myself to write after approval
new d7bf5e53887 c++: Don't ICE due to artificial constructor parameters [PR116722]
new a030fcad4f9 c++: Don't crash when mangling member with anonymous union [...]
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/cp/constexpr.cc | 11 ++++++++++-
gcc/cp/mangle.cc | 8 +++++++-
gcc/testsuite/g++.dg/cpp0x/constexpr-ctor22.C | 15 +++++++++++++++
gcc/testsuite/g++.dg/cpp0x/decltype83.C | 20 ++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/decltype83a.C | 18 ++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/lambda-ice3.C | 19 +++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/lambda-ice3a.C | 17 +++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/nontype-class67.C | 9 +++++++++
8 files changed, 115 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-ctor22.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype83.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype83a.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-ice3.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-ice3a.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class67.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 2c04f175de4 tree-optimization/116810 - out-of-bound access to matches[]
new 346f767fff8 Add myself to write after approval
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:
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
--
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 dca18cb6a10 [gdb/testsuite] Fix failure in gdb.threads/signal-sigtrap.exp
new 9923d668942 Fix compile time error introduced by d774bf9b3623239a1cfa72 [...]
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-i386.c | 10 ++++++++--
1 file changed, 8 insertions(+), 2 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 09892448ebd middle-end: Insert invariant instructions before the gsi [P [...]
new e97c75d668b tree-optimization/116796 - virtual LC SSA broken after unrolling
new 2c04f175de4 tree-optimization/116810 - out-of-bound access to matches[]
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/cfgloopmanip.cc | 10 ++++++----
gcc/tree-vect-slp.cc | 2 +-
2 files changed, 7 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 gcc.
from 723f7b6db84 tree-optimization/116791 - Elementwise SLP vectorization
new 09892448ebd middle-end: Insert invariant instructions before the gsi [P [...]
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/testsuite/gcc.dg/vect/pr116812.c | 17 +++++++++++++++++
gcc/tree-vect-slp.cc | 6 ++----
2 files changed, 19 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr116812.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 dfb750798b0 gcn/mkoffload.cc: Re-add fprintf for #include of stdlib.h/s [...]
new 723f7b6db84 tree-optimization/116791 - Elementwise SLP vectorization
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/testsuite/gcc.dg/vect/pr116791.c | 20 ++++++++++++++++++++
gcc/tree-vect-stmts.cc | 23 +++++++++++++++++------
2 files changed, 37 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr116791.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.