This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f38400a Add missing variable traits, fix testsuite failures. * incl [...]
new a1e9d2c Oops, ChangeLog didn't commit
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/testsuite/ChangeLog | 5 +++++
1 file changed, 5 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 gcc.
from cd5eb30 2016-07-31 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new f38400a Add missing variable traits, fix testsuite failures. * incl [...]
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/ChangeLog | 19 +++++++++++++
libstdc++-v3/include/bits/uses_allocator.h | 4 +++
libstdc++-v3/include/std/functional | 7 +++++
.../bind/{cv_quals_2.cc => is_placeholder_v.cc} | 32 +++++++---------------
.../20_util/declval/requirements/1_neg.cc | 2 +-
.../testsuite/20_util/duration/literals/range.cc | 2 +-
.../20_util/duration/requirements/typedefs_neg1.cc | 2 +-
.../20_util/duration/requirements/typedefs_neg2.cc | 2 +-
.../20_util/duration/requirements/typedefs_neg3.cc | 2 +-
.../make_signed/requirements/typedefs_neg.cc | 2 +-
.../make_unsigned/requirements/typedefs_neg.cc | 4 +--
.../20_util/ratio/operations/ops_overflow_neg.cc | 2 +-
.../requirements/uses_allocator_v.cc} | 19 ++++++-------
13 files changed, 57 insertions(+), 42 deletions(-)
copy libstdc++-v3/testsuite/20_util/bind/{cv_quals_2.cc => is_placeholder_v.cc} (63%)
copy libstdc++-v3/testsuite/20_util/{optional/constexpr/observers/1.cc => uses_all [...]
--
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 llvm.
from d71fdd1 AVX-512: Removed AssertZext node before TRUNCATE Removed Asse [...]
new 67b0099 Fixed "copy-paste" mistake from revision 255245.
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:
lib/IR/LLVMContextImpl.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 gcc-6-branch
in repository gcc.
from c135475 Daily bump.
new a65f5fb 2016-07-31 Bill Schmidt <wschmidt(a)linux.vnet.ibm.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/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/divkc3-1.c | 3 +--
gcc/testsuite/gcc.target/powerpc/mulkc3-1.c | 3 +--
3 files changed, 10 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 master
in repository gcc.
from 46702d8 Check __STRICT_ANSI__ for 128-bit arithmetic types
new cd5eb30 2016-07-31 Bill Schmidt <wschmidt(a)linux.vnet.ibm.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/testsuite/gcc.target/powerpc/divkc3-1.c | 3 +--
gcc/testsuite/gcc.target/powerpc/mulkc3-1.c | 3 +--
2 files changed, 2 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 master
in repository gcc.
from 466045a Make check_effective_target_c++ work for libstdc++
new 5c2f631 Fix file extension of libstdc++ test
new 46702d8 Check __STRICT_ANSI__ for 128-bit arithmetic types
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/ChangeLog | 17 +++++++++++++++++
.../testsuite/18_support/numeric_limits/40856.cc | 2 +-
.../testsuite/20_util/is_floating_point/value.cc | 2 ++
libstdc++-v3/testsuite/20_util/is_integral/value.cc | 2 ++
libstdc++-v3/testsuite/20_util/is_signed/value.cc | 2 ++
libstdc++-v3/testsuite/20_util/is_unsigned/value.cc | 2 ++
.../20_util/make_signed/requirements/typedefs-1.cc | 2 ++
.../20_util/make_signed/requirements/typedefs-2.cc | 2 ++
.../20_util/make_unsigned/requirements/typedefs-1.cc | 2 ++
.../20_util/make_unsigned/requirements/typedefs-2.cc | 2 ++
.../26_numerics/headers/cstdlib/{54686.c => 54686.cc} | 0
11 files changed, 34 insertions(+), 1 deletion(-)
rename libstdc++-v3/testsuite/26_numerics/headers/cstdlib/{54686.c => 54686.cc} (100%)
--
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 71b5dc2 2016-07-30 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 466045a Make check_effective_target_c++ work for libstdc++
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/lib/target-supports.exp | 10 +++++-----
2 files changed, 10 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 llvm.
from d9a7752 [ADT] Add 'consume_front' and 'consume_back' methods to Strin [...]
new d71fdd1 AVX-512: Removed AssertZext node before TRUNCATE Removed Asse [...]
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:
lib/Target/X86/X86ISelLowering.cpp | 54 +++++++++-----------------------------
lib/Target/X86/X86InstrAVX512.td | 26 ++++++++++++++++++
2 files changed, 38 insertions(+), 42 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 llvm.
from 48f202f [HexagonConstPropagation] Remove dead code.
new d9a7752 [ADT] Add 'consume_front' and 'consume_back' methods to Strin [...]
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/llvm/ADT/StringRef.h | 24 ++++++++++++++++++++++++
unittests/ADT/StringRefTest.cpp | 32 ++++++++++++++++++++++++++++++++
2 files changed, 56 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 gcc.
from 33d4e63 Daily bump.
new 71b5dc2 2016-07-30 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/target-memory.c | 23 ++++++++++++++---------
gcc/fortran/target-memory.h | 2 +-
gcc/fortran/trans-common.c | 7 ++++++-
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gfortran.dg/equiv_constraint_5.f90 | 4 ++--
gcc/testsuite/gfortran.dg/equiv_constraint_7.f90 | 4 ++--
gcc/testsuite/gfortran.dg/pr41922.f90 | 11 +++++++++++
8 files changed, 52 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr41922.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.