This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from cd6cd6aed19 PR libfortran/97063 - Wrong result for vector (step size is [...]
new 476036b35c5 libsanitizer, Darwin, Bootstrap : Fix bootstrap on Darwin <= 15.
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:
libsanitizer/sanitizer_common/sanitizer_mac.h | 20 ++++++++++++++++++++
1 file changed, 20 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 gcc.
from 019e1c85fe9 Daily bump.
new cd6cd6aed19 PR libfortran/97063 - Wrong result for vector (step size is [...]
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/gfortran.dg/matmul_20.f90 | 47 +++++++++++
libgfortran/generated/matmul_c10.c | 140 +++++++++++++++----------------
libgfortran/generated/matmul_c16.c | 140 +++++++++++++++----------------
libgfortran/generated/matmul_c4.c | 140 +++++++++++++++----------------
libgfortran/generated/matmul_c8.c | 140 +++++++++++++++----------------
libgfortran/generated/matmul_i1.c | 140 +++++++++++++++----------------
libgfortran/generated/matmul_i16.c | 140 +++++++++++++++----------------
libgfortran/generated/matmul_i2.c | 140 +++++++++++++++----------------
libgfortran/generated/matmul_i4.c | 140 +++++++++++++++----------------
libgfortran/generated/matmul_i8.c | 140 +++++++++++++++----------------
libgfortran/generated/matmul_r10.c | 140 +++++++++++++++----------------
libgfortran/generated/matmul_r16.c | 140 +++++++++++++++----------------
libgfortran/generated/matmul_r4.c | 140 +++++++++++++++----------------
libgfortran/generated/matmul_r8.c | 140 +++++++++++++++----------------
libgfortran/generated/matmulavx128_c10.c | 56 ++++++-------
libgfortran/generated/matmulavx128_c16.c | 56 ++++++-------
libgfortran/generated/matmulavx128_c4.c | 56 ++++++-------
libgfortran/generated/matmulavx128_c8.c | 56 ++++++-------
libgfortran/generated/matmulavx128_i1.c | 56 ++++++-------
libgfortran/generated/matmulavx128_i16.c | 56 ++++++-------
libgfortran/generated/matmulavx128_i2.c | 56 ++++++-------
libgfortran/generated/matmulavx128_i4.c | 56 ++++++-------
libgfortran/generated/matmulavx128_i8.c | 56 ++++++-------
libgfortran/generated/matmulavx128_r10.c | 56 ++++++-------
libgfortran/generated/matmulavx128_r16.c | 56 ++++++-------
libgfortran/generated/matmulavx128_r4.c | 56 ++++++-------
libgfortran/generated/matmulavx128_r8.c | 56 ++++++-------
libgfortran/m4/matmul_internal.m4 | 28 +++----
28 files changed, 1335 insertions(+), 1288 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/matmul_20.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.
unknown user pushed a change to branch master
in repository linux.
from 9d9af1007bc0 Merge tag 'perf-tools-for-v5.10-2020-10-15' of git://git.k [...]
new f39d9f4cb902 ubifs: Fix 'hash' kernel-doc warning in auth.c
new 7889042b6580 ubifs: Fix some kernel-doc warnings in gc.c
new f279e5a491fd ubifs: Fix some kernel-doc warnings in replay.c
new b30e2238b7ff ubifs: Fix some kernel-doc warnings in tnc.c
new 47f6d9ce45b0 ubifs: Fix a memleak after dumping authentication mount options
new bb674a4d4de1 ubifs: Don't parse authentication mount options in remount [...]
new e2a05cc7f822 ubifs: mount_ubifs: Release authentication resource in err [...]
new a96fd1cc3ff3 Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub [...]
new f2aae745b82c ubifs: xattr: Fix some potential memory leaks while iterat [...]
new 58f6e78a65f1 ubifs: dent: Fix some potential memory leaks while iterati [...]
new d005f8c6588e ubi: check kthread_should_stop() after the setting of task state
new dd7db149bcd9 ubifs: ubifs_jnl_change_xattr: Remove assertion 'nlink > 0 [...]
new 121b8fcbf988 ubifs: setflags: Don't show error message when vfs_ioc_set [...]
new 78c7d49f55d8 ubifs: journal: Make sure to not dirty twice for auth nodes
new 429731277dfd Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.o [...]
new bab991cf40f6 um: Fix null pointer dereference in vector_user_bpf
new e4e721fe4ccb um: vector: Use GFP_ATOMIC under spin lock
new 5e1121cd43d4 um: Some fixes to build UML with musl
new 730586ff7fad um: Allow static linking for non-glibc implementations
new ebef8ea2ba96 um: time-travel: Fix IRQ handling in time_travel_handle_message()
new d0800609136d um: time-travel: Return the sequence number in ACK messages
new f2d05059e15a um: change sigio_spinlock to a mutex
new 9a10705b42dd um: Remove redundant NULL check
new 4687615d2ded um: Remove dead usage of TIF_IA32
new e8a58591afbc um: Fix incorrect assumptions about max pid length
new 273fe1b676cb um: Clean up stacktrace dump
new f06885b3f3e3 um: vector: Add dynamic tap interfaces and scripting
new 9453b2d4694c Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub [...]
The 28 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/um/Kconfig | 6 ++--
arch/um/drivers/Kconfig | 6 ++--
arch/um/drivers/daemon_user.c | 1 +
arch/um/drivers/pcap_user.c | 12 ++++----
arch/um/drivers/slip_user.c | 2 +-
arch/um/drivers/vector_kern.c | 4 +--
arch/um/drivers/vector_user.c | 71 ++++++++++++++++++++++++++++++++-----------
arch/um/kernel/sigio.c | 6 ++--
arch/um/kernel/sysrq.c | 4 +--
arch/um/kernel/time.c | 15 ++++++---
arch/um/os-Linux/umid.c | 8 ++---
arch/um/os-Linux/util.c | 2 +-
arch/x86/um/ptrace_64.c | 13 +-------
arch/x86/um/user-offsets.c | 2 +-
drivers/mtd/ubi/wl.c | 13 ++++++++
fs/ubifs/auth.c | 2 +-
fs/ubifs/debug.c | 1 +
fs/ubifs/gc.c | 4 ---
fs/ubifs/ioctl.c | 1 -
fs/ubifs/journal.c | 7 +++--
fs/ubifs/orphan.c | 2 ++
fs/ubifs/replay.c | 2 --
fs/ubifs/super.c | 44 +++++++++++++++++++--------
fs/ubifs/tnc.c | 6 ++--
fs/ubifs/xattr.c | 2 ++
25 files changed, 150 insertions(+), 86 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 4afba91a318 Daily bump.
new 34558681b17 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-9
in repository gcc.
from fea6def784d Daily bump.
new 8a762e43cab 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-10
in repository gcc.
from 19b9411879d Daily bump.
new de9dd4a73e5 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 master
in repository gcc.
from f476a9fe912 testsuite: Enable builtins-3-p9.c on BE targets.
new 1f65bf2aa65 libstdc++: Fix visitor return type diagnostics [PR97449]
new cb6b952a226 testsuite: simplify target requirements for various Power9 [...]
new 019e1c85fe9 Daily bump.
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/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 25 +++++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/p9-dimode1.c | 2 +-
gcc/testsuite/gcc.target/powerpc/p9-dimode2.c | 2 +-
gcc/testsuite/gcc.target/powerpc/p9-fpcvt-1.c | 2 +-
gcc/testsuite/gcc.target/powerpc/p9-fpcvt-2.c | 2 +-
gcc/testsuite/gcc.target/powerpc/p9-minmax-1.c | 2 +-
gcc/testsuite/gcc.target/powerpc/p9-minmax-2.c | 2 +-
gcc/testsuite/gcc.target/powerpc/p9-minmax-3.c | 2 +-
gcc/testsuite/gcc.target/powerpc/p9-splat-1.c | 2 +-
gcc/testsuite/gcc.target/powerpc/p9-splat-2.c | 2 +-
gcc/testsuite/gcc.target/powerpc/p9-splat-3.c | 2 +-
gcc/testsuite/gcc.target/powerpc/p9-splat-4.c | 2 +-
gcc/testsuite/gcc.target/powerpc/p9-vbpermd.c | 2 +-
gcc/testsuite/gcc.target/powerpc/p9-vneg.c | 2 +-
gcc/testsuite/gcc.target/powerpc/p9-vparity.c | 3 ++-
gcc/testsuite/gcc.target/powerpc/p9-vpermr.c | 3 ++-
gcc/testsuite/gcc.target/powerpc/p9-xxbr-1.c | 2 +-
gcc/testsuite/gcc.target/powerpc/p9-xxbr-2.c | 2 +-
gcc/testsuite/gcc.target/powerpc/p9-xxbr-3.c | 4 ++--
libstdc++-v3/ChangeLog | 9 +++++++++
libstdc++-v3/include/std/variant | 12 +++++++-----
22 files changed, 63 insertions(+), 25 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 gdb-10-branch
in repository binutils-gdb.
from c94703dc451 Automatic date update in version.in
new 628b363a6a4 Automatic date update in version.in
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 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.