This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 48b799ea9a6 [Ada] Implement AI12-0073 (Ravenscar disallows Synchronous_ [...]
new e7b3f654f2a [arm] (header usage fix) include c++ algorithm header via system.h
new 291f65f15a7 rs6000: Replace FAIL with gcc_unreachable
new 635408da1eb [arm] Fix vfp_operand_register for VFP HI regs
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/common/config/arm/arm-common.c | 2 +-
gcc/config/arm/predicates.md | 2 +-
gcc/config/rs6000/vector.md | 18 +++++++++---------
3 files changed, 11 insertions(+), 11 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 53d461e4e0f Daily bump.
new 9490fd58a82 [Ada] AI12-0309 Missing checks for pragma Suppress
new 54c1fdb62b6 [Ada] Add Depends contracts to Delete procedures of formal [...]
new 8472d81ea00 [Ada] Fix socket timeout correction for Windows Server 2019 case
new 2f7294f23e8 [Ada] Ada_2020: shared variable control aspects on formal d [...]
new d2f7fa08bd5 [Ada] gnatbind: Deterministic No_Entry_Calls_In_Elaboration [...]
new ae9293fb8e1 [Ada] Silence spurious warning on instances of formal vectors
new 6e063ac3887 [Ada] AI12-0226 Make objects more consistent
new 3ebf0cbda50 [Ada] Reuse Get_Index_Subtype in the special expander for G [...]
new c382d0712fb [Ada] Reuse standard expansion of 'First and 'Last in GNATp [...]
new 176de683776 [Ada] Better code generation for nested aggregates
new fccf77d504b [Ada] Update doc on Enum_Rep/Enum_Val
new 591bdee0fa1 [Ada] Add gnatname use for multiple units files support
new 8214938ab2e [Ada] Do not warn on partial access to atomic object with a [...]
new 58c4038810a [Ada] Ada.Text_IO: fix typo
new b4aa6e29784 [Ada] AI12-0287 Legality Rules for null exclusions in renam [...]
new 7907619e773 [Ada] Remove processing of SPARK_05 restriction
new 7b7f1ca1b28 [Ada] Restore Snames.Name_SPARK as it used in the GNATprove [...]
new 24eda9e7012 [Ada] Implement predicate checks on qualified expressions ( [...]
new 8b0ec65d852 [Ada] Issue with unnesting of 'First/Last and renaming
new 6476fc372a6 [Ada] Implement AI12-0290 (Simple_Barriers restriction)
new bbe7d67f5ff [Ada] Remove the Has_Dynamic_Range_Check flag
new 8eda13a49e5 [Ada] Fix handling of 'Enum_Rep and renamings
new 4b8c2c4ba35 [Ada] AI12-0228 Properties of qualified expressions used as names
new a998e58bf01 [Ada] Implement AI12-0291 (Jorvik profile)
new e344ec25533 [Ada] Style cleanups in new code for Pure_Barriers
new 5351d617ec8 [Ada] Port a modified expansion of Enum_Rep from GNAT to GNATprove
new a689887372e [Ada] Spurious error on call to controlled primitive
new 072c5071e0e [Ada] AI12-0085 Missing aspect cases for Remote_Types
new 63408d0eb2f [Ada] AI12-0204 Renaming of a prefixed view
new 48b799ea9a6 [Ada] Implement AI12-0073 (Ravenscar disallows Synchronous_ [...]
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/ali.adb | 48 +--
gcc/ada/atree.adb | 6 -
gcc/ada/bindo-graphs.adb | 212 ++++++++---
gcc/ada/bindo-graphs.ads | 17 +-
gcc/ada/checks.adb | 82 ++---
gcc/ada/checks.ads | 21 +-
gcc/ada/csinfo.adb | 9 +-
.../gnat_rm/implementation_defined_attributes.rst | 6 +
...ard_and_implementation_defined_restrictions.rst | 145 +-------
.../doc/gnat_ugn/the_gnat_compilation_model.rst | 27 +-
gcc/ada/exp_aggr.adb | 10 -
gcc/ada/exp_attr.adb | 48 ---
gcc/ada/exp_ch4.adb | 6 +-
gcc/ada/exp_ch5.adb | 3 +-
gcc/ada/exp_ch6.adb | 26 --
gcc/ada/exp_ch9.adb | 51 ++-
gcc/ada/exp_spark.adb | 50 +--
gcc/ada/exp_unst.adb | 27 +-
gcc/ada/exp_util.adb | 29 ++
gcc/ada/exp_util.ads | 4 +
gcc/ada/gnat_rm.texi | 359 +------------------
gcc/ada/gnat_ugn.texi | 27 +-
gcc/ada/gnatbind.adb | 3 +
gcc/ada/libgnat/a-cfdlli.ads | 7 +-
gcc/ada/libgnat/a-cfhama.ads | 7 +-
gcc/ada/libgnat/a-cfhase.ads | 7 +-
gcc/ada/libgnat/a-cforma.ads | 7 +-
gcc/ada/libgnat/a-cforse.ads | 7 +-
gcc/ada/libgnat/a-cofove.adb | 4 +
gcc/ada/libgnat/a-textio.ads | 2 +-
gcc/ada/libgnat/s-rident.ads | 63 +++-
gcc/ada/opt.ads | 44 ---
gcc/ada/par-ch11.adb | 42 ---
gcc/ada/par-ch12.adb | 8 +-
gcc/ada/par-ch6.adb | 21 --
gcc/ada/par-ch7.adb | 40 ---
gcc/ada/par-prag.adb | 15 +-
gcc/ada/restrict.adb | 176 +---------
gcc/ada/restrict.ads | 25 --
gcc/ada/scans.ads | 3 -
gcc/ada/scng.adb | 386 +--------------------
gcc/ada/sem_aggr.adb | 121 -------
gcc/ada/sem_attr.adb | 81 +----
gcc/ada/sem_cat.adb | 12 +-
gcc/ada/sem_cat.ads | 4 +-
gcc/ada/sem_ch11.adb | 10 -
gcc/ada/sem_ch12.adb | 42 +--
gcc/ada/sem_ch13.adb | 141 +++++---
gcc/ada/sem_ch13.ads | 3 +
gcc/ada/sem_ch3.adb | 298 +---------------
gcc/ada/sem_ch3.ads | 12 +-
gcc/ada/sem_ch4.adb | 66 +---
gcc/ada/sem_ch5.adb | 88 +----
gcc/ada/sem_ch6.adb | 83 -----
gcc/ada/sem_ch7.adb | 62 ----
gcc/ada/sem_ch8.adb | 208 ++++-------
gcc/ada/sem_ch9.adb | 12 -
gcc/ada/sem_eval.adb | 48 ++-
gcc/ada/sem_eval.ads | 17 +-
gcc/ada/sem_prag.adb | 38 +-
gcc/ada/sem_res.adb | 316 +----------------
gcc/ada/sem_util.adb | 288 ++-------------
gcc/ada/sem_util.ads | 11 -
gcc/ada/sinfo.adb | 18 -
gcc/ada/sinfo.ads | 18 -
gcc/ada/snames.ads-tmpl | 3 +
gcc/ada/socket.c | 10 +-
gcc/ada/targparm.adb | 8 +
gcc/ada/treepr.adb | 6 -
gcc/ada/types.ads | 4 +-
70 files changed, 858 insertions(+), 3250 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 334a017304f Automatic date update in version.in
new 8a6fb3f9bb5 x86: restrict use of register aliases
new af32b722096 x86: also allow %st(N) in CFI directives
new 1ab84e0251a ix86: enable 2nd CFI test
new 22e00a3f4df x86: restrict %tr<N> visibility
new 73c76375955 x86: simplify check_byte_reg()
new dd6b8a0bc27 x86: also handle %k<N> and %bnd<N> in debugging helpers
The 6 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 | 42 +++++++
gas/config/tc-i386.c | 192 ++++++++++++++++++--------------
gas/testsuite/gas/cfi/cfi-i386-2.d | 14 +--
gas/testsuite/gas/cfi/cfi-i386.s | 1 +
gas/testsuite/gas/cfi/cfi.exp | 1 +
gas/testsuite/gas/i386/equ-bad.l | 3 +
gas/testsuite/gas/i386/equ-bad.s | 9 ++
gas/testsuite/gas/i386/i386.exp | 2 +
gas/testsuite/gas/i386/x86-64-equ-bad.l | 8 ++
gas/testsuite/gas/i386/x86-64-equ-bad.s | 19 ++++
gas/testsuite/gas/i386/x86_64-intel.d | 2 +
gas/testsuite/gas/i386/x86_64.d | 2 +
gas/testsuite/gas/i386/x86_64.s | 3 +
opcodes/ChangeLog | 4 +
opcodes/i386-opc.h | 2 +-
15 files changed, 214 insertions(+), 90 deletions(-)
create mode 100644 gas/testsuite/gas/i386/equ-bad.l
create mode 100644 gas/testsuite/gas/i386/equ-bad.s
create mode 100644 gas/testsuite/gas/i386/x86-64-equ-bad.l
create mode 100644 gas/testsuite/gas/i386/x86-64-equ-bad.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tk1/gnu-release-arm-spec2k6-O2
in repository toolchain/ci/base-artifacts.
discards 7663f3d7 4: update: binutils-gcc-glibc: 0
new 2281ea16 4: update: binutils-glibc: 0
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 (7663f3d7)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/gnu-release-arm- [...]
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 | 180 +-
02-prepare_abe/console.log | 16 +-
03-build_abe-binutils/console.log | 8158 +-
04-build_abe-stage1/console.log | 18082 +++--
05-build_abe-linux/console.log | 114 +-
06-build_abe-glibc/console.log | 35250 ++++-----
07-build_abe-stage2/console.log | 44224 ++++++-----
09-benchmark--O2_marm/benchmark-start.log | 2 +-
09-benchmark--O2_marm/benchmark.log | 4 +-
09-benchmark--O2_marm/console.log | 116 +-
10-check_regression/console.log | 642 +-
10-check_regression/results-0.csv | 2901 +-
10-check_regression/results-1.csv | 2883 +-
10-check_regression/results-brief.csv | 52 +-
10-check_regression/results-compare.csv | 10 +-
10-check_regression/results-full.csv | 3083 +-
10-check_regression/results.csv | 222 +-
10-check_regression/results.log | 3448 +-
11-update_baseline/console.log | 2434 +-
11-update_baseline/results-1.csv | 2883 +-
11-update_baseline/results-brief.csv | 48 +-
11-update_baseline/results-compare.csv | 10 +-
11-update_baseline/results-full.csv | 2881 +-
11-update_baseline/results.csv | 216 +-
11-update_baseline/results.log | 2342 +-
11-update_baseline/results.regressions | 6 +-
console.log | 109552 ++++++++++++++-------------
jenkins/manifest.sh | 8 +-
results_id | 2 +-
29 files changed, 121319 insertions(+), 118450 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 linux.
from cf0c97f148e9 Merge tag 'pinctrl-v5.8-1' of git://git.kernel.org/pub/scm [...]
new ed894bf5a763 sparc32: mm: Fix argument checking in __srmmu_get_nocache()
new 8e958839e4b9 sparc32: mm: Restructure sparc32 MMU page-table layout
new 3f407976ac29 sparc32: mm: Change pgtable_t type to pte_t * instead of s [...]
new 8c8f3156dd40 sparc32: mm: Reduce allocation size for PMD and PTE tables
new a012c1e866a6 Merge branch 'Rework-sparc32-page-table-layout'
new 0a2576dae032 oradax: convert get_user_pages() --> pin_user_pages()
new 243f5908b135 sparc: remove unused header file nfs_fs.h
new ee7c7953134e sparc32: register memory occupied by kernel as memblock.memory
new 454b0289c6b5 sparc32: mm: Don't try to free page-table pages if ctor() fails
new 60bccaa671bc sparc32: mm: Disable SPLIT_PTLOCK_CPUS
new 1996d47a0db2 sparc32: mm: Only call ctor()/dtor() functions for first a [...]
new 7104e162b772 Merge branch 'sparc32-SRMMU-fixes-for-SMP'
new 142cd25293f6 sparc64: fix misuses of access_process_vm() in genregs32_[sg]et()
new cf51e129b968 sparc32: fix register window handling in genregs32_[gs]et()
new 824c874abc1d Merge branch 'for-davem' of git://git.kernel.org/pub/scm/l [...]
new 9d964e1b82d8 fix a braino in "sparc32: fix register window handling in [...]
new 9049a40c858f Merge branch 'for-davem' of git://git.kernel.org/pub/scm/l [...]
new 57829ea46875 sparc: mm: return true,false in kern_addr_valid()
new 60da7d0bc748 sparc64: Replace zero-length array with flexible-array
new 9ef391bdc29f tty: vcc: Fix error return code in vcc_probe()
new 03a1b56f501e sparc: use scnprintf() in show_pciobppath_attr() in pci.c
new 117e2cb3eeee sparc: use scnprintf() in show_pciobppath_attr() in vio.c
new fcdf818d239e Merge branch 'sparc-scnprintf'
new 4f8ad7389817 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
new 52e0ad262cd7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ [...]
new ef1c75593e77 crypto/chcr: error seen if CONFIG_CHELSIO_TLS_DEVICE isn't set
new c36f05559104 genetlink: fix memory leaks in genl_family_rcv_msg_dumpit()
new 5e9eeccc58f3 tipc: fix NULL pointer dereference in streaming
new bb986a50421a seg6: fix seg6_validate_srh() to avoid slab-out-of-bounds
new cd07ecccba13 net: ena: xdp: XDP_TX: fix memory leak
new 3921a81c31df net: ena: xdp: update napi budget for DROP and ABORTED
new a9a7d1295489 Merge branch 'ena-xdp-fixes'
new 9d149045b3c0 geneve: change from tx_error to tx_dropped on missing metadata
new 67122a7910bf net: dsa: qca8k: Fix "Unexpected gfp" kernel exception
new 11d6011c2cf2 net: core: device_rename: Use rwsem instead of a seqcount
new 79cbb6bc3332 net: phy: fixed_phy: Remove unused seqcount
new 6501bf87602f u64_stats: Document writer non-preemptibility requirement
new c7e261d81783 net: mdiobus: Disable preemption upon u64_stats update
new f6c1fb0a76d9 net: ethernet: dwmac: Fix an error code in imx_dwmac_probe()
new 120068481405 r8169: fix failing WoL
new 09820ce88b4d net: ethernet: freescale: remove unneeded include for ucc_geth
new 7cdee28c4eed lan743x: Use correct MAC_CR configuration for 1 GBit speed
new 98749b7188af yam: fix possible memory leak in yam_init_driver
new 6761893eeaa3 inet_connection_sock: clear inet_num out of destroy helper
new a624a86510ad crypto/chtls:Fix compile error when CONFIG_IPV6 is disabled
new 7d877c35ca84 net/xdp: use shift instead of 64 bit division
new 178f67b1288b ethtool: linkinfo: remove an unnecessary NULL check
new e22437207683 net: ethernet: mvneta: fix MVNETA_SKB_HEADROOM alignment
new e9293c982d88 net: dp83869: Fix OF_MDIO config check
new 506de00677b8 net: dp83867: Fix OF_MDIO config check
new 5cd119d9a05f net: marvell: Fix OF_MDIO config check
new ae602786407f net: mscc: Fix OF_MDIO config check
new ba3823ca6a05 Merge branch 'Fixes-for-OF_MDIO-flag'
new 49113d5e0c3f net: phy: mscc: fix Serdes configuration in vsc8584_config_init
new 90c56b387799 net: ethtool: Fix comment mentioning typo in IS_ENABLED()
new fdb4276aae11 vsock/vmci: make vmci_vsock_transport_cb() static
new 6da95b52b8ea net: qed: fixes crash while running driver in kdump kernel
new 7f89cc07d22a cxgb4: Use kfree() instead kvfree() where appropriate
new 4a3084aaa88e rhashtable: Drop raw RCU deref in nested_table_free
new 4e2905adac9f net: dp83869: Reset return variable if PHY strap is read
new 2dc2f760052d mlxsw: core: Use different get_trend() callbacks for diffe [...]
new 4d3da2d8d91f net: dsa: lantiq_gswip: fix and improve the unsupported in [...]
new af7b4801030c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
The 63 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:
arch/sparc/include/asm/page_32.h | 12 +-
arch/sparc/include/asm/pgalloc_32.h | 11 +-
arch/sparc/include/asm/pgtable_32.h | 40 ++--
arch/sparc/include/asm/pgtsrmmu.h | 36 +---
arch/sparc/include/asm/viking.h | 5 +-
arch/sparc/kernel/cpumap.c | 2 +-
arch/sparc/kernel/ds.c | 8 +-
arch/sparc/kernel/head_32.S | 8 +-
arch/sparc/kernel/pci.c | 2 +-
arch/sparc/kernel/ptrace_32.c | 233 +++++++++------------
arch/sparc/kernel/ptrace_64.c | 17 +-
arch/sparc/kernel/sys_sparc32.c | 1 -
arch/sparc/kernel/vio.c | 2 +-
arch/sparc/mm/hypersparc.S | 3 +-
arch/sparc/mm/init_64.c | 10 +-
arch/sparc/mm/srmmu.c | 106 ++++------
arch/sparc/mm/viking.S | 5 +-
drivers/crypto/chelsio/chcr_algo.h | 4 -
drivers/crypto/chelsio/chtls/chtls_cm.c | 46 ++--
drivers/crypto/chelsio/chtls/chtls_main.c | 2 +
drivers/net/dsa/lantiq_gswip.c | 3 +-
drivers/net/dsa/qca8k.c | 3 +-
drivers/net/ethernet/amazon/ena/ena_netdev.c | 10 +-
drivers/net/ethernet/chelsio/cxgb4/cxgb4_debugfs.c | 6 +-
drivers/net/ethernet/chelsio/cxgb4/cxgb4_uld.c | 2 +-
drivers/net/ethernet/freescale/ucc_geth.c | 1 -
drivers/net/ethernet/marvell/mvneta.c | 2 +-
drivers/net/ethernet/mellanox/mlxsw/core_thermal.c | 23 +-
drivers/net/ethernet/microchip/lan743x_main.c | 2 +-
drivers/net/ethernet/qlogic/qed/qed_sriov.c | 4 +
drivers/net/ethernet/qlogic/qed/qed_sriov.h | 10 +-
drivers/net/ethernet/qlogic/qede/qede_main.c | 2 +-
drivers/net/ethernet/realtek/r8169_main.c | 13 +-
drivers/net/ethernet/stmicro/stmmac/dwmac-imx.c | 2 +-
drivers/net/geneve.c | 7 +-
drivers/net/hamradio/yam.c | 1 +
drivers/net/phy/dp83867.c | 2 +-
drivers/net/phy/dp83869.c | 5 +-
drivers/net/phy/fixed_phy.c | 28 +--
drivers/net/phy/marvell.c | 2 +-
drivers/net/phy/mdio_bus.c | 2 +
drivers/net/phy/mscc/mscc.h | 2 +-
drivers/net/phy/mscc/mscc_main.c | 8 +-
drivers/sbus/char/oradax.c | 8 +-
include/linux/ethtool_netlink.h | 2 +-
include/linux/u64_stats_sync.h | 43 ++--
include/net/inet_connection_sock.h | 1 -
include/net/seg6.h | 2 +-
lib/rhashtable.c | 17 +-
mm/Kconfig | 4 +
net/core/dev.c | 40 ++--
net/core/filter.c | 2 +-
net/ethtool/linkinfo.c | 3 +-
net/ipv4/inet_connection_sock.c | 1 +
net/ipv6/ipv6_sockglue.c | 2 +-
net/ipv6/seg6.c | 16 +-
net/ipv6/seg6_iptunnel.c | 2 +-
net/ipv6/seg6_local.c | 6 +-
net/netlink/genetlink.c | 94 +++++----
net/tipc/msg.c | 4 +-
net/vmw_vsock/vmci_transport.c | 2 +-
net/xdp/xdp_umem.c | 2 +-
62 files changed, 469 insertions(+), 475 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 f72eeedb437 Daily bump.
new 30afda5a2f0 Daily bump.
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/DATESTAMP | 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-8
in repository gcc.
from 8da53517387 Daily bump.
new 22d2ef94289 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.