This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from eda72164ade match any program name when pruning collect messages
new 90e97517575 [Ada] Implement AI12-0269 No_Return for functions
new 5fdf7945d92 [Ada] Ada2020: update Big_Numbers.* specs
new 695a27fbb77 [Ada] Missing accessibility error on object in type conversion
new 53c5cd33933 [Ada] Fix typos in comments
new c324c77eeda [Ada] Put_Image attribute
new c14b424ec73 [Ada] Compiler crash on instance with overloaded actual and [...]
new 4459999864a [Ada] Small cleanup in handling of Ada 2012 implicit dereferences
new 6f6f89a494e [Ada] Remove unnecessary use_clause from stringt.ads
new ec772e4b269 [Ada] Implement AI12-0175 Preelaborable packages with addre [...]
new 51ebdbc91a8 [Ada] Simplify getting discriminant value from a list of co [...]
new 1ed0551d5ad [Ada] ACATS 4.1Q - CDD2A04 - RLS not followed
new 879f6fa876b [Ada] Remove suppression for overlapping actuals in internal units
new 052d6488478 [Ada] Remove redundant iterations in checks for overlapping [...]
new 05f799de948 [Ada] Put_Image: preload type Sink, change what types have [...]
new e7148bc74f3 [Ada] ACATS 4.2Q - BDD2007
new c0cecc953a4 [Ada] Detect overlapping actuals in entry calls
new 019e90494bd [Ada] Reuse Is_Entry where possible
new 3ca9a460f02 [Ada] Diagnose illegal overriding indicators in protected bodies
new 842d28d2acb [Ada] Fix handling of subprograms declared in a protected body
new 5052a270c0f [Ada] AI12-0350 Swap for Indefinite_Holders
new e2b7399e34b [Ada] Don't correct socket timeout on Windows Server 2019
new a80b1eb72d6 [Ada] Improve code generated for assignment of dynamic reco [...]
new 834bb57ac5a [Ada] Compiler locks up with -gnatX and formal subprogram w [...]
new 7c3e76b8dc4 [Ada] Implement AI12-0369
new f40a4e4caba [Ada] Fix handling of Ada 83 OUT parameter rule
new cb539f3b30f [Ada] Alphabetic ordering for name and pragmas
new 4739f95b008 [Ada] Bump secondary stack alignment factor in full runtimes
new 3961bedab9b [Ada] AI12-0074 View conversions and out parameters passed by copy
new a3483a77e5d [Ada] Enable Put_Image in pre-Ada-2020 modes
new a6db99a61a8 [Ada] Fix anonymous-to-named access type implicit conversio [...]
The 30 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/aspects.ads | 128 +++++++++++++
gcc/ada/contracts.adb | 3 +-
gcc/ada/debug.adb | 5 +-
gcc/ada/einfo.adb | 10 +-
gcc/ada/einfo.ads | 4 +-
gcc/ada/exp_aggr.adb | 311 ++++++++++++++++++++++--------
gcc/ada/exp_attr.adb | 18 +-
gcc/ada/exp_ch6.adb | 13 --
gcc/ada/exp_ch9.adb | 351 +++++++++-------------------------
gcc/ada/exp_ch9.ads | 11 --
gcc/ada/exp_put_image.adb | 110 ++++++++---
gcc/ada/exp_put_image.ads | 11 +-
gcc/ada/exp_strm.adb | 10 +
gcc/ada/libgnat/a-coinho.adb | 24 +++
gcc/ada/libgnat/a-coinho.ads | 2 +
gcc/ada/libgnat/a-coinho__shared.adb | 24 +++
gcc/ada/libgnat/a-coinho__shared.ads | 2 +
gcc/ada/libgnat/a-nbnbin.adb | 13 +-
gcc/ada/libgnat/a-nbnbin.ads | 14 +-
gcc/ada/libgnat/a-nbnbin__gmp.adb | 13 +-
gcc/ada/libgnat/a-nbnbre.adb | 13 +-
gcc/ada/libgnat/a-nbnbre.ads | 15 +-
gcc/ada/libgnat/a-stouut.adb | 29 ++-
gcc/ada/libgnat/a-stouut.ads | 2 +-
gcc/ada/libgnat/a-stteou.ads | 2 +-
gcc/ada/libgnat/g-socket.adb | 2 +-
gcc/ada/libgnat/g-sothco.ads | 13 +-
gcc/ada/libgnat/s-secsta.adb | 2 +-
gcc/ada/libgnat/s-secsta.ads | 19 +-
gcc/ada/libgnat/s-stratt.adb | 62 ++++++
gcc/ada/libgnat/s-stratt.ads | 10 +
gcc/ada/libgnat/s-stratt__xdr.adb | 168 ++++++++++++++--
gcc/ada/opt.ads | 4 +
gcc/ada/par-prag.adb | 22 +--
gcc/ada/rtsfind.ads | 9 +
gcc/ada/scng.adb | 6 +
gcc/ada/sem_attr.adb | 90 +--------
gcc/ada/sem_ch10.adb | 3 +
gcc/ada/sem_ch12.adb | 108 ++++++++---
gcc/ada/sem_ch13.adb | 26 ++-
gcc/ada/sem_ch3.adb | 40 ++--
gcc/ada/sem_ch4.adb | 5 +-
gcc/ada/sem_ch5.adb | 17 +-
gcc/ada/sem_ch6.adb | 335 ++++++++++++++++++++++++++------
gcc/ada/sem_ch8.adb | 5 +-
gcc/ada/sem_disp.adb | 9 -
gcc/ada/sem_elab.adb | 104 +++++++---
gcc/ada/sem_prag.adb | 30 ++-
gcc/ada/sem_res.adb | 266 +++++++++++++++++++-------
gcc/ada/sem_util.adb | 281 +++++++++++++++++++++++----
gcc/ada/sem_util.ads | 9 +
gcc/ada/sem_warn.adb | 112 +++++------
gcc/ada/sinfo.adb | 16 ++
gcc/ada/sinfo.ads | 13 ++
gcc/ada/snames.ads-tmpl | 4 +-
gcc/ada/socket.c | 26 ++-
gcc/ada/stringt.ads | 2 +-
gcc/testsuite/gnat.dg/rep_clause8.adb | 4 +-
58 files changed, 2043 insertions(+), 917 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 releases/gcc-8
in repository gcc.
from 2e710aa664f Daily bump.
new 5d746191e27 Add missing store in emission of asan_stack_free.
new 5222017313f asan: fix RTX emission for ilp32
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/asan.c | 21 +++++++++++++++++++--
1 file changed, 19 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils
in repository toolchain/ci/base-artifacts.
discards bbf5d886 2: update: binutils-cab5c3b707871395d1d1a8962c41ec05db1aeba8: 1
new a59cc3cc 2: update: binutils-26783bce15adc0316f9167a216519cebcf1ccac3: 1
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 (bbf5d886)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-arm-check [...]
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:
01-reset_artifacts/console.log | 159 +-
02-prepare_abe/console.log | 410 +-
03-build_abe-binutils/console.log | 19880 ++++++++++----------
04-build_abe-check_binutils/console.log | 6876 +++----
05-check_regression/console.log | 422 +-
05-check_regression/results.regressions | 12 +-
06-update_baseline/console.log | 2237 +--
06-update_baseline/results.regressions | 6 +-
console.log | 29984 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
sumfiles/binutils.sum | 2 +-
sumfiles/gas.sum | 4 +-
sumfiles/ld.sum | 20 +-
13 files changed, 29410 insertions(+), 30610 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 releases/gcc-9
in repository gcc.
from 91efbd795b9 Daily bump.
new 877d8d63228 Add missing store in emission of asan_stack_free.
new 187c96ea531 asan: fix RTX emission for ilp32
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/asan.c | 21 +++++++++++++++++++--
1 file changed, 19 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 47fe96341d2 Fix few -Wformat-diag warnings.
new eda72164ade match any program name when pruning collect messages
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/lib/prune.exp | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1
in repository toolchain/ci/interesting-commits.
from 7f4a67b Add regression 36e95a9e539a08275a0a6ef542a7fae5baa5710f from [...]
new 42456a2 Add regression 62758cf490afdf73f0deeba39aa05583de99b3a4 from [...]
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 | 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 releases/gcc-10
in repository gcc.
from d78c4732bc3 Daily bump.
new 036b288ca4c Add missing store in emission of asan_stack_free.
new e1d68582022 asan: fix RTX emission for ilp32
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/asan.c | 21 +++++++++++++++++++--
1 file changed, 19 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-master-aarch64-spec2k6-O2
in repository toolchain/ci/binutils-gdb.
from 2b4e6a3f4b Fix hex floating point lexing
adds 914592f9ff Update documentation for Ada .gdb_index
adds e9576b7d68 Automatic date update in version.in
adds d8af286fff RISC-V: Drop the privileged spec v1.9 support.
adds 453c733fcf RISC-V: Update the rebuild-csr-xml.sh.
new 26783bce15 [gdb/testsuite] Don't abort testrun for invalid command in t [...]
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:
bfd/version.h | 2 +-
gas/ChangeLog | 6 +
.../gas/riscv/priv-reg-fail-version-1p9.d | 11 -
.../gas/riscv/priv-reg-fail-version-1p9.l | 30 --
gas/testsuite/gas/riscv/priv-reg-version-1p9.d | 257 ------------
gdb/ChangeLog | 4 +
gdb/doc/ChangeLog | 4 +
gdb/doc/gdb.texinfo | 4 +-
gdb/features/riscv/rebuild-csr-xml.sh | 4 +-
gdb/testsuite/ChangeLog | 6 +
gdb/testsuite/lib/gdb.exp | 18 +-
include/ChangeLog | 8 +
include/opcode/riscv-opc.h | 435 ++++++++++-----------
include/opcode/riscv.h | 1 -
opcodes/ChangeLog | 4 +
opcodes/riscv-opc.c | 1 -
16 files changed, 270 insertions(+), 525 deletions(-)
delete mode 100644 gas/testsuite/gas/riscv/priv-reg-fail-version-1p9.d
delete mode 100644 gas/testsuite/gas/riscv/priv-reg-fail-version-1p9.l
delete mode 100644 gas/testsuite/gas/riscv/priv-reg-version-1p9.d
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.