This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 375af193805 2017-04-27 Hristian Kirtchev <kirtchev(a)adacore.com>
new e309c6a600e PR demangler/80513 check for overflows and invalid characte [...]
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:
libiberty/ChangeLog | 9 +++++++++
libiberty/cp-demangle.c | 2 ++
libiberty/cplus-dem.c | 16 +++++++---------
libiberty/testsuite/demangle-expected | 15 +++++++++++++++
4 files changed, 33 insertions(+), 9 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 c1cea58321 In the expression evaluator, visit the index of an ArraySubs [...]
new b290ab5f92 Don't hard-code "modules-cache-path" in the 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:
test/Modules/malformed-overload.m | 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.
Maxim Kuvyrkov pushed a change to branch maxim
in repository toolchain/jenkins-scripts.
discards 86f1ba2 start-container-docker: Add container_exec command.
new f741494 start-container-docker: Add container_exec command.
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 (86f1ba2)
\
N -- N -- N refs/heads/maxim (f741494)
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:
start-container-docker.sh | 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.
Renato Golin pushed a change to branch master
in repository toolchain/jenkins-scripts.
from deb55fc tcwg-generate-source-cache: remove abe hacks.
new c82cd6a tcwg-llvm-release.sh: Simplify release URL
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:
tcwg-llvm-release.sh | 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 gcc.
from 4608a3669c2 2017-04-27 Gary Dismukes <dismukes(a)adacore.com>
new dfc5bda9e91 2017-04-27 Hristian Kirtchev <kirtchev(a)adacore.com>
new 72e2f26860e 2017-04-27 Claire Dross <dross(a)adacore.com>
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/ada/ChangeLog | 56 ++++++++++++
gcc/ada/Makefile.rtl | 4 +
gcc/ada/a-cofuba.adb | 232 ++++++++++++++++++++++++++++++++++++++++++++++++++
gcc/ada/a-cofuba.ads | 114 +++++++++++++++++++++++++
gcc/ada/a-cofuma.adb | 158 ++++++++++++++++++++++++++++++++++
gcc/ada/a-cofuma.ads | 196 ++++++++++++++++++++++++++++++++++++++++++
gcc/ada/a-cofuse.adb | 132 +++++++++++++++++++++++++++++
gcc/ada/a-cofuse.ads | 210 +++++++++++++++++++++++++++++++++++++++++++++
gcc/ada/a-cofuve.adb | 151 +++++++++++++++++++++++++++++++++
gcc/ada/a-cofuve.ads | 235 +++++++++++++++++++++++++++++++++++++++++++++++++++
gcc/ada/checks.adb | 11 ---
gcc/ada/cstand.adb | 1 +
gcc/ada/impunit.adb | 5 +-
gcc/ada/lib-xref.adb | 20 +++--
gcc/ada/sem_attr.adb | 17 ++--
gcc/ada/sem_type.adb | 6 +-
gcc/ada/sem_util.adb | 8 +-
17 files changed, 1522 insertions(+), 34 deletions(-)
create mode 100644 gcc/ada/a-cofuba.adb
create mode 100644 gcc/ada/a-cofuba.ads
create mode 100644 gcc/ada/a-cofuma.adb
create mode 100644 gcc/ada/a-cofuma.ads
create mode 100644 gcc/ada/a-cofuse.adb
create mode 100644 gcc/ada/a-cofuse.ads
create mode 100644 gcc/ada/a-cofuve.adb
create mode 100644 gcc/ada/a-cofuve.ads
--
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 d393d3f32 One more try at the whole compiling thing...
new 6b685ecb2 Fix build for clang r301507
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/Symbol/ClangASTContext.cpp | 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 gcc.
from 0ae9270b252 2017-04-27 Gary Dismukes <dismukes(a)adacore.com>
new 4608a3669c2 2017-04-27 Gary Dismukes <dismukes(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 | 64 ++++++++++++++++++++++
gcc/ada/atree.ads | 12 ++--
gcc/ada/checks.adb | 11 ++++
gcc/ada/debug.adb | 9 ++-
gcc/ada/einfo.ads | 21 +++----
gcc/ada/exp_ch7.adb | 151 +++++++++++++++++++++++++++++++--------------------
gcc/ada/sem_attr.adb | 3 +
gcc/ada/sem_aux.adb | 7 ++-
gcc/ada/sem_ch12.adb | 66 ++++++++++++++++++----
gcc/ada/sem_ch4.adb | 6 +-
gcc/ada/sem_dim.adb | 8 +++
gcc/ada/sem_util.adb | 125 ++++++++++++++++++++++++++++++++++++------
gcc/ada/sinfo.ads | 76 +++++++++++++++++++-------
gcc/ada/sinput.adb | 28 ++++++----
14 files changed, 444 insertions(+), 143 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 26312b0ea5f PR target/77728 * config/aarch64/aarch64.c (struct aarch6 [...]
new 0ae9270b252 2017-04-27 Gary Dismukes <dismukes(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 | 4 ++
gcc/ada/exp_ch4.adb | 9 ++---
gcc/ada/sem_ch4.adb | 114 ++++++++++++++++++++++++++--------------------------
3 files changed, 65 insertions(+), 62 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.