This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8973c32e2b1 Fix breakage introduced by r276985. * config/avr/avr.c (a [...]
new bcdf4aec362 Define [range.cmp] comparisons for C++20
new 14b2576d8c0 Process new C++17 and C++20 headers with Doxygen
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 | 16 ++
libstdc++-v3/doc/doxygen/user.cfg.in | 13 +-
libstdc++-v3/include/Makefile.am | 1 +
libstdc++-v3/include/Makefile.in | 1 +
libstdc++-v3/include/bits/range_cmp.h | 179 +++++++++++++++++++++
libstdc++-v3/include/std/functional | 3 +
.../20_util/function_objects/identity/1.cc | 40 +++++
.../20_util/function_objects/range.cmp/equal_to.cc | 77 +++++++++
.../20_util/function_objects/range.cmp/greater.cc | 82 ++++++++++
.../function_objects/range.cmp/greater_equal.cc | 82 ++++++++++
.../20_util/function_objects/range.cmp/less.cc | 82 ++++++++++
.../function_objects/range.cmp/less_equal.cc | 82 ++++++++++
.../function_objects/range.cmp/not_equal_to.cc | 77 +++++++++
13 files changed, 734 insertions(+), 1 deletion(-)
create mode 100644 libstdc++-v3/include/bits/range_cmp.h
create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/identity/1.cc
create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/range.cmp/equal_to.cc
create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/range.cmp/greater.cc
create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/range.cmp/great [...]
create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/range.cmp/less.cc
create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/range.cmp/less_ [...]
create mode 100644 libstdc++-v3/testsuite/20_util/function_objects/range.cmp/not_e [...]
--
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-8-branch
in repository gcc.
from a5bc6aae434 Daily bump.
new bb1d1e38616 2019-10-17 Bill Schmidt <wschmidt(a)linux.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/pr91275.c | 7 ++++++-
2 files changed, 14 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 gcc-7-branch
in repository gcc.
from 7727686e163 Daily bump.
new 865f5907a57 2019-10-17 Bill Schmidt <wschmidt(a)linux.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/pr91275.c | 7 ++++++-
2 files changed, 14 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 lld.
from cc9144b5d [LLD][ELF] - Update test cases after llvm-readobj output form [...]
new e4368078a [lld][test] Fix use of escape character in an lld test on Windows
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/ELF/linkerscript/filename-spec.s | 4 ++--
1 file changed, 2 insertions(+), 2 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 lldb.
from cf4bdc39f [ARC] Add SystemV ABI
new 138341722 Fix an inverted condition in 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:
.../Python/lldbsuite/test/tools/lldb-server/gdbremote_testcase.py | 6 +++---
1 file changed, 3 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 gcc-9-branch
in repository gcc.
from e63f9518ecc Daily bump.
new d8849aa1651 2019-10-17 Bill Schmidt <wschmidt(a)linux.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/pr91275.c | 7 ++++++-
2 files changed, 14 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 clang.
from b15c08d32c [ObjC] Add some additional test cases around pointer conversions.
new 3b8d539899 [ObjC] Diagnose implicit type coercion from ObjC 'Class' to [...]
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/AST/ASTContext.cpp | 26 +++++++++++++++++---------
lib/Sema/SemaExpr.cpp | 4 ++--
test/SemaObjC/comptypes-1.m | 18 +++++++++---------
test/SemaObjCXX/class-method-self.mm | 8 ++++----
test/SemaObjCXX/comptypes-1.mm | 32 ++++++++++++++++----------------
test/SemaObjCXX/comptypes-7.mm | 16 ++++++++--------
test/SemaObjCXX/instancetype.mm | 4 ++--
7 files changed, 58 insertions(+), 50 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 lldb.
from f464db930 delete SWIG typemaps for FILE*
new 96758fc46 [ARC] Basic support in gdb-remote process plugin
new cf4bdc39f [ARC] Add SystemV ABI
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:
include/lldb/Utility/ArchSpec.h | 2 +
source/API/SystemInitializerFull.cpp | 4 +-
source/Plugins/ABI/CMakeLists.txt | 3 +
source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp | 614 +++++++++++++++++++++
.../ABISysV_hexagon.h => SysV-arc/ABISysV_arc.h} | 57 +-
.../ABI/{SysV-arm => SysV-arc}/CMakeLists.txt | 4 +-
.../gdb-remote/GDBRemoteCommunicationClient.cpp | 2 +-
source/Target/Platform.cpp | 6 +
source/Target/Thread.cpp | 1 +
source/Utility/ArchSpec.cpp | 3 +
10 files changed, 663 insertions(+), 33 deletions(-)
create mode 100644 source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
copy source/Plugins/ABI/{SysV-hexagon/ABISysV_hexagon.h => SysV-arc/ABISysV_arc.h} (66%)
copy source/Plugins/ABI/{SysV-arm => SysV-arc}/CMakeLists.txt (65%)
--
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 clang.
from 7883b59067 [OPENMP]Fix thread id passed to outlined region in sequentia [...]
new b15c08d32c [ObjC] Add some additional test cases around pointer conversions.
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/SemaObjC/class-method-self.m | 2 -
test/SemaObjC/comptypes-1.m | 81 ++++++++++++++++-------
test/SemaObjC/comptypes-7.m | 7 +-
test/SemaObjCXX/class-method-self.mm | 25 +++++++
test/SemaObjCXX/comptypes-1.mm | 124 +++++++++++++++++++++++++++++++++++
test/SemaObjCXX/comptypes-7.mm | 74 +++++++++++++++++++++
test/SemaObjCXX/instancetype.mm | 4 +-
7 files changed, 286 insertions(+), 31 deletions(-)
create mode 100644 test/SemaObjCXX/class-method-self.mm
create mode 100644 test/SemaObjCXX/comptypes-1.mm
create mode 100644 test/SemaObjCXX/comptypes-7.mm
--
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 4fdf07df58f i386: Add clear_ratio to processor_costs
new 8973c32e2b1 Fix breakage introduced by r276985. * config/avr/avr.c (a [...]
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 | 9 +++++++++
gcc/common/config/avr/avr-common.c | 5 +++++
gcc/config/avr/avr.c | 9 ---------
3 files changed, 14 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.