This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from dfa17fd3b1a AArch64: Fix expansion of Advanced SIMD div and mul using S [...]
new 0f5a9a00e3a Add -fmin-function-alignmnet
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/common.opt | 10 +++++++---
gcc/doc/invoke.texi | 18 +++++++++++++++++-
gcc/varasm.cc | 5 +++++
3 files changed, 29 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 topic/3.6
in repository newlib.
from 6ab574a68 Cygwin: posix_getdents: implement per SUS Base Specifications [...]
new bc4fb2171 sys/stat.h: drop __INSIDE_CYGWIN__ guards
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:
newlib/libc/include/sys/stat.h | 4 ++--
winsup/cygwin/dir.cc | 4 ----
2 files changed, 2 insertions(+), 6 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 7737b133640 Handle DW_AT_endianity on enumeration types
new 0c566ea7f1d Emit stopped event for DAP attach request
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/events.py | 28 +++++++++++++---------------
gdb/python/lib/gdb/dap/launch.py | 4 ++--
gdb/testsuite/gdb.dap/attach.exp | 16 +++++++++++++---
3 files changed, 28 insertions(+), 20 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 topic/3.6
in repository newlib.
discards 259d0dea0 Cygwin: posix_getdents: implement per SUS Base Specifications [...]
discards cc3b27f39 Cygwin: devices.h: drop useless mode check
discards e1fee9e2b Cygwin: dirent.h: make definition of struct __DIR opaque
discards 219ef30d7 Cygwin: implement fdclosedir
discards 898d6572b Cygwin: implement dirent.d_reclen
discards c3eb0e54d Cygwin: export getlocalename_l
discards 3bdd2dd8a getlocalename_l: implement per SUS Base Specifications Issue 8 draft
discards a22d5d671 Cygwin: path: convert symlink_info to class
discards f08fa03b0 Cygwin: files: slightly simplify suffix handling
discards e247b759b Cygwin: bump DLL version to 3.6.0
adds 15140d6df Cygwin: Don't terminate via dumper
adds 2c5433e5d Cygwin: pthread: Fix handle leak in pthread_once.
new d5233e473 Cygwin: bump DLL version to 3.6.0
new 5c64352f3 Cygwin: files: slightly simplify suffix handling
new b534a34ff Cygwin: path: convert symlink_info to class
new 497f16dac getlocalename_l: implement per SUS Base Specifications Issue 8 draft
new a2556c9e6 Cygwin: export getlocalename_l
new 2c2274931 Cygwin: implement dirent.d_reclen
new 886771357 Cygwin: implement fdclosedir
new 45408c990 Cygwin: dirent.h: make definition of struct __DIR opaque
new 67fef8102 Cygwin: devices.h: drop useless mode check
new 6ab574a68 Cygwin: posix_getdents: implement per SUS Base Specifications [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (259d0dea0)
\
N -- N -- N refs/heads/topic/3.6 (6ab574a68)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 10 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/exceptions.cc | 7 +++----
winsup/cygwin/thread.cc | 3 +++
winsup/doc/cygwinenv.xml | 6 ++++++
3 files changed, 12 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 bc4a20bc57c ipa-cp: Fix check for exceeding param_ipa_cp_value_list_siz [...]
new 306713c953d AArch64: Do not allow SIMD clones with simdlen 1 [PR113552]
new dfa17fd3b1a AArch64: Fix expansion of Advanced SIMD div and mul using S [...]
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/config/aarch64/aarch64-simd.md | 41 -----------
gcc/config/aarch64/aarch64-sve.md | 80 ++++++++++++++--------
gcc/config/aarch64/aarch64-sve2.md | 26 +++----
gcc/config/aarch64/aarch64.cc | 3 +-
gcc/config/aarch64/iterators.md | 19 +++--
gcc/testsuite/gcc.target/aarch64/pr113552.c | 17 +++++
.../gcc.target/aarch64/simd_pcs_attribute-3.c | 4 +-
gcc/testsuite/gcc.target/aarch64/sve/pr109636_1.c | 13 ++++
gcc/testsuite/gcc.target/aarch64/sve/pr109636_2.c | 13 ++++
gcc/testsuite/gcc.target/aarch64/sve2/pr109636_1.c | 13 ++++
10 files changed, 139 insertions(+), 90 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr113552.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr109636_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve/pr109636_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve2/pr109636_1.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 e503f9aca91 analyzer: fix taint false +ve due to overzealous state purg [...]
new bc4a20bc57c ipa-cp: Fix check for exceeding param_ipa_cp_value_list_siz [...]
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/ipa-cp.cc | 2 +-
gcc/testsuite/gcc.dg/ipa/pr113490.c | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/ipa/pr113490.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 3de031c96f2 PR modula2/113559 FIO.mod lseek requires cssize_t rather th [...]
new b6e537571c2 analyzer kernel plugin: implement __check_object_size [PR112927]
new e503f9aca91 analyzer: fix taint false +ve due to overzealous state purg [...]
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/analyzer/engine.cc | 2 +-
gcc/analyzer/program-state.cc | 65 +++++++++++++++++++++-
gcc/analyzer/program-state.h | 1 +
gcc/analyzer/sm-taint.cc | 9 +++
gcc/analyzer/sm.h | 6 ++
.../gcc.dg/plugin/analyzer_kernel_plugin.c | 18 ++++++
gcc/testsuite/gcc.dg/plugin/plugin.exp | 4 +-
gcc/testsuite/gcc.dg/plugin/taint-pr112927.c | 49 ++++++++++++++++
gcc/testsuite/gcc.dg/plugin/taint-pr112977.c | 44 +++++++++++++++
9 files changed, 194 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/plugin/taint-pr112927.c
create mode 100644 gcc/testsuite/gcc.dg/plugin/taint-pr112977.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 8669a8b6740 gdb/testsuite: add test for backtracing for threaded inferi [...]
new 44acb01769b gdb/arm: Fix epilogue frame id
new 7737b133640 Handle DW_AT_endianity on enumeration types
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:
gdb/arm-tdep.c | 2 +-
gdb/dwarf2/read.c | 66 +++++++++++++++---------
gdb/testsuite/gdb.ada/scalar_storage.exp | 9 +++-
gdb/testsuite/gdb.ada/scalar_storage/storage.adb | 9 +++-
4 files changed, 58 insertions(+), 28 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 main
in repository newlib.
from 15140d6df Cygwin: Don't terminate via dumper
new 2c5433e5d Cygwin: pthread: Fix handle leak in pthread_once.
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/thread.cc | 3 +++
1 file changed, 3 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 newlib.
from 15140d6df Cygwin: Don't terminate via dumper
new 2c5433e5d Cygwin: pthread: Fix handle leak in pthread_once.
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/thread.cc | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.