This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main
in repository newlib.
from 686e46ce7 Cygwin: pipe: do short writes only once in nonblocking case too
new f6eb96418 libc/include/sys/tree.h: Re-add sys/tree.h
new a86f468f9 newlib/libc/include/sys/tree.h: Add deprecation warning
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:
newlib/libc/include/sys/tree.h | 868 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 868 insertions(+)
create mode 100644 newlib/libc/include/sys/tree.h
--
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 170e6badb Cygwin: pipe: improve writing when pipe buffer is almost full
new 1ed909e04 Cygwin: pipe: fix comparison
new 686e46ce7 Cygwin: pipe: do short writes only once in nonblocking case too
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:
winsup/cygwin/fhandler/pipe.cc | 5 ++---
1 file changed, 2 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 9cbcf8d1de1 gnat: fix lto-type-mismatch between C_Version_String and gn [...]
new 8871489c516 Allow coarrays in select type. [PR46371, PR56496]
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/fortran/expr.cc | 4 +++
gcc/fortran/trans-stmt.cc | 10 ++-----
.../gfortran.dg/coarray/select_type_1.f90 | 34 ++++++++++++++++++++++
.../gfortran.dg/coarray/select_type_2.f90 | 19 ++++++++++++
.../gfortran.dg/coarray/select_type_3.f90 | 23 +++++++++++++++
5 files changed, 83 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/coarray/select_type_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/coarray/select_type_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/coarray/select_type_3.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 gcc.
from cc572242688 aarch64: Reduce FP reassociation width for Neoverse V2 and [...]
new 9cbcf8d1de1 gnat: fix lto-type-mismatch between C_Version_String and gn [...]
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/ada/gnatvsn.ads | 3 ++-
gcc/ada/version.c | 5 ++++-
2 files changed, 6 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 releases/gcc-14
in repository gcc.
from 1fad6adae96 Daily bump.
new af97b5eb023 testsuite: Prune warning about size of enums
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/g++.dg/warn/pr33738-2.C | 1 +
1 file changed, 1 insertion(+)
--
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 6d8b9b772e0 testsuite: Prune warning about size of enums
new cc572242688 aarch64: Reduce FP reassociation width for Neoverse V2 and [...]
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/config/aarch64/tuning_models/neoversev2.h | 7 ++++---
1 file changed, 4 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 661acde60ef Fix ICE in recompute_tree_invariant_for_addr_expr, at tree. [...]
new 71059d268f5 testsuite: Reduce cut-&-paste in scanltranstree.exp
new e57d3cce4e4 rtl: Enable the use of rtx values with int and mode attributes
new 6d8b9b772e0 testsuite: Prune warning about size of enums
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/doc/md.texi | 5 +
gcc/read-rtl.cc | 21 ++--
gcc/testsuite/g++.dg/warn/pr33738-2.C | 1 +
gcc/testsuite/lib/scanltranstree.exp | 186 ++++++++++++----------------------
4 files changed, 82 insertions(+), 131 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 8d6c6fbc527 aarch64: Implement 16-byte vector mode const0 store by TImode
new 661acde60ef Fix ICE in recompute_tree_invariant_for_addr_expr, at tree. [...]
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/fortran/trans-types.cc | 6 +++++-
gcc/testsuite/gfortran.dg/coarray/ptr_comp_5.f08 | 19 +++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/coarray/ptr_comp_5.f08
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 1e947b290 Add entry 479dab62b828f93d6be48241178dbf654bdd33e7 from https [...]
new d1a8811c8 Add entry b10ecfa914dd1bc2013584917d0505ba5f15f75c from https [...]
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:
.../first_url | 2 +-
.../llvm-aarch64-master-Oz_LTO}/build_url | 2 +-
.../tcwg_bmk-code_size-cpu2017fast/llvm-aarch64-master-Oz_LTO/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy llvm/sha1/{2b78303e3f78c1eeb4b1362933290c490ce5fff6 => b10ecfa914dd1bc2013584 [...]
copy llvm/sha1/{03de1cb715c9a106f3ea4139042a33afcd7ca6ae/tcwg_bmk-code_size-cpu201 [...]
create mode 100644 llvm/sha1/b10ecfa914dd1bc2013584917d0505ba5f15f75c/tcwg_bmk-cod [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.