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 b9de07a5ff7 gdb: fix handling of DW_AT_entry_pc of inlined subroutines
new 5d9887ffa26 gdb: stepping between inline functions with multiple ranges
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/infrun.c | 28 +++
.../dw2-step-between-different-inline-functions.c | 105 ++++++++++
...dw2-step-between-different-inline-functions.exp | 215 +++++++++++++++++++++
...-pc.c => dw2-step-between-inline-func-blocks.c} | 65 ++++++-
.../dw2-step-between-inline-func-blocks.exp | 196 +++++++++++++++++++
5 files changed, 601 insertions(+), 8 deletions(-)
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-step-between-different-inline-functions.c
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-step-between-different-inline-func [...]
copy gdb/testsuite/gdb.dwarf2/{dw2-entry-pc.c => dw2-step-between-inline-func-bloc [...]
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-step-between-inline-func-blocks.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 b3aa594daae gas: add .cv_ucomp and .cv_scomp pseudo-directives
new b9de07a5ff7 gdb: fix handling of DW_AT_entry_pc of inlined subroutines
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/block.h | 71 ++-
gdb/dwarf2/read.c | 102 ++++-
.../dw2-entry-pc.c} | 44 +-
gdb/testsuite/gdb.dwarf2/dw2-entry-pc.exp | 483 +++++++++++++++++++++
.../inline-entry.c} | 25 +-
gdb/testsuite/gdb.opt/inline-entry.exp | 58 +++
6 files changed, 737 insertions(+), 46 deletions(-)
copy gdb/testsuite/{gdb.base/maint-info-inline-frames-and-blocks.c => gdb.dwarf2/d [...]
create mode 100644 gdb/testsuite/gdb.dwarf2/dw2-entry-pc.exp
copy gdb/testsuite/{gdb.debuginfod/corefile-mapped-file-1.c => gdb.opt/inline-entr [...]
create mode 100644 gdb/testsuite/gdb.opt/inline-entry.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 5a674367c6d Match: Fold pow calls to ldexp when possible [PR57492]
new 5ace2b23199 diagnostics: avoid using global_dc in path-printing
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/analyzer/checker-path.cc | 2 +-
gcc/analyzer/diagnostic-manager.cc | 9 ++++--
gcc/diagnostic-path.cc | 63 ++++++++++++++++++++++----------------
gcc/diagnostic-path.h | 2 +-
gcc/lazy-diagnostic-path.cc | 6 ++--
gcc/simple-diagnostic-path.cc | 6 ++--
6 files changed, 53 insertions(+), 35 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 8dd35c2ac Add entry 9a94c8ffdc8b554a2d95e0101e96830efee58add from https [...]
new 9b989ec1f Add entry 9a94c8ffdc8b554a2d95e0101e96830efee58add from https [...]
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:
.../jira/description | 7 +-
.../jira/yaml | 7 +-
.../status.txt | 5 +-
.../master-thumb_m33_hard_eabi/details.txt | 232 +++++++++------------
.../reproduction_instructions.txt | 4 +-
.../reproduction_instructions_with_ci_script.txt | 4 +-
.../master-thumb_m33_hard_eabi/status-summary.txt | 2 +-
.../master-thumb_m33_hard_eabi/status.txt | 5 +-
.../tcwg_gnu_embed_check_gcc/status.txt | 5 +-
9 files changed, 117 insertions(+), 154 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 2dfc62006 Add entry fba3b6d16c206882c3ccb98da38271cf36100629 from https [...]
new 8dd35c2ac Add entry 9a94c8ffdc8b554a2d95e0101e96830efee58add from https [...]
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:
.../tcwg_gnu_embed_check_gcc/master-thumb_m33_hard_eabi/build_url | 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 f42f8dcf495 RISC-V: Add Multi-Versioning Test Cases
new 5a674367c6d Match: Fold pow calls to ldexp when possible [PR57492]
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/match.pd | 25 ++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/ldexp.c | 32 ++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pow-to-ldexp.c | 44 ++++++++++++++++++++++++++++
3 files changed, 101 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ldexp.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pow-to-ldexp.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 238c107c7 Add entry fba3b6d16c206882c3ccb98da38271cf36100629 from https [...]
new 2dfc62006 Add entry fba3b6d16c206882c3ccb98da38271cf36100629 from https [...]
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:
.../jira/description | 3 ++
.../jira/yaml | 3 ++
.../status.txt | 3 ++
.../master-aarch64/details.txt | 35 +++++++---------------
.../master-aarch64}/reproduction_instructions.txt | 4 +--
.../reproduction_instructions_with_ci_script.txt | 4 +--
.../master-aarch64/status-summary.txt | 0
.../master-aarch64/status.txt | 2 ++
.../tcwg_gnu_native_check_gdb/status.txt | 3 ++
9 files changed, 28 insertions(+), 29 deletions(-)
copy gdb/sha1/{ec48903170926f3827144525b50ddd3c6ae3fbf0 => fba3b6d16c206882c3ccb98 [...]
copy gdb/sha1/fba3b6d16c206882c3ccb98da38271cf36100629/{tcwg_gnu_native_fast_check [...]
copy gdb/sha1/fba3b6d16c206882c3ccb98da38271cf36100629/{tcwg_gnu_native_fast_check [...]
copy gdb/sha1/fba3b6d16c206882c3ccb98da38271cf36100629/{tcwg_gnu_native_fast_check [...]
create mode 100644 gdb/sha1/fba3b6d16c206882c3ccb98da38271cf36100629/tcwg_gnu_nati [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from 390ce3c8e Add entry b281e13ecad12d07209924a7282c53be3a1c3774 from https [...]
new 238c107c7 Add entry fba3b6d16c206882c3ccb98da38271cf36100629 from https [...]
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:
.../tcwg_gnu_native_check_gdb/master-aarch64/build_url | 2 +-
.../tcwg_gnu_native_check_gdb/{master-arm => master-aarch64}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {gcc/sha1/b6dea04fca6f249c553cb18d670a0845cd0579f8 => gdb/sha1/fba3b6d16c2068 [...]
copy gdb/sha1/fba3b6d16c206882c3ccb98da38271cf36100629/tcwg_gnu_native_check_gdb/{ [...]
--
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 856809e582b c: Handle C23 floating constant {d,D}{32,64,128} suffixes l [...]
new 236c0829ee2 c: add Wzero-as-null-pointer-constant [PR117059]
new f530a8c6138 Fortran: Fix failing character pointer fcn assignment [PR105054]
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.opt | 2 +-
gcc/c/c-typeck.cc | 38 ++++++++
gcc/doc/invoke.texi | 5 +-
gcc/fortran/resolve.cc | 11 +++
.../gcc.dg/Wzero-as-null-pointer-constant.c | 107 +++++++++++++++++++++
gcc/testsuite/gfortran.dg/ptr_func_assign_6.f08 | 89 +++++++++++++++++
6 files changed, 248 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Wzero-as-null-pointer-constant.c
create mode 100644 gcc/testsuite/gfortran.dg/ptr_func_assign_6.f08
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.