This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 419c355c7a8 [Ada] Fix missing insertion of explicit dereference in instance
new 6a07010b774 Patch to Bug 94022 - Array slices of assumed-size arrays.
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/fortran/trans-expr.c | 2 +
gcc/testsuite/gfortran.dg/PR94022.f90 | 132 ++++++++++++++++++++++++++++++++++
2 files changed, 134 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/PR94022.f90
--
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 9b4f69a Add last-good a9312a7926079ddb78b5f93681a9f6823422f5e1 from h [...]
new 8f4571d Add regression eb3480fc0fe68c0062a5548e922d530c78121cb5 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 | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1
in repository toolchain/ci/interesting-commits.
from d25ba7f Add regression 4b6dcfd542aed2d14a0bcd2bee116d0779cc1d48 from [...]
new 9b4f69a Add last-good a9312a7926079ddb78b5f93681a9f6823422f5e1 from h [...]
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 | 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 8cff672cb9a asan: fix RTX emission for ilp32
new f7823e6299f [Ada] Add fallback on Integer_Arithmetic
new 57f57ad106d [Ada] Remove aspects that were commented out
new afb885445f8 [Ada] Missing accessibility error on object in type conversion
new 6593c082b9a [Ada] Generate predicate checks for on assignments in records
new 99cab17e02c [Ada] Simplify iteration over formal parameters for aliasing error
new a91b9833254 [Ada] Put_Image attribute
new 0dd9f1b83fd [Ada] Fix unnesting crash with Predicate_Failure/no pred
new 8c1bec899af [Ada] Crash on dispatching conditional entry call
new 0c1d3334c6a [Ada] AI12-0356 Root_Storage_Pool_With_Subpools & Preelabor [...]
new c90f2b2ec5e [Ada] Fix punctuation in comment of Building_Static_Dispatc [...]
new 08380342a4c [Ada] Remove useless code in Backend_Processing_Possible
new 6dc5653584c [Ada] Make Object Specific Dispatch tables constant
new c7cb99f885d [Ada] Remove a dubious optimization for Object Specific Dat [...]
new f715a5bd3fb [Ada] Consolidate handling of implicit dereferences into se [...]
new fc4c73488f8 [Ada] Create constrained itypes for nested record aggregates
new 38f44fd6af0 [Ada] Refine type for sorting case-choices tables
new c5b55e683ca [Ada] Move duplicated routines for building itypes to Sem_Util
new 428d49a5a8d [Ada] Skip unnecessary iterations over constraint expressions
new d84eb7c511b [Ada] Put_Image attribute
new 0c25b783809 [Ada] Avoid "others => <>" association in resolved record a [...]
new 4127ebece72 [Ada] Allow specifying volatility refinement aspects for types
new eb85899d605 [Ada] Additional warnings on overlapping actuals of composi [...]
new cf0a011c2be [Ada] Update SPARK RM rule numbers after removing a redundant rule
new adffc367231 [Ada] Fix wrong access to large bit-packed arrays with reverse SSO
new cbbe41d1f7b [Ada] Iterate with procedural version of Next routine where [...]
new 5c4adf10c56 [Ada] Refine type of a counter-like variable
new 0bfa32f922b [Ada] Refine type of a routine parameter from Node_Id to Entity_Id
new eedafec2f2d [Ada] Make libgnat/a-nbnbin__gmp.adb compile
new 12ad5b9ccc7 [Ada] Fix assertion failure on entry call through unchecked [...]
new 419c355c7a8 [Ada] Fix missing insertion of explicit dereference in instance
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/checks.adb | 11 +-
gcc/ada/contracts.adb | 391 +++++++++++++++------
gcc/ada/contracts.ads | 17 +-
gcc/ada/debug.adb | 5 +-
gcc/ada/einfo.adb | 9 +-
gcc/ada/einfo.ads | 6 +-
gcc/ada/exp_aggr.adb | 4 +-
gcc/ada/exp_atag.adb | 39 ++-
gcc/ada/exp_ch3.adb | 19 +-
gcc/ada/exp_ch4.adb | 53 +--
gcc/ada/exp_ch7.adb | 4 +-
gcc/ada/exp_ch9.adb | 36 +-
gcc/ada/exp_disp.adb | 11 +-
gcc/ada/exp_imgv.adb | 2 +-
gcc/ada/exp_pakd.adb | 43 ++-
gcc/ada/exp_pakd.ads | 9 +
gcc/ada/exp_put_image.adb | 57 +--
gcc/ada/exp_smem.adb | 2 +-
gcc/ada/exp_spark.adb | 50 ---
gcc/ada/exp_util.adb | 11 +-
gcc/ada/lib.adb | 4 +-
gcc/ada/libgnat/a-catizo.ads | 4 +-
gcc/ada/libgnat/a-nbnbin.ads | 1 -
gcc/ada/libgnat/a-nbnbin__gmp.adb | 53 ++-
gcc/ada/libgnat/a-nbnbre.ads | 1 -
gcc/ada/libgnat/a-nubinu.ads | 4 -
gcc/ada/libgnat/a-stteou.ads | 2 +-
gcc/ada/libgnat/s-aoinar.adb | 89 ++++-
gcc/ada/libgnat/s-aoinar.ads | 1 -
gcc/ada/libgnat/s-aomoar.ads | 1 -
gcc/ada/libgnat/s-aotase.ads | 1 -
gcc/ada/libgnat/s-putima.adb | 6 +-
gcc/ada/libgnat/s-putima.ads | 4 +-
gcc/ada/libgnat/s-stopoo.ads | 1 -
gcc/ada/libgnat/s-stposu.ads | 2 +
gcc/ada/libgnat/s-unstyp.ads | 20 +-
gcc/ada/nlists.adb | 16 +-
gcc/ada/opt.ads | 18 +-
gcc/ada/rtsfind.ads | 6 +
gcc/ada/sem.adb | 2 +-
gcc/ada/sem_aggr.adb | 171 +--------
gcc/ada/sem_ch12.adb | 48 +++
gcc/ada/sem_ch13.adb | 13 +-
gcc/ada/sem_ch3.adb | 140 ++------
gcc/ada/sem_ch4.adb | 113 +-----
gcc/ada/sem_ch6.adb | 6 +-
gcc/ada/sem_ch8.adb | 142 ++------
gcc/ada/sem_dim.adb | 2 +-
gcc/ada/sem_prag.adb | 67 +++-
gcc/ada/sem_res.adb | 81 +++--
gcc/ada/sem_util.adb | 713 +++++++++++++++++++++++++++++++++-----
gcc/ada/sem_util.ads | 107 ++++--
gcc/ada/sem_warn.adb | 259 ++++++++------
53 files changed, 1748 insertions(+), 1129 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-release-aarch64-spec2k6-O3_LTO
in repository toolchain/ci/gcc.
from bded95b1f8c Daily bump.
adds a47259fa773 pr94833, fix vec_first_match_index for nulls
adds f72eeedb437 Daily bump.
adds 30afda5a2f0 Daily bump.
adds 6dee1cefd81 Daily bump.
adds d76ee72858d Daily bump.
adds cb05b2d55fb Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 6 ++
gcc/DATESTAMP | 2 +-
gcc/config/rs6000/vsx.md | 4 +-
gcc/testsuite/ChangeLog | 6 ++
.../gcc.target/powerpc/builtins-8-p9-runnable.c | 118 +++++++++++++++++++++
5 files changed, 133 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-aarch64-bootstrap_ubsan
in repository toolchain/ci/base-artifacts.
discards 04f6356b 0: update: gcc-8f94b078cc11903bb54e5d57dfb44377c7e498b0: 1
new ac91a6ec 0: update: gcc-184c21bf1cd04a108ed9bd04635e7d57ac39f616: 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 (04f6356b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-master-aarch64-b [...]
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 | 128 +-
02-prepare_abe/console.log | 288 +-
04-build_abe-bootstrap_ubsan/console.log | 91341 ++++++++++++++++------------
05-check_regression/console.log | 6 +-
06-update_baseline/console.log | 6 +-
console.log | 91769 +++++++++++++++++------------
jenkins/manifest.sh | 10 +-
7 files changed, 105549 insertions(+), 77999 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 37478789dc4 vect: Rename things related to rgroup_masks
new 8cff672cb9a asan: fix RTX emission for ilp32
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/asan.c | 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 binutils-gdb.
from 928055a3694 Fix a compile time warning in the linker testsuite when com [...]
new 382264181de Run certain ld-plugun lto tests only for ELF
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:
ld/ChangeLog | 6 +++++
ld/testsuite/ld-plugin/lto.exp | 50 +++++++++++++++++++++---------------------
2 files changed, 31 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.