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 af08d7265bb nvptx: Fix up nvptx build against latest libstdc++ [PR100375]
new 4595028e721 rtl-optimization/98144 - tame REE memory usage
new 6f2a65357f7 tree-optimization/100053 - fix predication in VN
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/df-problems.c | 28 +++++++++++++++++++++-------
gcc/df.h | 1 +
gcc/testsuite/gcc.dg/torture/pr100053.c | 25 +++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-93.c | 21 +++++++++++++++++++++
gcc/tree-ssa-sccvn.c | 21 +++++++++++++--------
5 files changed, 81 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr100053.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-93.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 releases/gcc-10
in repository gcc.
from a0f9800f389 nvptx: Fix up nvptx build against latest libstdc++ [PR100375]
new 1cb39945993 libstdc++: Implement P2259R1 changes [PR95983]
new 4134c3e3af8 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/stl_iterator.h | 128 +++++++--
libstdc++-v3/include/std/ranges | 301 +++++++++++++++------
.../headers/iterator/synopsis_c++20.cc | 1 +
libstdc++-v3/testsuite/std/ranges/p2259.cc | 91 +++++++
4 files changed, 413 insertions(+), 108 deletions(-)
create mode 100644 libstdc++-v3/testsuite/std/ranges/p2259.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 releases/gcc-11
in repository gcc.
from da9c085ddbf nvptx: Fix up nvptx build against latest libstdc++ [PR100375]
new e71d9316e00 libstdc++: Implement proposed resolution for LWG 3532
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/std/ranges | 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 a8d6316b67d Replace AC_PROG_CC with AC_PROG_CC_C99 in top level configu [...]
new bd6d8601f30 Define bfd_realloc(ptr,0) to return allocated memory, whils [...]
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 | 13 +++++++
bfd/libbfd-in.h | 6 ----
bfd/libbfd.c | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++------
bfd/libbfd.h | 14 ++++----
4 files changed, 117 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 binutils-gdb.
from aa0fca163e1 sim: add support for build-time ar & ranlib
new a8d6316b67d Replace AC_PROG_CC with AC_PROG_CC_C99 in top level configu [...]
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:
ChangeLog | 5 ++
configure | 177 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
3 files changed, 183 insertions(+), 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 9174343256c Replace AC_PROG_CC with AC_PROG_CC_C99 in top level configu [...]
new 1580fc76442 OpenMP: Support complex/float in && and || reduction
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/c/c-typeck.c | 10 +-
gcc/cp/semantics.c | 8 +-
gcc/omp-low.c | 87 ++++++++-
gcc/testsuite/gcc.dg/gomp/clause-1.c | 2 +-
.../testsuite/libgomp.c-c++-common/reduction-1.c | 192 ++++++++++++++++++++
.../testsuite/libgomp.c-c++-common/reduction-2.c | 192 ++++++++++++++++++++
.../testsuite/libgomp.c-c++-common/reduction-3.c | 192 ++++++++++++++++++++
.../testsuite/libgomp.c-c++-common/reduction-4.c | 194 +++++++++++++++++++++
8 files changed, 856 insertions(+), 21 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/reduction-1.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/reduction-2.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/reduction-3.c
create mode 100644 libgomp/testsuite/libgomp.c-c++-common/reduction-4.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 af5b2b911dd libstdc++: Do not use deduced return type for std::visit [P [...]
new 9174343256c Replace AC_PROG_CC with AC_PROG_CC_C99 in top level configu [...]
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:
configure | 177 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 178 insertions(+), 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 releases/gcc-9
in repository gcc.
from 843ef3bebfd Daily bump.
new 959719061ab cprop: Fix -fcompare-debug bug in constprop_register [PR100148]
new 4f89f7aef6a vmsdbgout: Remove useless register keywords
new 1eb90acf00a cfgcleanup: Fix -fcompare-debug issue in outgoing_edges_mat [...]
new a322c55e05a aarch64: Fix ICE in aarch64_add_offset_1_temporaries [PR100302]
new af08d7265bb nvptx: Fix up nvptx build against latest libstdc++ [PR100375]
The 5 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/cfgcleanup.c | 4 +-
gcc/config/aarch64/aarch64.c | 2 +-
gcc/config/nvptx/nvptx.c | 10 ++--
gcc/cprop.c | 8 +--
gcc/testsuite/g++.dg/opt/pr100148.C | 27 ++++++++++
gcc/testsuite/g++.dg/opt/pr100254.C | 101 ++++++++++++++++++++++++++++++++++++
gcc/vmsdbgout.c | 20 +++----
7 files changed, 151 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr100148.C
create mode 100644 gcc/testsuite/g++.dg/opt/pr100254.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.