This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c8380ed022c simplify-rtx: Simplify VEC_CONCAT of two CONST_VECTOR
new 359d48af204 libstdc++: testsuite/util adjustments for import std
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:
libstdc++-v3/testsuite/util/testsuite_allocator.h | 8 ++++----
libstdc++-v3/testsuite/util/testsuite_common_types.h | 16 ++++++++--------
libstdc++-v3/testsuite/util/testsuite_containers.h | 4 ++--
libstdc++-v3/testsuite/util/testsuite_error.h | 7 ++++---
libstdc++-v3/testsuite/util/testsuite_greedy_ops.h | 2 ++
libstdc++-v3/testsuite/util/testsuite_iterators.h | 2 +-
libstdc++-v3/testsuite/util/testsuite_new_operators.h | 1 +
libstdc++-v3/testsuite/util/testsuite_random.h | 1 +
8 files changed, 23 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 gcc.
from 93430462afa gccrs: Fix segv in errors in type checking an impl item
new c8380ed022c simplify-rtx: Simplify VEC_CONCAT of two CONST_VECTOR
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/simplify-rtx.cc | 6 ++++--
1 file changed, 4 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 binutils-gdb.
from 994bc098f95 gdb/doc: Document AArch64 FPMR support
new e831f91245f Do not crash on recursive pointer types
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/read.c | 84 +++++++++++++++++++++-
...fo_locals_renaming.exp => recursive-access.exp} | 13 ++--
.../main.adb => recursive-access/pack.ads} | 16 +++--
.../value.ads => recursive-access/prog.adb} | 11 +--
4 files changed, 106 insertions(+), 18 deletions(-)
copy gdb/testsuite/gdb.ada/{info_locals_renaming.exp => recursive-access.exp} (77%)
copy gdb/testsuite/gdb.ada/{p-bounds/main.adb => recursive-access/pack.ads} (69%)
copy gdb/testsuite/gdb.ada/{return-small-char-array/value.ads => recursive-access/ [...]
--
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 5aa84759d92 Improve LIM dump and some testcases
new c7ba34d7014 c++: Add testcase for CWG3045
new 301fcc7b48b c++: Add testcase for CWG3061
new 9acc6d88764 c++: Add testcase for CWG3079
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/testsuite/g++.dg/DRs/dr3045.C | 16 ++++++++++++++++
gcc/testsuite/g++.dg/DRs/dr3061.C | 18 ++++++++++++++++++
gcc/testsuite/g++.dg/DRs/dr3079.C | 5 +++++
3 files changed, 39 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/DRs/dr3045.C
create mode 100644 gcc/testsuite/g++.dg/DRs/dr3061.C
create mode 100644 gcc/testsuite/g++.dg/DRs/dr3079.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 86f6485002d gdb: simplify find_symbol_at_address
new 3c3f58814b1 bfd/ELF: Core file support for AArch64 FPMR
new eb867c384fe gdb/aarch64: Enable FPMR for AArch64 in gdb on Linux
new 71a43f5f0c7 gdbserver/aarch64: Enable FPMR for AArch64 in gdbserver on Linux
new 192e93087e2 gdb/aarch64: signal frame support for fpmr
new c32473a573b gdb/aarch64: core file support for FPMR
new 3f342d0ee9b gdb/aarch64: Tests for fpmr
new 994bc098f95 gdb/doc: Document AArch64 FPMR support
The 7 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/elf-bfd.h | 2 +
bfd/elf.c | 28 +++++
binutils/readelf.c | 2 +
gdb/NEWS | 103 +++++++++---------
gdb/aarch64-linux-nat.c | 57 ++++++++++
gdb/aarch64-linux-tdep.c | 52 +++++++++
gdb/aarch64-tdep.c | 15 +++
gdb/aarch64-tdep.h | 9 ++
gdb/arch/aarch64.c | 4 +
gdb/arch/aarch64.h | 11 +-
gdb/doc/gdb.texinfo | 72 +++++++++++++
gdb/features/Makefile | 1 +
gdb/features/aarch64-fpmr.c | 44 ++++++++
gdb/features/aarch64-fpmr.xml | 57 ++++++++++
.../{vsx-vsr-float28.c => aarch64-fpmr-core.c} | 25 +++--
gdb/testsuite/gdb.arch/aarch64-fpmr-core.exp | 97 +++++++++++++++++
.../aarch64-fpmr-sighandler.c} | 43 ++++----
gdb/testsuite/gdb.arch/aarch64-fpmr-sighandler.exp | 74 +++++++++++++
gdb/testsuite/gdb.arch/aarch64-fpmr.c | 118 +++++++++++++++++++++
gdb/testsuite/gdb.arch/aarch64-fpmr.exp | 99 +++++++++++++++++
gdb/testsuite/lib/gdb.exp | 66 ++++++++++++
gdbserver/linux-aarch64-low.cc | 29 +++++
include/elf/common.h | 2 +
23 files changed, 928 insertions(+), 82 deletions(-)
create mode 100644 gdb/features/aarch64-fpmr.c
create mode 100644 gdb/features/aarch64-fpmr.xml
copy gdb/testsuite/gdb.arch/{vsx-vsr-float28.c => aarch64-fpmr-core.c} (69%)
create mode 100644 gdb/testsuite/gdb.arch/aarch64-fpmr-core.exp
copy gdb/testsuite/{gdb.base/unwindonsignal.c => gdb.arch/aarch64-fpmr-sighandler. [...]
create mode 100644 gdb/testsuite/gdb.arch/aarch64-fpmr-sighandler.exp
create mode 100644 gdb/testsuite/gdb.arch/aarch64-fpmr.c
create mode 100644 gdb/testsuite/gdb.arch/aarch64-fpmr.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 gcc.
from cd1a0a437de cfgloop: Modify loop_exits_{to,from}_bb_p return type to edge
new cc36c54845c Avoid scanning all stmts outside of loops in LIM
new 5aa84759d92 Improve LIM dump and some testcases
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/testsuite/c-c++-common/restrict-2.c | 2 +-
gcc/testsuite/gcc.dg/vect/slp-9.c | 3 +--
gcc/testsuite/gfortran.dg/pr104466.f90 | 2 +-
gcc/tree-ssa-loop-im.cc | 8 +++++++-
4 files changed, 10 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 f573c774f15 docs: aarch64: arm: Update ACLE documentation.
new cd1a0a437de cfgloop: Modify loop_exits_{to,from}_bb_p return type to edge
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/cfgloop.cc | 18 ++++++++++--------
gcc/cfgloop.h | 4 ++--
2 files changed, 12 insertions(+), 10 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 7db0fccae52 gdb, gdbserver: fix read/write_ptid types
new 8343ee09a25 gdb: change search_symtab helper to be a method
new 722640cbad9 gdb: change find_compunit_symtab_by_address to find_symbol_ [...]
new 86f6485002d gdb: simplify find_symbol_at_address
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:
gdb/block.c | 19 +++++++++++++++++
gdb/block.h | 4 ++++
gdb/dwarf2/cooked-index.h | 2 +-
gdb/dwarf2/read.c | 21 ++++++++++++++++---
gdb/dwarf2/read.h | 2 +-
gdb/objfiles.h | 2 +-
gdb/psymtab.h | 2 +-
gdb/quick-symbol.h | 10 ++++-----
gdb/symfile-debug.c | 14 ++++++-------
gdb/symtab.c | 53 ++++++++++-------------------------------------
gdb/symtab.h | 4 ++++
11 files changed, 71 insertions(+), 62 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.