This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3ded55886ca 2017-04-25 Bob Duff <duff(a)adacore.com>
new fdb8488b0b0 2017-04-25 Hristian Kirtchev <kirtchev(a)adacore.com>
new 59b1151fdaf 2017-04-25 Richard Biener <rguenther(a)suse.de>
new 3c5c732ffb5 2017-04-25 Yannick Moy <moy(a)adacore.com>
new 54022749e6f 2017-04-25 Yannick Moy <moy(a)adacore.com>
new 89e864b989b 2017-04-25 Hristian Kirtchev <kirtchev(a)adacore.com>
The 5 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 | 6 ++
gcc/ada/ChangeLog | 81 +++++++++++++++++
gcc/ada/checks.adb | 224 ++++++++++++++++++++++++++++++++++++++----------
gcc/ada/einfo.adb | 23 ++++-
gcc/ada/einfo.ads | 9 ++
gcc/ada/eval_fat.adb | 29 +++++--
gcc/ada/exp_attr.adb | 38 +++++---
gcc/ada/exp_ch6.adb | 15 ++++
gcc/ada/exp_ch7.adb | 33 ++++---
gcc/ada/s-ficobl.ads | 4 +-
gcc/ada/sem_prag.adb | 117 +++++++++++++++++++++++++
gcc/ada/sem_res.adb | 16 ++--
gcc/ada/sem_util.adb | 14 ++-
gcc/ada/sem_util.ads | 4 +
gcc/ada/snames.ads-tmpl | 4 +
gcc/passes.c | 2 +-
16 files changed, 530 insertions(+), 89 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 binutils-gdb.
from d28b6364b1 gas: sparc: fix relaxation of CALL instruction into branches [...]
new debed3db48 Fix build on gcc < 5 (std::is_trivially_copyable missing)
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:
gdb/ChangeLog | 7 +++++++
gdb/common/poison.h | 4 ++++
gdb/common/traits.h | 13 +++++++++++++
3 files changed, 24 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 binutils-gdb.
from b0b92aeb38 Poison non-POD memset & non-trivially-copyable memcpy/memmove
new d28b6364b1 gas: sparc: fix relaxation of CALL instruction into branches [...]
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:
gas/ChangeLog | 11 +++++++++++
gas/config/tc-sparc.c | 9 +++++++--
gas/testsuite/gas/sparc/call-relax-aout.d | 19 +++++++++++++++++++
gas/testsuite/gas/sparc/call-relax.d | 18 ++++++++++++++++++
gas/testsuite/gas/sparc/call-relax.s | 10 ++++++++++
gas/testsuite/gas/sparc/sparc.exp | 4 ++++
6 files changed, 69 insertions(+), 2 deletions(-)
create mode 100644 gas/testsuite/gas/sparc/call-relax-aout.d
create mode 100644 gas/testsuite/gas/sparc/call-relax.d
create mode 100644 gas/testsuite/gas/sparc/call-relax.s
--
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 53685f2d358 2017-04-25 Bob Duff <duff(a)adacore.com>
new 688ada096f7 2017-04-25 Hristian Kirtchev <kirtchev(a)adacore.com>
new 751b8dcc78e 2017-04-25 Hristian Kirtchev <kirtchev(a)adacore.com>
new 5380abf284b 2017-04-25 Bob Duff <duff(a)adacore.com>
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 | 65 ++
gcc/ada/exp_ch7.adb | 1468 --------------------------------------------
gcc/ada/exp_ch7.ads | 15 -
gcc/ada/exp_util.adb | 1426 +++++++++++++++++++++++++++++++++++++++++-
gcc/ada/exp_util.ads | 28 +-
gcc/ada/fname-uf.adb | 6 +-
gcc/ada/fname.adb | 87 ++-
gcc/ada/fname.ads | 19 +-
gcc/ada/make.adb | 2 +-
gcc/ada/osint.adb | 4 +-
gcc/ada/par-ch2.adb | 48 +-
gcc/ada/s-taprop-mingw.adb | 6 +-
gcc/ada/scans.ads | 8 +-
gcc/ada/scn.adb | 3 +-
gcc/ada/sem_ch3.adb | 1 -
gcc/ada/sem_ch8.adb | 6 +-
gcc/ada/sem_prag.adb | 1 -
gcc/ada/sem_util.adb | 21 +-
gcc/ada/uname.adb | 87 +++
gcc/ada/uname.ads | 14 +-
20 files changed, 1742 insertions(+), 1573 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 663ebab start-container-docker.sh: Fix typos.
new e85c87a jenkins-helpers.sh: Make print_node_with_least_containers ret [...]
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:
jenkins-helpers.sh | 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from a948a81 start-container-docker.sh: Add --label and --node options. je [...]
new 663ebab start-container-docker.sh: Fix typos.
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 | 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 2e9fae8 tcwg-llvm-release.sh: Ignore test results until the end
new bdc2661 jenkins.sh: Remove unneeded indirection
new a948a81 start-container-docker.sh: Add --label and --node options. je [...]
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:
jenkins-helpers.sh | 53 ++++++++++++++++++++++++++++++++++++++++-------
jenkins.sh | 20 +++++-------------
start-container-docker.sh | 41 +++++++++++++++++++++++++++++++++++-
3 files changed, 91 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.