This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 71834be5b68 libstdc++: Implement proposed resolution for LWG 3532
new d8ea47033a7 Jump threader refactor.
new 69e5544210e Refactor backward threader registry and profitability code [...]
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/tree-ssa-dom.c | 183 +++++++------------
gcc/tree-ssa-threadbackward.c | 378 ++++++++++++++++++++++----------------
gcc/tree-ssa-threadedge.c | 416 ++++++++++++++++++------------------------
gcc/tree-ssa-threadedge.h | 80 ++++++--
gcc/tree-ssa-threadupdate.c | 306 +++++++++++++++++--------------
gcc/tree-ssa-threadupdate.h | 85 ++++++++-
gcc/tree-vrp.c | 157 +++++++---------
7 files changed, 851 insertions(+), 754 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 2869ac4b59d Fix crash with GNAT minimal encodings
new 698facb837c Use rvalue reference in thread_pool::post_task
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:
gdbsupport/ChangeLog | 6 ++++++
gdbsupport/thread-pool.cc | 4 ++--
gdbsupport/thread-pool.h | 2 +-
3 files changed, 9 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 topic/mq_af_unix_fiddeling
in repository newlib.
from 04167e328 first cut of mq_recv
new 028c25cc2 add _mq_peek
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:
winsup/cygwin/posix_ipc.cc | 33 ++++++++++++++++++++++++---------
1 file changed, 24 insertions(+), 9 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-9
in repository gcc.
from 820dc57c57e c++/98032 - add testcase
new 76cadfd3b87 libgfortran, configure : Adjust configure to autoconf-2.69
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:
libgfortran/configure | 28 ++++++++--------------------
1 file changed, 8 insertions(+), 20 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 47915ef8477 libstdc++: Use std::addressof to avoid ADL for operator& [P [...]
new 6e00d9bb113 libstdc++: Implement P2367 changes to avoid some list-initi [...]
new 71834be5b68 libstdc++: Implement proposed resolution for LWG 3532
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:
libstdc++-v3/include/bits/ranges_util.h | 2 +-
libstdc++-v3/include/std/ranges | 57 ++++++++++++----------
.../std/ranges/{iota/lwg3292_neg.cc => p2367.cc} | 32 +++++++-----
3 files changed, 51 insertions(+), 40 deletions(-)
copy libstdc++-v3/testsuite/std/ranges/{iota/lwg3292_neg.cc => p2367.cc} (59%)
--
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 aa475c4ac80 libstdc++: Implement LWG 1203 for rvalue iostreams
new 47915ef8477 libstdc++: Use std::addressof to avoid ADL for operator& [P [...]
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/basic_ios.tcc | 2 +-
libstdc++-v3/include/bits/basic_string.tcc | 4 ++--
libstdc++-v3/include/bits/deque.tcc | 2 +-
libstdc++-v3/include/bits/stl_tree.h | 2 +-
libstdc++-v3/include/bits/vector.tcc | 2 +-
5 files changed, 6 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 74fe10aedbe gcc/genflags.c: Improve error message
new 57028ff2d3f libstdc++: Define effective-target for net::ip features [PR [...]
new 0d501c33854 libstdc++: Use <sys/socket.h> features conditionally [PR 100285]
new aa475c4ac80 libstdc++: Implement LWG 1203 for rvalue iostreams
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:
libstdc++-v3/include/experimental/socket | 8 ++
libstdc++-v3/include/std/istream | 74 ++++--------------
libstdc++-v3/include/std/ostream | 87 ++++++++--------------
.../extractors_character/char/lwg2499_neg.cc | 12 +--
.../extractors_character/wchar_t/lwg2499_neg.cc | 4 +-
.../27_io/basic_istream/extractors_other/char/4.cc | 77 +++++++------------
.../basic_istream/extractors_other/wchar_t/4.cc | 77 +++++++------------
.../27_io/basic_ostream/inserters_other/char/6.cc | 78 +++++++------------
.../basic_ostream/inserters_other/wchar_t/6.cc | 78 +++++++------------
.../testsuite/27_io/filesystem/path/io/dr2989.cc | 1 +
libstdc++-v3/testsuite/27_io/rvalue_streams-2.cc | 11 ---
libstdc++-v3/testsuite/27_io/rvalue_streams.cc | 74 ++++++++++++++++--
.../net/internet/address/v4/comparisons.cc | 3 +-
.../experimental/net/internet/address/v4/cons.cc | 1 +
.../net/internet/address/v4/creation.cc | 7 +-
.../net/internet/address/v4/members.cc | 1 +
.../net/internet/address/v6/members.cc | 1 +
.../experimental/net/internet/resolver/base.cc | 1 +
.../net/internet/resolver/ops/lookup.cc | 7 +-
.../net/internet/resolver/ops/reverse.cc | 3 +-
.../experimental/net/internet/socket/opt.cc | 1 +
.../testsuite/experimental/net/internet/tcp.cc | 3 +-
.../testsuite/experimental/net/internet/udp.cc | 3 +-
.../experimental/net/socket/socket_base.cc | 4 +-
libstdc++-v3/testsuite/lib/libstdc++.exp | 8 ++
25 files changed, 262 insertions(+), 362 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 9f84cb380e8 Fix an illegal memory access when parsing a corrupt core note.
new d1fbc3ba09f Fix illegal memory access parsing a corrupt MACH-O format file.
new 2869ac4b59d Fix crash with GNAT minimal encodings
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:
bfd/ChangeLog | 6 ++++++
bfd/mach-o.c | 3 ++-
gdb/ChangeLog | 4 ++++
gdb/ada-lang.c | 7 +++++--
gdb/testsuite/ChangeLog | 7 +++++++
gdb/testsuite/gdb.ada/enum_idx_packed.exp | 3 +++
gdb/testsuite/gdb.ada/enum_idx_packed/foo.adb | 4 ++++
gdb/testsuite/gdb.ada/enum_idx_packed/pck.ads | 5 +++++
8 files changed, 36 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 newlib.
from 548a4c3ca Cygwin: POSIX mq: avoid double calls to ipc_mutex_unlock
new 2d3416440 Cygwin: CI configuration update
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:
.appveyor.yml | 13 +++++++++++--
.github/workflows/cygwin.yml | 11 +++++++----
winsup/autogen.sh | 1 +
3 files changed, 19 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 binutils-gdb.
from 6cb40a679b2 Fix a double free when re-allocating a buffer to size 0.
new 9f84cb380e8 Fix an illegal memory access when parsing a corrupt core note.
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:
bfd/ChangeLog | 6 ++++++
bfd/elf32-xtensa.c | 7 ++++++-
2 files changed, 12 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.