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 1cfce7750ae Fix unused variable warnings
new 9472a0558d6 Fix more unused variable warnings
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:
gas/config/tc-cr16.c | 3 ---
gas/config/tc-mn10200.c | 5 ++---
gas/config/tc-v850.c | 5 -----
gas/config/tc-xgate.c | 2 --
gas/config/tc-z8k.c | 3 +--
gas/ecoff.c | 3 ---
gas/write.c | 6 +++---
7 files changed, 6 insertions(+), 21 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-15
in repository gcc.
from 5a5e72590c5 gimple-fold: Fix up big endian _BitInt adjustment [PR121131]
new f0a86bbc82a [PATCH] [PR modula2/117203] Followup add Delete procedure function
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/m2/gm2-libs-iso/IOChanUtils.def | 27 ++++++
gcc/m2/gm2-libs-iso/IOChanUtils.mod | 18 ++++
gcc/m2/gm2-libs-log/FileSystem.def | 25 +++--
gcc/m2/gm2-libs-log/FileSystem.mod | 38 +++++++-
gcc/m2/gm2-libs/SFIO.def | 10 +-
gcc/m2/gm2-libs/SFIO.mod | 15 ++-
gcc/testsuite/gm2/isolib/run/pass/testdelete2.mod | 107 +++++++++++++++++++++
.../gm2/pimlib/logitech/run/pass/testdelete2.mod | 104 ++++++++++++++++++++
gcc/testsuite/gm2/pimlib/run/pass/testdelete.mod | 97 +++++++++++++++++++
libgm2/libm2iso/Makefile.am | 4 +-
libgm2/libm2iso/Makefile.in | 25 ++---
11 files changed, 445 insertions(+), 25 deletions(-)
create mode 100644 gcc/m2/gm2-libs-iso/IOChanUtils.def
create mode 100644 gcc/m2/gm2-libs-iso/IOChanUtils.mod
create mode 100644 gcc/testsuite/gm2/isolib/run/pass/testdelete2.mod
create mode 100644 gcc/testsuite/gm2/pimlib/logitech/run/pass/testdelete2.mod
create mode 100644 gcc/testsuite/gm2/pimlib/run/pass/testdelete.mod
--
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-15
in repository gcc.
from a9a6f249684 [PATCH] [PR modula2/120731] error in Strings.Pos causing sigsegv
new 5a5e72590c5 gimple-fold: Fix up big endian _BitInt adjustment [PR121131]
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/gimple-fold.cc | 13 ++++++++++---
gcc/testsuite/gcc.dg/bitint-124.c | 30 ++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/bitint-124.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 releases/gcc-14
in repository gcc.
from 67f16181443 Daily bump.
new d51d503af7d gimple-fold: Fix up big endian _BitInt adjustment [PR121131]
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/gimple-fold.cc | 13 ++++++++++---
gcc/testsuite/gcc.dg/bitint-124.c | 30 ++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/bitint-124.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 90955b2f61f gimple-fold: Fix up big endian _BitInt adjustment [PR121131]
new 175b49933ff tree-optimization/121048 - move check for only having vector(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:
gcc/tree-vect-loop.cc | 9 +--------
gcc/tree-vect-slp.cc | 15 ++++++++++-----
2 files changed, 11 insertions(+), 13 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 0c473aa8fd1 Daily bump.
new 90955b2f61f gimple-fold: Fix up big endian _BitInt adjustment [PR121131]
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/gimple-fold.cc | 13 ++++++++++---
gcc/testsuite/gcc.dg/bitint-124.c | 30 ++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/bitint-124.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 releases/gcc-15
in repository gcc.
from ba085e56d07 [PATCH] PR modula2/120673: Mutually dependent types crash t [...]
new 4296f9150fb [PATCH] [modula2] Comment tidyup in gm2-compiler/M2GCCDeclare.mod
new a9a6f249684 [PATCH] [PR modula2/120731] error in Strings.Pos causing sigsegv
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/m2/gm2-compiler/M2GCCDeclare.mod | 16 ++---
gcc/m2/gm2-libs-log/Strings.def | 4 +-
gcc/m2/gm2-libs-log/Strings.mod | 77 ++++++++++++++--------
.../gm2/pimlib/logitech/run/pass/teststrings.mod | 16 +++++
4 files changed, 75 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/gm2/pimlib/logitech/run/pass/teststrings.mod
--
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 129a8473517 visium: use RELOC_AGAINST_DISCARDED_SECTION
new 7d9ed03a1be asan: undefined shift
new 1cfce7750ae Fix unused variable warnings
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:
bfd/coff-mips.c | 3 +--
bfd/elf32-arm.c | 5 ++---
bfd/elf32-bfin.c | 3 +--
bfd/elf32-csky.c | 5 ++---
bfd/elf32-microblaze.c | 7 ++-----
bfd/elf32-nds32.c | 5 ++---
bfd/elf64-ppc.c | 5 ++---
bfd/elfnn-aarch64.c | 3 +--
gas/read.c | 18 +++++++++---------
9 files changed, 22 insertions(+), 32 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 devel/gfortran-test
in repository gcc.
at 0c473aa8fd1 Daily bump.
No new revisions were added by this update.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.