This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 26884504503 cobol: Avoid a use of auto.
new d1fd9da39ab Build and install gcobol driver for the cross build
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/cobol/Make-lang.in | 26 ++++++++++++++++++++++----
1 file changed, 22 insertions(+), 4 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 3d99c220116 Daily bump.
new a3c01af5e34 libstdc++: Fix constraint recursion in basic_const_iterator [...]
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/include/bits/stl_iterator.h | 16 ++++++++--------
.../testsuite/24_iterators/const_iterator/112490.cc | 12 ++++++++++++
2 files changed, 20 insertions(+), 8 deletions(-)
create mode 100644 libstdc++-v3/testsuite/24_iterators/const_iterator/112490.cc
--
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 5f033bf1645 libstdc++: Add P1206R7 from_range members to unordered sets [...]
new 453d42046c4 libstdc++: Add P1206R7 from_range members to unordered maps [...]
new cfbabe10dda SCC-Copy: Add More Debug dumps
new 26884504503 cobol: Avoid a use of auto.
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/cobol/util.cc | 2 +-
gcc/gimple-ssa-sccopy.cc | 10 +
libstdc++-v3/include/bits/unordered_map.h | 203 ++++++++++++++++++
.../23_containers/unordered_map/cons/from_range.cc | 232 ++++++++++++++++++++
.../unordered_map/modifiers/insert_range.cc | 79 +++++++
.../unordered_multimap/cons/from_range.cc | 238 +++++++++++++++++++++
.../unordered_multimap/modifiers/insert_range.cc | 76 +++++++
7 files changed, 839 insertions(+), 1 deletion(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/cons/from_range.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_map/modifiers/in [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_multimap/cons/fr [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_multimap/modifie [...]
--
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 ded45b72aaa lra: Handle SUBREG in lra_rtx_hash [PR119307]
new 5f033bf1645 libstdc++: Add P1206R7 from_range members to unordered sets [...]
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/include/bits/hashtable.h | 43 +++--
libstdc++-v3/include/bits/unordered_set.h | 193 ++++++++++++++++++++
.../unordered_multiset/cons/from_range.cc | 201 +++++++++++++++++++++
.../unordered_multiset/modifiers/insert_range.cc | 62 +++++++
.../23_containers/unordered_set/cons/from_range.cc | 201 +++++++++++++++++++++
.../unordered_set/modifiers/insert_range.cc | 65 +++++++
6 files changed, 749 insertions(+), 16 deletions(-)
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_multiset/cons/fr [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_multiset/modifie [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/cons/from_range.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/unordered_set/modifiers/in [...]
--
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 5c2c0155385 libstdc++: Add P1206R7 from_range members to ordered sets [ [...]
new ded45b72aaa lra: Handle SUBREG in lra_rtx_hash [PR119307]
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/lra.cc | 6 ++++++
gcc/testsuite/gcc.target/i386/pr119307.c | 14 ++++++++++++++
2 files changed, 20 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr119307.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 71a48752660 gdb/dwarf: remove create_dwo_cu_reader
new aab6de1613d gdb/dwarf: fix spurious error when encountering dummy CU
new 6eb9dab4c99 gdb/dwarf: set m_top_level_die directly in read_cutu_die_from_dwo
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:
gdb/dwarf2/read.c | 42 ++++++++++--------------------------------
gdb/dwarf2/read.h | 9 ++++-----
2 files changed, 14 insertions(+), 37 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 8744d53db1b libstdc++: Add P1206R7 from_range members to ordered maps [ [...]
new 5c2c0155385 libstdc++: Add P1206R7 from_range members to ordered sets [ [...]
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/include/bits/stl_multiset.h | 52 +++++++++
libstdc++-v3/include/bits/stl_set.h | 55 ++++++++++
.../23_containers/multiset/cons/from_range.cc | 118 +++++++++++++++++++++
.../multiset/modifiers/insert/insert_range.cc | 76 +++++++++++++
.../testsuite/23_containers/set/cons/from_range.cc | 117 ++++++++++++++++++++
.../set/modifiers/insert/insert_range.cc | 79 ++++++++++++++
6 files changed, 497 insertions(+)
create mode 100644 libstdc++-v3/testsuite/23_containers/multiset/cons/from_range.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/multiset/modifiers/insert/ [...]
create mode 100644 libstdc++-v3/testsuite/23_containers/set/cons/from_range.cc
create mode 100644 libstdc++-v3/testsuite/23_containers/set/modifiers/insert/inser [...]
--
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 512ca2fca4b gdb: split up construct_inferior_arguments
new 71a48752660 gdb/dwarf: remove create_dwo_cu_reader
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 | 60 +++++++++++++++++++++----------------------------------
1 file changed, 23 insertions(+), 37 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 5ab7e92d559 Preserve a local variable in a gdb test
new 710f7df7da3 gdb: remove the !startup_with_shell path from construct_inf [...]
new 512ca2fca4b gdb: split up construct_inferior_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:
gdb/corelow.c | 2 +-
gdb/inferior.c | 5 +-
gdb/inferior.h | 7 +-
gdb/main.c | 3 +-
gdb/python/py-inferior.c | 2 +-
gdb/testsuite/gdb.base/args.exp | 11 +-
gdb/testsuite/gdb.base/inferior-args.exp | 48 +++++--
gdb/testsuite/gdb.base/startup-with-shell.exp | 37 ++----
gdbserver/server.cc | 4 +-
gdbsupport/common-inferior.cc | 173 +++++++++++++++-----------
gdbsupport/common-inferior.h | 10 +-
11 files changed, 173 insertions(+), 129 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 7f6cdc6a9ef Updated translations for BFD and BINUTILS sub-directories
new 5ab7e92d559 Preserve a local variable in a gdb test
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/testsuite/gdb.ada/{delta-assign => static-link}/pck.adb | 2 +-
gdb/testsuite/gdb.ada/static-link/pck.ads | 3 +++
gdb/testsuite/gdb.ada/static-link/prog.adb | 2 ++
3 files changed, 6 insertions(+), 1 deletion(-)
copy gdb/testsuite/gdb.ada/{delta-assign => static-link}/pck.adb (93%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.