This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 4cd596538 More constexpr (re P0202) - equal and mismatch
new f1caa62cc Actually CALL the constexpr tests.
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:
test/std/algorithms/alg.nonmodifying/mismatch/mismatch.pass.cpp | 4 ++++
test/std/algorithms/alg.nonmodifying/mismatch/mismatch_pred.pass.cpp | 4 ++++
2 files changed, 8 insertions(+)
--
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 libcxx.
from 5af38a078 Fix constexpr failure on C++11-based buildbots.
new 4cd596538 More constexpr (re P0202) - equal and mismatch
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:
include/algorithm | 36 +++++++++---------
.../alg.nonmodifying/alg.equal/equal.pass.cpp | 30 ++++++++++++++-
.../alg.nonmodifying/alg.equal/equal_pred.pass.cpp | 36 +++++++++++++++++-
.../alg.nonmodifying/mismatch/mismatch.pass.cpp | 40 +++++++++++++++++++-
.../mismatch/mismatch_pred.pass.cpp | 44 +++++++++++++++++++++-
5 files changed, 164 insertions(+), 22 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 da13911f388 Daily bump.
new 2e5c1c59d43 2018-01-15 Louis Krupp <louis.krupp(a)zoho.com>
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/ChangeLog | 9 ++++
gcc/fortran/interface.c | 8 +++-
gcc/fortran/misc.c | 3 +-
gcc/fortran/resolve.c | 4 +-
gcc/testsuite/ChangeLog | 5 +++
.../gfortran.dg/unlimited_polymorphic_28.f90 | 51 ++++++++++++++++++++++
6 files changed, 76 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/unlimited_polymorphic_28.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 hjl/pr51628/master
in repository gcc.
discards 2a26ed809f7 C/C++: Add -Waddress-of-packed-member
adds bededc1cf9b 2018-01-15 Richard Biener <rguenther(a)suse.de>
adds 2656b298bb5 PR libstdc++/83830 Define std::has_unique_object_representations_v
new 10b492fd00a C/C++: Add -Waddress-of-packed-member
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2a26ed809f7)
\
N -- N -- N refs/heads/hjl/pr51628/master (10b492fd00a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/ChangeLog | 5 +++++
gcc/expmed.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512bw-vmovdqu16-2.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512f-vmovdqu32-2.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512f-vmovdqu64-2.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512vl-vmovdqu16-2.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512vl-vmovdqu32-2.c | 2 +-
gcc/testsuite/gcc.target/i386/avx512vl-vmovdqu64-2.c | 2 +-
libstdc++-v3/ChangeLog | 8 ++++++++
libstdc++-v3/include/std/type_traits | 4 ++++
.../20_util/has_unique_object_representations/value.cc | 14 ++++++++++++++
11 files changed, 38 insertions(+), 7 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 0a06c3993ad rs6000: Delete "delayed_cr" insn type
new da13911f388 Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from 283f4bbb139 Backport from mainline 2018-01-10 Segher Boessenkool <s [...]
new 1fe34f83fe7 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from ea6a77a2ca5 Fix type printers for Library Fundamentals types
new a1631f1efd1 Daily bump.
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/DATESTAMP | 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 2721d702a0 RISC-V: Add support for addi that compresses to c.nop.
new 46a7082471 Automatic date update in version.in
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/version.h | 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 gdb-8.1-branch
in repository binutils-gdb.
from 5429afd652 Fix scm-ports.exp regression
new 0d284d88cf Automatic date update in version.in
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/version.h | 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 binutils-2_30-branch
in repository binutils-gdb.
from 2f08d05223 Update Ukranian translations for bfd, binutils, gas, gold, l [...]
new eb2c288a82 Automatic date update in version.in
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/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.