This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from e9f16cb6d1 hurd: Set _POSIX_MONOTONIC_CLOCK to 200809L
new 6c575d835e aarch64: Use 64-bit variable to access the special registers
new f28702b2ee gmon: Disable tst-profile-static with clang
new 6a498d780e elf: Suppress unused function clang for __ifunc_resolver
new e59bdf63cb stdio-common: Suppress Clang warnings on scanf13.c with fort [...]
new 72dfba1be4 inet: Add common IPv6 packet header macros
new f42634f824 sh4: ensure FPSCR.PR==0 when executing FRCHG [BZ #27543]
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:
elf/ifuncmain9.c | 4 +++
elf/tst-ifunc-fault-lazy.c | 4 +++
gmon/Makefile | 3 ++-
inet/netinet/ip6.h | 11 ++++++++
stdio-common/scanf13.c | 5 ++++
sysdeps/aarch64/fpu/fpu_control.h | 36 ++++++++++++++++++--------
sysdeps/aarch64/fpu/fraiseexcpt.c | 3 ++-
sysdeps/aarch64/sfp-machine.h | 2 +-
sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 2 +-
sysdeps/unix/sysv/linux/aarch64/sysconf.c | 2 +-
sysdeps/unix/sysv/linux/sh/sh4/getcontext.S | 6 +++++
sysdeps/unix/sysv/linux/sh/sh4/setcontext.S | 2 ++
sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S | 2 ++
13 files changed, 66 insertions(+), 16 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 7cd4de65ffb PR modula2/118453: Subranges types do not use virtual token [...]
new 655a8a024dd Add missing target directive in OpenMP dispatch Fortran run [...]
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:
libgomp/testsuite/libgomp.fortran/dispatch-1.f90 | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 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 28e58513443 Handle case where DAP line can be None
new 127f733f887 Fix AIX CI build break.
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:
gdb/python/python.c | 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 binutils-gdb.
from d41df13ab36 bfd/ELF: slightly "better" file alignment for object files
new 28e58513443 Handle case where DAP line can be None
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:
gdb/python/lib/gdb/dap/bt.py | 4 ++--
1 file changed, 2 insertions(+), 2 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-16-branch
in repository binutils-gdb.
from 0866754873c Automatic date update in version.in
new 183e227b00e Handle case where DAP line can be None
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:
gdb/python/lib/gdb/dap/bt.py | 4 ++--
1 file changed, 2 insertions(+), 2 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 d23d338da4d [PR rtl-optimization/107455] Eliminate unnecessary constant load
new 7cd4de65ffb PR modula2/118453: Subranges types do not use virtual token [...]
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-compiler/M2Check.mod | 8 +++-----
gcc/m2/gm2-compiler/P2Build.bnf | 17 ++++++++++++-----
gcc/m2/gm2-compiler/P2SymBuild.def | 2 +-
gcc/m2/gm2-compiler/P2SymBuild.mod | 7 +++----
.../gm2/pim/fail/{badbecomes.mod => badbecomes2.mod} | 7 +++----
gcc/testsuite/gm2/pim/fail/badparamset1.mod | 16 ++++++++++++++++
gcc/testsuite/gm2/pim/fail/badparamset2.mod | 16 ++++++++++++++++
gcc/testsuite/gm2/pim/fail/badsyntaxset1.mod | 8 ++++++++
8 files changed, 62 insertions(+), 19 deletions(-)
copy gcc/testsuite/gm2/pim/fail/{badbecomes.mod => badbecomes2.mod} (58%)
create mode 100644 gcc/testsuite/gm2/pim/fail/badparamset1.mod
create mode 100644 gcc/testsuite/gm2/pim/fail/badparamset2.mod
create mode 100644 gcc/testsuite/gm2/pim/fail/badsyntaxset1.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 gcc.
from 52e4ede0309 [ifcombine] propagate signbit mask to XOR right-hand operand
new d23d338da4d [PR rtl-optimization/107455] Eliminate unnecessary constant load
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/postreload.cc | 107 +++++++++++++++++++--
gcc/testsuite/gcc.target/riscv/pr107455-1.c | 46 +++++++++
.../gcc.target/riscv/{ret-1.c => pr107455-2.c} | 7 +-
3 files changed, 150 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/pr107455-1.c
copy gcc/testsuite/gcc.target/riscv/{ret-1.c => pr107455-2.c} (75%)
--
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 41a5a97dba6 expr: Fix up the divmod cost debugging note [PR115910]
new 52e4ede0309 [ifcombine] propagate signbit mask to XOR right-hand operand
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 | 20 +++++++++++
gcc/testsuite/gcc.dg/field-merge-20.c | 64 +++++++++++++++++++++++++++++++++++
2 files changed, 84 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/field-merge-20.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 539fc490690 MAINTAINERS: Make contrib/check-MAINTAINERS.py happy
new 41a5a97dba6 expr: Fix up the divmod cost debugging note [PR115910]
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/expr.cc | 6 +++---
1 file changed, 3 insertions(+), 3 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 0cf06bf0d7f ada: Update gnatdll documentation (-b option removed)
new 539fc490690 MAINTAINERS: Make contrib/check-MAINTAINERS.py happy
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:
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.