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 52fdc0531ea Free bfds on the file_chain at linker exit.
new 1eee7462d09 gdb/testsuite: add test for corefile with no threads
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:
...efile-exec-mismatch.c => corefile-no-threads.c} | 10 +-
gdb/testsuite/gdb.base/corefile-no-threads.exp | 81 +++++
gdb/testsuite/gdb.base/corefile-no-threads.py | 369 +++++++++++++++++++++
3 files changed, 453 insertions(+), 7 deletions(-)
copy gdb/testsuite/gdb.base/{corefile-exec-mismatch.c => corefile-no-threads.c} (91%)
create mode 100644 gdb/testsuite/gdb.base/corefile-no-threads.exp
create mode 100644 gdb/testsuite/gdb.base/corefile-no-threads.py
--
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 2433c1cbac6 aarch64: fix buffer overflow in aarch64-gen
new 52fdc0531ea Free bfds on the file_chain at linker exit.
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:
ld/ldlang.c | 31 +++++++++++++++++++++++++++++++
ld/ldlang.h | 2 ++
ld/ldmain.c | 9 +++------
3 files changed, 36 insertions(+), 6 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 da50e9a7936 toplevel: Build stage1/stage2/stageprofile libstdc++ with - [...]
new 75930efa22f c++: Perform the iterating expansion stmt N evaluation in i [...]
new 8bc8aaed6c2 c++: Fix up eval_parameters_of for function types [PR123913]
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/pt.cc | 4 +++
gcc/cp/reflect.cc | 18 ++++++----
gcc/testsuite/g++.dg/reflect/expansion-stmt1.C | 49 ++++++++++++++++++++++++++
gcc/testsuite/g++.dg/reflect/parameters_of7.C | 17 +++++++++
4 files changed, 82 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/reflect/expansion-stmt1.C
create mode 100644 gcc/testsuite/g++.dg/reflect/parameters_of7.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 8efed40efd6 gdb: fix-up truncated inline function block ranges
new 2433c1cbac6 aarch64: fix buffer overflow in aarch64-gen
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:
opcodes/aarch64-gen.c | 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 f620ef937a6 Remove obsolete comment
new 196349e7e59 gdb: handle empty ranges for inline subroutines
new ea4d6431ac9 gdb: split dwarf line table parsing in two
new 688811c52c3 gdb: move block range recording into its own function
new 4df4d10c411 gdb: create address map after parsing all DIE
new 59544367f3f gdb: remove buildsym_compunit::record_block_range
new a418b1a4700 gdb: record block end addresses while parsing DIEs
new 8efed40efd6 gdb: fix-up truncated inline function block ranges
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:
gdb/buildsym.c | 76 +--
gdb/buildsym.h | 14 -
gdb/dwarf2/cu.h | 7 +
gdb/dwarf2/line-program.c | 116 +++--
gdb/dwarf2/line-program.h | 19 +-
gdb/dwarf2/read.c | 157 ++++--
gdb/testsuite/gdb.cp/step-and-next-inline.exp | 171 +++---
.../dw2-empty-inline-low-high.c} | 32 +-
.../gdb.dwarf2/dw2-empty-inline-low-high.exp | 128 +++++
...pected-entry-pc.c => dw2-empty-inline-ranges.c} | 41 +-
.../gdb.dwarf2/dw2-empty-inline-ranges.exp | 262 ++++++++++
...pected-entry-pc.c => dw2-extend-inline-block.c} | 63 ++-
.../gdb.dwarf2/dw2-extend-inline-block.exp | 574 +++++++++++++++++++++
.../gdb.dwarf2/dw2-unexpected-entry-pc.exp | 77 ++-
gdb/testsuite/gdb.opt/empty-inline-cxx.cc | 65 +++
gdb/testsuite/gdb.opt/empty-inline-cxx.exp | 110 ++++
.../backtrace.c => gdb.opt/empty-inline.c} | 26 +-
gdb/testsuite/gdb.opt/empty-inline.exp | 145 ++++++
18 files changed, 1804 insertions(+), 279 deletions(-)
copy gdb/testsuite/{gdb.base/tailcall-msym.c => gdb.dwarf2/dw2-empty-inline-low-hi [...]
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-empty-inline-low-high.exp
copy gdb/testsuite/gdb.dwarf2/{dw2-unexpected-entry-pc.c => dw2-empty-inline-range [...]
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-empty-inline-ranges.exp
copy gdb/testsuite/gdb.dwarf2/{dw2-unexpected-entry-pc.c => dw2-extend-inline-bloc [...]
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-extend-inline-block.exp
create mode 100644 gdb/testsuite/gdb.opt/empty-inline-cxx.cc
create mode 100644 gdb/testsuite/gdb.opt/empty-inline-cxx.exp
copy gdb/testsuite/{gdb.base/backtrace.c => gdb.opt/empty-inline.c} (67%)
create mode 100644 gdb/testsuite/gdb.opt/empty-inline.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 71c2e6c2bfc tree: Fix up wrong-code with certain C++ default arguments [...]
new da50e9a7936 toplevel: Build stage1/stage2/stageprofile libstdc++ with - [...]
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:
Makefile.in | 6 ++++++
Makefile.tpl | 6 ++++++
2 files changed, 12 insertions(+)
--
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 9c24b4d7df3 ipa-reorder-for-locality - Adjust bootstrap-lto-locality an [...]
new 2149eda29e2 bitint: Don't try to extend PHI in the min_prec == prec cas [...]
new 71c2e6c2bfc tree: Fix up wrong-code with certain C++ default arguments [...]
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/gimple-lower-bitint.cc | 5 +++++
gcc/testsuite/g++.dg/cpp0x/pr123818.C | 24 ++++++++++++++++++++++++
gcc/testsuite/gcc.dg/bitint-127.c | 28 ++++++++++++++++++++++++++++
gcc/tree.cc | 24 +++++++++++++++++++-----
4 files changed, 76 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr123818.C
create mode 100644 gcc/testsuite/gcc.dg/bitint-127.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 d77d64766af Daily bump.
new 9c24b4d7df3 ipa-reorder-for-locality - Adjust bootstrap-lto-locality an [...]
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:
config/bootstrap-lto-locality.mk | 4 ++--
gcc/params.opt | 2 +-
2 files changed, 3 insertions(+), 3 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 glibc.
from 8fe63ae314 hurd: Test FPU preservation on double-signal delivery
new 4bea40d7c8 Rules: Set up test infrastructure if tests-container is set
new fff40098b0 support: Also put libaudit, libcap into the testroot if present
new 22f9d87fcf x86: Fix for cache computation on Hygon under hypervisors
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:
Rules | 2 +-
support/Makefile | 6 ++
sysdeps/x86/dl-cacheinfo.h | 201 ++++++++++++++++++++++++++++++++++++++++-----
3 files changed, 186 insertions(+), 23 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 glibc.
from 67322498c4 gnulib: sync comment from upstream
new 826484111a hurd: handling pending signals could result in corruption of [...]
new 8fe63ae314 hurd: Test FPU preservation on double-signal delivery
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:
hurd/test-sig-xstate.c | 31 +++++++++++-
sysdeps/mach/hurd/i386/bits/sigcontext.h | 1 +
sysdeps/mach/hurd/x86/trampoline.c | 81 ++++++++++++++++++------------
sysdeps/mach/hurd/x86_64/bits/sigcontext.h | 1 +
4 files changed, 82 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.