This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b59de411326 i386: Rename sat_plusminus expanders to standard names [PR112600]
new 6daed961542 MAINTAINERS: 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 5c51acfcce1 Don't allow new-ui to start the TUI
new f2e4bd45d95 Remove gdb_stdtargerr
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/cli/cli-interp.c | 3 ---
gdb/cli/cli-interp.h | 1 -
gdb/interps.c | 1 -
gdb/main.c | 2 --
gdb/mi/mi-interp.c | 2 --
gdb/remote-fileio.c | 2 +-
gdb/remote-sim.c | 4 ++--
gdb/top.c | 2 --
gdb/tui/tui-io.c | 2 --
gdb/ui-out.c | 3 ---
gdb/ui-out.h | 1 -
gdb/utils.h | 1 -
12 files changed, 3 insertions(+), 21 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 650a81d87bc Inline some ui_out methods
new 5c51acfcce1 Don't allow new-ui to start the TUI
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/interps.c | 5 ++++-
gdb/interps.h | 10 ++++++++--
gdb/main.c | 2 +-
gdb/python/py-dap.c | 3 +++
gdb/testsuite/gdb.base/new-ui.exp | 5 +++++
gdb/tui/tui-interp.c | 3 +++
gdb/ui.c | 2 +-
7 files changed, 25 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 binutils-gdb.
from 1f8243f0398 gdb/symtab: use symbol name matcher for all segments in a q [...]
new 650a81d87bc Inline some ui_out methods
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/ui-out.c | 43 -------------------------------------------
gdb/ui-out.h | 17 ++++++++++-------
2 files changed, 10 insertions(+), 50 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 5f5074fe7aa Fortran: Fix select type regression due to r14-9489 [PR114874]
new b59de411326 i386: Rename sat_plusminus expanders to standard names [PR112600]
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/i386/i386-builtin.def | 80 ++++++++++++++---------------
gcc/config/i386/mmx.md | 7 +++
gcc/config/i386/sse.md | 4 +-
gcc/testsuite/gcc.target/i386/pr112600-1a.c | 15 ++++++
gcc/testsuite/gcc.target/i386/pr112600-1b.c | 15 ++++++
5 files changed, 79 insertions(+), 42 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr112600-1a.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr112600-1b.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 9ea82bfdd61 include, libctf: add a bunch of documentation to ctf-api.h
new 3a0fae31298 gdb/symtab: check name matches before expanding a CU
new 5d0e1642037 gdb/symtab: reuse last segment lookup name info by creating [...]
new 1cd542c8e9a gdb/symtab: compute match_type outside the loop
new 1f8243f0398 gdb/symtab: use symbol name matcher for all segments in a q [...]
The 4 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 | 52 ++++++++++++++++++++++++++++++++++++++++++----------
1 file changed, 42 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 releases/gcc-14
in repository gcc.
from e909d360dfa libstdc++: Fix typo in _Grapheme_cluster_view::_Iterator [P [...]
new c887341432b Fortran: Fix select type regression due to r14-9489 [PR114874]
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/fortran/gfortran.h | 4 +++
gcc/fortran/match.cc | 21 +++++++++++++
gcc/fortran/primary.cc | 10 +++---
gcc/fortran/resolve.cc | 17 +++++++---
gcc/testsuite/gfortran.dg/pr114874_1.f90 | 32 +++++++++++++++++++
gcc/testsuite/gfortran.dg/pr114874_2.f90 | 53 ++++++++++++++++++++++++++++++++
6 files changed, 128 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr114874_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr114874_2.f90
--
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 1accf4454a2 [prange] Drop range to VARYING if the bitmask intersection [...]
new 5f5074fe7aa Fortran: Fix select type regression due to r14-9489 [PR114874]
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/fortran/gfortran.h | 4 +++
gcc/fortran/match.cc | 21 +++++++++++++
gcc/fortran/primary.cc | 10 +++---
gcc/fortran/resolve.cc | 17 +++++++---
gcc/testsuite/gfortran.dg/pr114874_1.f90 | 32 +++++++++++++++++++
gcc/testsuite/gfortran.dg/pr114874_2.f90 | 53 ++++++++++++++++++++++++++++++++
6 files changed, 128 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr114874_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr114874_2.f90
--
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 d4635b504c7 libstdc++: detect DLLs on windows with <stacktrace>
new 1accf4454a2 [prange] Drop range to VARYING if the bitmask intersection [...]
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/value-range.cc | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.