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 06f05f35856 sim: frv: enable warnings in memory.c
new 78aa7688e89 s390: Fix build when using EXEEXT_FOR_BUILD
new 8e194ff8cce s390: Align letter case of instruction descriptions
new 2ff609b4ce8 s390: Provide IBM z16 (arch14) instruction descriptions
new 730e7ddc243 s390: Enhance error handling in s390-mkopc
new a3fa108623c s390: Use safe string functions and length macros in s390-mkopc
new f96fe7f454b s390: Optionally print instruction description in disassembly
new 1c354ebcbac s390: Add suffix to conditional branch instruction descriptions
The 7 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:
binutils/NEWS | 5 +
gas/testsuite/gas/s390/s390.exp | 1 +
gas/testsuite/gas/s390/zarch-insndesc.d | 19 +++
gas/testsuite/gas/s390/zarch-insndesc.s | 12 ++
include/opcode/s390.h | 5 +-
opcodes/Makefile.am | 7 +-
opcodes/Makefile.in | 7 +-
opcodes/s390-dis.c | 13 +-
opcodes/s390-mkopc.c | 219 ++++++++++++++++++++------------
opcodes/s390-opc.c | 62 ++++-----
opcodes/s390-opc.txt | 98 +++++++-------
11 files changed, 289 insertions(+), 159 deletions(-)
create mode 100644 gas/testsuite/gas/s390/zarch-insndesc.d
create mode 100644 gas/testsuite/gas/s390/zarch-insndesc.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.
unknown user pushed a change to branch master
in repository gcc.
from f5213759a7e aarch64: Validate register operands early in ldp fusion pas [...]
new e7dd72aefed c: Split -Wcalloc-transposed-args warning from -Walloc-size [...]
new be9e8de6284 lower-bitint: Fix up handling of nested casts in mergeable [...]
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/c-family/c-common.h | 3 +
gcc/c-family/c-warn.cc | 70 ++++++++++++
gcc/c-family/c.opt | 4 +
gcc/c/c-parser.cc | 15 ++-
gcc/c/c-typeck.cc | 44 ++++----
gcc/doc/invoke.texi | 21 +++-
gcc/gimple-lower-bitint.cc | 34 +++++-
gcc/testsuite/gcc.dg/Walloc-size-4.c | 54 ++++++++++
gcc/testsuite/gcc.dg/Walloc-size-5.c | 20 ++++
gcc/testsuite/gcc.dg/Wcalloc-transposed-args-1.c | 54 ++++++++++
gcc/testsuite/gcc.dg/bitint-55.c | 129 +++++++++++++++++++++++
11 files changed, 415 insertions(+), 33 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Walloc-size-4.c
create mode 100644 gcc/testsuite/gcc.dg/Walloc-size-5.c
create mode 100644 gcc/testsuite/gcc.dg/Wcalloc-transposed-args-1.c
create mode 100644 gcc/testsuite/gcc.dg/bitint-55.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.