This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9
in repository gcc.
from 62c2d527307 libstdc++: Fix __numeric_traits_integer<__int20> [PR 97798]
new 83a51f1af92 Daily bump.
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/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 10 ++++++++++
gcc/testsuite/ChangeLog | 9 +++++++++
libstdc++-v3/ChangeLog | 25 +++++++++++++++++++++++++
4 files changed, 45 insertions(+), 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 releases/gcc-8
in repository gcc.
from 6a5765a9b92 Daily bump.
new 2b89fe5836b Daily bump.
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/DATESTAMP | 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 releases/gcc-10
in repository gcc.
from f9d6781ea2e libstdc++: Fix __numeric_traits_integer<__int20> [PR 97798]
new 40bf92be5b6 Attach an attribute to all outlined OpenACC compute regions
new 00d4aa2128f More explicit checking of which OMP constructs we're expecting
new cbf5cc37ccc Daily bump.
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 | 18 +++++++
gcc/DATESTAMP | 2 +-
gcc/omp-expand.c | 22 +++++---
gcc/omp-low.c | 59 +++++++++++++++++-----
gcc/omp-offload.c | 51 +++++++++++++------
gcc/testsuite/ChangeLog | 10 ++++
.../c-c++-common/goacc/classify-parallel.c | 4 +-
.../{classify-parallel.c => classify-serial.c} | 12 ++---
.../gfortran.dg/goacc/classify-parallel.f95 | 4 +-
.../{classify-routine.f95 => classify-serial.f95} | 17 ++++---
libstdc++-v3/ChangeLog | 23 +++++++++
11 files changed, 166 insertions(+), 56 deletions(-)
copy gcc/testsuite/c-c++-common/goacc/{classify-parallel.c => classify-serial.c} (62%)
copy gcc/testsuite/gfortran.dg/goacc/{classify-routine.f95 => classify-serial.f95} (64%)
--
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 gdb-10-branch
in repository binutils-gdb.
from 8584763bdc9 Automatic date update in version.in
new 2b8bbb9c5ec Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_35-branch
in repository binutils-gdb.
from 28708280b95 Automatic date update in version.in
new de80f980280 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-gdb.
from cbd5b99cce0 elf: Set rel_from_abs to 1 for __ehdr_start
new 1aa9981f1c2 Automatic date update in version.in
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:
bfd/version.h | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-next-allnoconfig
in repository toolchain/ci/binutils-gdb.
from a4ae48ccf8 Automatic date update in version.in
adds 48f4d8ce96 gas, arm: PR26858 Fix availability of single precision vmul/ [...]
adds 5a7cf52794 gdb: delete a couple of declarations from f-lang.h
adds 50ea087755 Fix readelf's and objdump's dislplay of DWO links when multi [...]
adds 5643c500fe Fix Windows-target testing in gdb_file_cmd
adds 9ecab40c77 gdb/arm: avoid undefined behavior shift when decoding immedi [...]
adds 9d3ab915be Add file name to "Loadable section ... outside of ELF segmen [...]
adds 25f4c26276 Exclude debuginfo files from "outside of ELF segments" warning
new cbd5b99cce elf: Set rel_from_abs to 1 for __ehdr_start
new 1aa9981f1c Automatic date update in version.in
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:
bfd/version.h | 2 +-
binutils/ChangeLog | 17 +++
binutils/dwarf.c | 95 ++++++++++-------
binutils/testsuite/binutils-all/dwo.s | 13 ++-
binutils/testsuite/binutils-all/readelf.k2 | 2 +-
gas/config/tc-arm.c | 4 +-
gas/testsuite/gas/arm/{immed2.d => pr26858.d} | 6 +-
gas/testsuite/gas/arm/pr26858.s | 6 ++
gdb/ChangeLog | 33 ++++++
gdb/arm-tdep.c | 142 +++++++++++++++++++++-----
gdb/elfread.c | 11 +-
gdb/f-lang.c | 19 +++-
gdb/f-lang.h | 19 ----
gdb/testsuite/ChangeLog | 5 +
gdb/testsuite/lib/gdb.exp | 5 +
ld/ChangeLog | 9 ++
ld/ldelf.c | 2 +
ld/testsuite/ld-i386/i386.exp | 1 +
ld/testsuite/ld-i386/pr26869.d | 14 +++
ld/testsuite/ld-i386/pr26869.s | 3 +
20 files changed, 315 insertions(+), 93 deletions(-)
copy gas/testsuite/gas/arm/{immed2.d => pr26858.d} (51%)
create mode 100644 gas/testsuite/gas/arm/pr26858.s
create mode 100644 ld/testsuite/ld-i386/pr26869.d
create mode 100644 ld/testsuite/ld-i386/pr26869.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.