This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 59113b5 Don't redefine _GLIBCXX_ASSERTIONS if already defined
new 865e4fe 2017-01-06 Bob Duff <duff(a)adacore.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/ada/ChangeLog | 15 +++++++++++++++
gcc/ada/Makefile.rtl | 1 -
gcc/ada/bindgen.adb | 12 +++++++++---
gcc/ada/sem_prag.adb | 2 --
4 files changed, 24 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 lldb.
from 55c6e1c Attempt to fix windows build for r291198
new 91d7d72 Another windows build fix
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:
tools/driver/Platform.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 561ef4a Fix clang build for r291198
new 55c6e1c Attempt to fix windows build for r291198
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:
source/Host/windows/EditLineWin.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 c33cb5f Minor reformatting.
new f97daf5 PR78991 make __gnu_cxx::__ops constructors explicit
new 59113b5 Don't redefine _GLIBCXX_ASSERTIONS if already defined
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 | 13 +++++
libstdc++-v3/include/bits/c++config | 2 +-
libstdc++-v3/include/bits/predefined_ops.h | 55 +++++++++++++---------
.../{min_element/constexpr.cc => sort/78991.cc} | 30 ++++++++----
4 files changed, 69 insertions(+), 31 deletions(-)
copy libstdc++-v3/testsuite/25_algorithms/{min_element/constexpr.cc => sort/78991. [...]
--
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 ac10a93 Automatic date update in version.in
new fd13a84 Retire Paul Brook as an ARM maintainer.
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:
binutils/ChangeLog | 4 ++++
binutils/MAINTAINERS | 2 +-
2 files changed, 5 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 da684cc [ObjC] The declarator for a block literal should be a definition
new fb284a0 [CodeCompletion] Block property setters: Use dynamic priority [...]
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/Sema/SemaCodeComplete.cpp | 10 +++++++++-
test/Index/complete-block-properties.m | 2 +-
test/Index/complete-block-property-assignment.m | 24 ++++++++++++++----------
3 files changed, 24 insertions(+), 12 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 4fcf822 2017-01-06 Patrick Bernardi <bernardi(a)adacore.com>
new e702adf 2017-01-06 Ed Schonberg <schonberg(a)adacore.com>
new 43580c6 2017-01-06 Patrick Bernardi <bernardi(a)adacore.com>
new c33cb5f Minor reformatting.
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:
gcc/ada/ChangeLog | 15 ++++++
gcc/ada/aspects.adb | 1 -
gcc/ada/aspects.ads | 5 --
gcc/ada/checks.adb | 2 +-
gcc/ada/exp_ch3.adb | 35 +++++++++----
gcc/ada/exp_ch9.adb | 65 +++---------------------
gcc/ada/par-prag.adb | 1 -
gcc/ada/s-secsta.adb | 11 +---
gcc/ada/s-secsta.ads | 4 --
gcc/ada/s-tarest.adb | 130 +++++++++++++++++++-----------------------------
gcc/ada/s-tarest.ads | 46 ++++++++---------
gcc/ada/s-taskin.adb | 51 +++++++++----------
gcc/ada/s-taskin.ads | 32 +++++-------
gcc/ada/s-tassta.adb | 61 ++++++++---------------
gcc/ada/s-tassta.ads | 30 ++++++-----
gcc/ada/scans.adb | 4 +-
gcc/ada/sem_ch13.adb | 47 +----------------
gcc/ada/sem_prag.adb | 46 +----------------
gcc/ada/sem_prag.ads | 1 -
gcc/ada/snames.adb-tmpl | 5 --
gcc/ada/snames.ads-tmpl | 17 +++----
21 files changed, 203 insertions(+), 406 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 clang.
from 95ab339 Constify UsingPackDecl::getInstantiatedFromUsingDecl(), NFC.
new da684cc [ObjC] The declarator for a block literal should be a definition
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/Parse/ParseExpr.cpp | 2 ++
test/Sema/warn-strict-prototypes.m | 5 +++--
test/SemaObjC/block-omitted-return-type.m | 2 +-
3 files changed, 6 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 gcc.
from 0008135 2017-01-06 Gary Dismukes <dismukes(a)adacore.com>
new c87a374 2017-01-06 Bob Duff <duff(a)adacore.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/ada/ChangeLog | 15 +++++++++++++++
gcc/ada/exp_ch9.adb | 5 +++--
gcc/ada/s-taprob.ads | 7 +++----
gcc/ada/s-tpoben.ads | 6 +++++-
gcc/ada/s-tposen.ads | 3 +++
gcc/ada/sinfo.adb | 9 +++++++++
gcc/ada/sinfo.ads | 4 ++++
7 files changed, 42 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.