This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from efeca0ac415 c++: Overeager use of deleted function before ADL [PR68942]
new 3f0de4dd51f c++: unset COMPOUND_LITERAL_P [PR100079]
new a9fc64d8120 c++: constant expressions are evaluated [PR93314]
new 58a92b789a7 c++: ICE with anonymous union [PR97974]
new a0fdff3cf33 c++: Fix friend attributes [PR51344]
new bc99c54de5a c++: Use empty field in constexpr eval.
new f03973251db c++: Add using-declaration testcase
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:
gcc/cp/class.c | 36 +++-----------------
gcc/cp/constexpr.c | 36 +++++++++-----------
gcc/cp/cp-tree.h | 13 ++++---
gcc/cp/decl.c | 48 ++++++++++++++++++++++----
gcc/cp/decl2.c | 10 ++++--
gcc/cp/friend.c | 9 +----
gcc/cp/parser.c | 15 +++++---
gcc/cp/pt.c | 53 +++++++++++++----------------
gcc/cp/semantics.c | 18 ++++------
gcc/cp/tree.c | 8 ++---
gcc/cp/typeck2.c | 6 ++++
gcc/testsuite/g++.dg/lookup/using-decl1.C | 38 +++++++++++++++++++++
gcc/testsuite/g++.old-deja/g++.law/union4.C | 2 +-
13 files changed, 166 insertions(+), 126 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lookup/using-decl1.C
--
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 d2b6f8a17919 Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/s [...]
new 9dfa23c8de92 quota: Add mountpath based quota support
new fa8b90070a80 quota: wire up quotactl_path
new f998d7d545a2 quota: report warning limits for realtime space quotas
new e312c97ea253 fs/ext2/: fix misspellings using codespell tool
new e2ebb1230455 ext2: Match up ext2_put_page() with ext2_dotdot() and ext2 [...]
new 782b76d7abdf fs/ext2: Replace kmap() with kmap_local_page()
new a3cc754ad9b8 fs/reiserfs/journal.c: delete useless variables
new 767fcbc80f63 Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/ [...]
new 6f73171e1923 fsnotify: allow fsnotify_{peek,remove}_first_event with em [...]
new 8988f11abb82 fanotify: reduce event objectid to 29-bit hash
new 7e3e5c694399 fanotify: mix event info and pid into merge key hash
new 94e00d28a680 fsnotify: use hash table for faster events merge
new b8cd0ee8cda6 fanotify: limit number of event merge attempts
new 5b8fea65d197 fanotify: configurable limits via sysfs
new 7cea2a3c505e fanotify: support limited functionality for unprivileged users
new 22d483b99863 fanotify_user: use upper_32_bits() to verify mask
new 9591c3a34f77 fs: introduce a wrapper uuid_to_fsid()
new 59cda49ecf6c shmem: allow reporting fanotify events with file handles on tmpfs
new 3644286f6cbc Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org [...]
The 19 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/alpha/kernel/syscalls/syscall.tbl | 1 +
arch/arm/tools/syscall.tbl | 1 +
arch/arm64/include/asm/unistd.h | 2 +-
arch/arm64/include/asm/unistd32.h | 2 +
arch/ia64/kernel/syscalls/syscall.tbl | 1 +
arch/m68k/kernel/syscalls/syscall.tbl | 1 +
arch/microblaze/kernel/syscalls/syscall.tbl | 1 +
arch/mips/kernel/syscalls/syscall_n32.tbl | 1 +
arch/mips/kernel/syscalls/syscall_n64.tbl | 1 +
arch/mips/kernel/syscalls/syscall_o32.tbl | 1 +
arch/parisc/kernel/syscalls/syscall.tbl | 1 +
arch/powerpc/kernel/syscalls/syscall.tbl | 1 +
arch/s390/kernel/syscalls/syscall.tbl | 1 +
arch/sh/kernel/syscalls/syscall.tbl | 1 +
arch/sparc/kernel/syscalls/syscall.tbl | 1 +
arch/x86/entry/syscalls/syscall_32.tbl | 1 +
arch/x86/entry/syscalls/syscall_64.tbl | 1 +
arch/xtensa/kernel/syscalls/syscall.tbl | 1 +
fs/ext2/dir.c | 94 +++++++-----
fs/ext2/ext2.h | 12 +-
fs/ext2/namei.c | 34 +++--
fs/ext2/super.c | 7 +-
fs/ext4/super.c | 5 +-
fs/notify/fanotify/fanotify.c | 166 +++++++++++++++------
fs/notify/fanotify/fanotify.h | 46 +++++-
fs/notify/fanotify/fanotify_user.c | 219 +++++++++++++++++++++++-----
fs/notify/fdinfo.c | 3 +-
fs/notify/group.c | 1 -
fs/notify/inotify/inotify_fsnotify.c | 9 +-
fs/notify/inotify/inotify_user.c | 7 +-
fs/notify/mark.c | 4 -
fs/notify/notification.c | 64 ++++----
fs/quota/quota.c | 50 ++++++-
fs/reiserfs/journal.c | 6 +-
fs/zonefs/super.c | 5 +-
include/linux/fanotify.h | 36 ++++-
include/linux/fsnotify_backend.h | 29 ++--
include/linux/sched/user.h | 3 -
include/linux/statfs.h | 8 +
include/linux/syscalls.h | 2 +
include/linux/user_namespace.h | 4 +
include/uapi/asm-generic/unistd.h | 4 +-
include/uapi/linux/dqblk_xfs.h | 5 +-
kernel/sys_ni.c | 1 +
kernel/sysctl.c | 12 +-
kernel/ucount.c | 4 +
mm/shmem.c | 3 +
47 files changed, 640 insertions(+), 223 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 newlib.
from c66797eef Cygwin: FAQ: building-cygwin: accomodate autoconf changes
new 4f89f24fb Cygwin: POSIX mq: only allo priority up to MQ_PRIO_MAX - 1
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:
winsup/cygwin/posix_ipc.cc | 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 linux.
from d72cd4ad4174 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linu [...]
new 77edfc6e5105 exfat: fix erroneous discard when clear cluster bit
new 5c2d72850729 exfat: introduce bitmap_lock for cluster bitmap access
new 654762df2ec7 exfat: add support ioctl and FITRIM function
new 23befe490ba8 exfat: improve write performance when dirsync enabled
new c6e2f52e3051 exfat: speed up iterate/lookup by fixing start point of tr [...]
new 8ae8932c6a33 Merge tag 'exfat-for-5.13-rc1' of git://git.kernel.org/pub [...]
new e7dfab8287bf gfs2: don't create empty buffers for NO_CREATE
new f68effb308c7 gfs2: Eliminate gh parameter from go_xmote_bh func
new 3ae3a7d62a68 gfs2: Fix dir.c function parameter descriptions
new 0bf3e3273b92 gfs2: Remove unused variable sb_format
new 54992257fe4b gfs2: Add new gfs2_iomap_get helper
new 9153dac13a69 gfs2: Turn gfs2_extent_map into gfs2_{get,alloc}_extent
new 152f58c9af21 gfs2: Replace gfs2_lblk_to_dblk with gfs2_get_extent
new 6d8da302aedf gfs2: Turn gfs2_meta_indirect_buffer into gfs2_meta_buffer
new bea906ee1624 gfs2: Silence possible null pointer dereference warning
new 9f9eb5a516e3 gfs2: Add new sysfs file for gfs2 status
new a4122a95ce6a gfs2: Make gfs2_setattr_simple static
new c551f66c5dfe gfs2: Fix a number of kernel-doc warnings
new e5966cf20f0c gfs2: Fix fall-through warnings for Clang
new f2c80837e27e Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/ [...]
new e424aa5f547d xfs: drop freeze protection when running GETFSMAP
new 1aa26707ebd6 xfs: fix uninitialized variables in xrep_calc_ag_resblks
new 05237032fdec xfs: fix dquot scrub loop cancellation
new 7716ee54cb88 xfs: bail out of scrub immediately if scan incomplete
new 9de4b514494a xfs: mark a data structure sick if there are cross-referen [...]
new de9d2a78add1 xfs: set the scrub AG number in xchk_ag_read_headers
new f53acface7a9 xfs: remove return value from xchk_ag_btcur_init
new 973975b72a36 xfs: validate ag btree levels using the precomputed values
new 383e32b0d0db xfs: prevent metadata files from being inactivated
new 3fef46fc43ca xfs: rename the blockgc workqueue
new 0f98b4ece18d xfs: rename variable mp to parsing_mp
new 92cf7d36384b xfs: Skip repetitive warnings about mount options
new b2c2974b8cdf xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAX
new e6a688c33238 xfs: initialise attr fork on inode create
new accc661bf99a xfs: reduce buffer log item shadow allocations
new c81ea11e0332 xfs: xfs_buf_item_size_segment() needs to pass segment offset
new 929f8b0deb83 xfs: optimise xfs_buf_item_size/format for contiguous regions
new ec08c14ba28c xfs: type verification is expensive
new 39d3c0b5968b xfs: No need for inode number error injection in __xfs_dir [...]
new 1fea323ff005 xfs: reduce debug overhead of dir leaf/node checks
new 5825bea05265 xfs: __percpu_counter_compare() inode count debug too expensive
new bd24a4f5f7fd xfs: Rudimentary typo fixes
new 0145225e353e xfs: Rudimentary spelling fix
new f9dd7ba4308c xfs: Fix a typo
new 014695c0a78e xfs: update lazy sb counters immediately for resizefs
new c789c83c7ef8 xfs: hoist out xfs_resizefs_init_new_ags()
new 46141dc891f7 xfs: introduce xfs_ag_shrink_space()
new fb2fc1720185 xfs: support shrinking unused space in the last AG
new 2b92faed5511 xfs: add error injection for per-AG resv failure
new 25dfa65f8149 xfs: fix xfs_trans slab cache name
new 5147ef30f2cd xfs: Fix dax inode extent calculation when direct write is [...]
new 6e8bd39d7227 xfs: Initialize xfs_alloc_arg->total correctly when alloca [...]
new e773f88029b1 xfs: scrub: Remove incorrect check executed on block forma [...]
new af9dcddef662 xfs: split xfs_imap_to_bp
new 4cb6f2e8c2c7 xfs: consistently initialize di_flags2
new 582a73440bf5 xfs: handle crtime more carefully in xfs_bulkstat_one_int
new 55f773380e92 xfs: remove the unused xfs_icdinode_has_bigtime helper
new 9b3beb028ff5 xfs: remove the di_dmevmask and di_dmstate fields from str [...]
new 7e2a8af52839 xfs: don't clear the "dinode core" in xfs_inode_alloc
new ceaf603c7024 xfs: move the di_projid field to struct xfs_inode
new 13d2c10b05d8 xfs: move the di_size field to struct xfs_inode
new 6e73a545f91e xfs: move the di_nblocks field to struct xfs_inode
new 031474c28a3a xfs: move the di_extsize field to struct xfs_inode
new b33ce57d3e61 xfs: move the di_cowextsize field to struct xfs_inode
new 965e0a1ad273 xfs: move the di_flushiter field to struct xfs_inode
new 4800887b4574 xfs: cleanup xfs_fill_fsxattr
new b231b1221b39 xfs: use XFS_B_TO_FSB in xfs_ioctl_setattr
new ee7b83fd365e xfs: use a union for i_cowextsize and i_flushiter
new 7821ea302dca xfs: move the di_forkoff field to struct xfs_inode
new db07349da2f5 xfs: move the di_flags field to struct xfs_inode
new 3e09ab8fdc4d xfs: move the di_flags2 field to struct xfs_inode
new e98d5e882b3c xfs: move the di_crtime field to struct xfs_inode
new 4422501da6b3 xfs: merge _xfs_dic2xflags into xfs_ip2xflags
new fcb62c28031e xfs: deprecate BMV_IF_NO_DMAPI_READ flag
new b6785e279d53 xfs: Use struct xfs_bmdr_block instead of struct xfs_btree [...]
new ae7bae68ea49 xfs: scrub: Disable check for unoptimized data fork bmbt node
new 2442ee15bb1e xfs: eager inode attr fork init needs attr feature awareness
new 8de1cb003802 xfs: inode fork allocation depends on XFS_IFEXTENT flag
new 683ec9ba887d xfs: default attr fork size does not handle device inodes
new b2941046ea85 xfs: precalculate default inode attribute offset
new 2b156ff8c82e xfs: move the xfs_can_free_eofblocks call under the IOLOCK
new 7d88329e5b0f xfs: move the check for post-EOF mappings into xfs_can_fre [...]
new 71bddbccab43 xfs: fix scrub and remount-ro protection when running scrub
new 026f57ebe1be xfs: get rid of the ip parameter to xchk_setup_*
new 3b6dd9a9aeea xfs: fix return of uninitialized value in variable error
new 7cd3099f4925 xfs: drop submit side trans alloc for append ioends
new 7adb8f14e134 xfs: open code ioend needs workqueue helper
new 044c6449f18f xfs: drop unused ioend private merge and setfilesize code
new e7a3d7e792a5 xfs: drop unnecessary setfilesize helper
new 862a804aae30 xfs: move the XFS_IFEXTENTS check into xfs_iread_extents
new 2ac131df03d4 xfs: rename and simplify xfs_bmap_one_block
new 605e74e29218 xfs: simplify xfs_attr_remove_args
new 0eba048dd3b7 xfs: only look at the fork format in xfs_idestroy_fork
new ac1e067211d1 xfs: remove XFS_IFBROOT
new 0779f4a68d4d xfs: remove XFS_IFINLINE
new b2197a36c0ef xfs: remove XFS_IFEXTENTS
new 76adf92a30f3 xfs: remove xfs_quiesce_attr declaration
new d2b6f8a17919 Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/s [...]
The 98 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:
Documentation/admin-guide/xfs.rst | 2 +-
fs/exfat/balloc.c | 95 ++++++++++++--
fs/exfat/dir.c | 26 +++-
fs/exfat/exfat_fs.h | 11 +-
fs/exfat/fatent.c | 41 ++++--
fs/exfat/file.c | 53 ++++++++
fs/exfat/inode.c | 3 +-
fs/exfat/namei.c | 11 +-
fs/exfat/super.c | 1 +
fs/gfs2/aops.c | 5 +-
fs/gfs2/bmap.c | 153 +++++++++++-----------
fs/gfs2/bmap.h | 13 +-
fs/gfs2/dir.c | 52 ++++----
fs/gfs2/file.c | 12 +-
fs/gfs2/glock.c | 12 +-
fs/gfs2/glops.c | 16 +--
fs/gfs2/incore.h | 3 +-
fs/gfs2/inode.c | 32 +++--
fs/gfs2/inode.h | 1 -
fs/gfs2/lock_dlm.c | 37 +++---
fs/gfs2/log.c | 23 ++--
fs/gfs2/lops.c | 13 +-
fs/gfs2/meta_io.c | 20 +--
fs/gfs2/meta_io.h | 6 +-
fs/gfs2/ops_fstype.c | 8 +-
fs/gfs2/quota.c | 6 +-
fs/gfs2/recovery.c | 8 +-
fs/gfs2/rgrp.c | 8 +-
fs/gfs2/super.c | 12 +-
fs/gfs2/sys.c | 67 ++++++++++
fs/gfs2/util.c | 19 +--
fs/gfs2/xattr.c | 29 ++---
fs/xfs/libxfs/xfs_ag.c | 115 +++++++++++++++++
fs/xfs/libxfs/xfs_ag.h | 2 +
fs/xfs/libxfs/xfs_ag_resv.c | 6 +-
fs/xfs/libxfs/xfs_alloc.c | 8 +-
fs/xfs/libxfs/xfs_attr.c | 54 +++++---
fs/xfs/libxfs/xfs_attr.h | 1 +
fs/xfs/libxfs/xfs_attr_leaf.c | 35 +++--
fs/xfs/libxfs/xfs_bmap.c | 229 +++++++++++++--------------------
fs/xfs/libxfs/xfs_bmap.h | 2 +-
fs/xfs/libxfs/xfs_bmap_btree.c | 6 +-
fs/xfs/libxfs/xfs_btree_staging.c | 1 -
fs/xfs/libxfs/xfs_da_btree.c | 4 +-
fs/xfs/libxfs/xfs_dir2.c | 14 +-
fs/xfs/libxfs/xfs_dir2_block.c | 12 +-
fs/xfs/libxfs/xfs_dir2_data.c | 2 +-
fs/xfs/libxfs/xfs_dir2_leaf.c | 12 +-
fs/xfs/libxfs/xfs_dir2_node.c | 4 +-
fs/xfs/libxfs/xfs_dir2_priv.h | 3 +-
fs/xfs/libxfs/xfs_dir2_sf.c | 58 ++++-----
fs/xfs/libxfs/xfs_errortag.h | 4 +-
fs/xfs/libxfs/xfs_format.h | 5 +-
fs/xfs/libxfs/xfs_fs.h | 2 +-
fs/xfs/libxfs/xfs_ialloc.c | 4 +-
fs/xfs/libxfs/xfs_iext_tree.c | 2 +-
fs/xfs/libxfs/xfs_inode_buf.c | 81 +++++-------
fs/xfs/libxfs/xfs_inode_buf.h | 33 +----
fs/xfs/libxfs/xfs_inode_fork.c | 48 +++----
fs/xfs/libxfs/xfs_inode_fork.h | 20 +--
fs/xfs/libxfs/xfs_rtbitmap.c | 4 +-
fs/xfs/libxfs/xfs_shared.h | 4 +
fs/xfs/libxfs/xfs_trans_inode.c | 7 +-
fs/xfs/libxfs/xfs_types.c | 18 +--
fs/xfs/scrub/agheader.c | 33 ++---
fs/xfs/scrub/alloc.c | 5 +-
fs/xfs/scrub/attr.c | 5 +-
fs/xfs/scrub/bmap.c | 20 +--
fs/xfs/scrub/btree.c | 30 ++++-
fs/xfs/scrub/common.c | 38 +++---
fs/xfs/scrub/common.h | 58 ++++-----
fs/xfs/scrub/dir.c | 20 +--
fs/xfs/scrub/fscounters.c | 3 +-
fs/xfs/scrub/health.c | 3 +-
fs/xfs/scrub/ialloc.c | 8 +-
fs/xfs/scrub/inode.c | 5 +-
fs/xfs/scrub/parent.c | 7 +-
fs/xfs/scrub/quota.c | 11 +-
fs/xfs/scrub/refcount.c | 5 +-
fs/xfs/scrub/repair.c | 11 +-
fs/xfs/scrub/repair.h | 6 +-
fs/xfs/scrub/rmap.c | 5 +-
fs/xfs/scrub/rtbitmap.c | 7 +-
fs/xfs/scrub/scrub.c | 42 +++---
fs/xfs/scrub/scrub.h | 14 +-
fs/xfs/scrub/symlink.c | 9 +-
fs/xfs/scrub/xfs_scrub.h | 4 +-
fs/xfs/xfs_aops.c | 138 +++-----------------
fs/xfs/xfs_attr_list.c | 2 +-
fs/xfs/xfs_bmap_util.c | 209 ++++++++++++++++--------------
fs/xfs/xfs_buf_item.c | 141 +++++++++++++++-----
fs/xfs/xfs_dir2_readdir.c | 12 +-
fs/xfs/xfs_dquot.c | 10 +-
fs/xfs/xfs_error.c | 5 +
fs/xfs/xfs_file.c | 12 +-
fs/xfs/xfs_filestream.h | 2 +-
fs/xfs/xfs_fsmap.c | 14 +-
fs/xfs/xfs_fsops.c | 199 ++++++++++++++++++-----------
fs/xfs/xfs_icache.c | 35 ++---
fs/xfs/xfs_inode.c | 262 ++++++++++++++++++++------------------
fs/xfs/xfs_inode.h | 42 ++++--
fs/xfs/xfs_inode_item.c | 56 +++++---
fs/xfs/xfs_ioctl.c | 69 +++++-----
fs/xfs/xfs_iomap.c | 27 ++--
fs/xfs/xfs_iops.c | 65 +++++++---
fs/xfs/xfs_itable.c | 19 ++-
fs/xfs/xfs_linux.h | 2 +-
fs/xfs/xfs_log_recover.c | 13 +-
fs/xfs/xfs_mount.c | 14 +-
fs/xfs/xfs_mount.h | 2 +-
fs/xfs/xfs_pnfs.c | 2 +-
fs/xfs/xfs_qm.c | 22 ++--
fs/xfs/xfs_qm_bhv.c | 2 +-
fs/xfs/xfs_qm_syscalls.c | 2 +-
fs/xfs/xfs_quotaops.c | 2 +-
fs/xfs/xfs_reflink.c | 22 ++--
fs/xfs/xfs_rtalloc.c | 16 +--
fs/xfs/xfs_super.c | 132 ++++++++++---------
fs/xfs/xfs_super.h | 1 -
fs/xfs/xfs_symlink.c | 28 ++--
fs/xfs/xfs_trace.h | 16 +--
fs/xfs/xfs_trans.c | 14 +-
fs/xfs/xfs_xattr.c | 2 +
123 files changed, 1977 insertions(+), 1581 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 f24702258fc c++: Add testcase for already fixed PR [PR94102]
new efeca0ac415 c++: Overeager use of deleted function before ADL [PR68942]
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/cp/pt.c | 6 +++++-
gcc/testsuite/g++.dg/template/koenig12.C | 15 +++++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/template/koenig12.C
--
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 fb9f5e1028d Update gcc fr.po.
new f24702258fc c++: Add testcase for already fixed PR [PR94102]
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/g++.dg/cpp1z/class-deduction87.C | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction87.C
--
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 063e75c9e43 Fix illegal memory accesses when parsing a corrupt SOM form [...]
new 09e40e44ad0 Fix an access through a null pointer when parsing a corrupt [...]
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/ChangeLog | 8 ++++++++
bfd/som.c | 11 ++++++++++-
bfd/syms.c | 4 ++++
3 files changed, 22 insertions(+), 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 binutils-gdb.
from 89ba430c6b4 gdb: move some variables to an inner scope in save_waitstatus
new 063e75c9e43 Fix illegal memory accesses when parsing a corrupt SOM form [...]
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/ChangeLog | 8 ++++++++
bfd/som.c | 16 ++++++++++++----
2 files changed, 20 insertions(+), 4 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 c97351c0cf4 rtl-ssa: Fix -fcompare-debug failure [PR100303]
new fb9f5e1028d Update gcc fr.po.
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/po/fr.po | 103 ++++++++++++++++++++++++-----------------------------------
1 file changed, 41 insertions(+), 62 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-11
in repository gcc.
from 4e54a34eed4 libstdc++: Add missing 'inline' specifiers to net::ip funct [...]
new 8a87946e20e Update gcc fr.po.
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/po/fr.po | 103 ++++++++++++++++++++++++-----------------------------------
1 file changed, 41 insertions(+), 62 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.