This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch main
in repository newlib.
from 764dbcafb newlib: regenerate Makefile.in
new bb2a8a8cb Cygwin: signal: Clear direction flag in sigdeleyed
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/release/3.6.1 | 3 +++
winsup/cygwin/scripts/gendef | 1 +
2 files changed, 4 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 gcc.
from 332a08173a7 Add 'libgomp.c++/pr96835-1{,-O0}.C', 'libgomp.oacc-c++/pr96 [...]
new beec790e2b5 arm: testsuite: tighten scan-assembler in unaligned-memcpy-4.c
new 75df481fcc3 libstdc++: Ensure that std::vector<bool> allocator has bool [...]
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/testsuite/gcc.target/arm/unaligned-memcpy-4.c | 2 +-
libstdc++-v3/include/bits/stl_bvector.h | 4 ++++
libstdc++-v3/testsuite/23_containers/vector/bool/cons/from_range.cc | 2 +-
3 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 main
in repository newlib.
from 0bfd91d57 Cygwin: console: tty::restore really restores the previous mode
new c3b9bb173 newlib: riscv: Add XLEN typedef and clean up types
new abb595ab0 newlib: riscv: Optimize strlen()
new 05521f91d newlib: riscv: Add stpcpy() port
new 764dbcafb newlib: regenerate Makefile.in
The 4 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/Makefile.in | 21 ++++++-
newlib/libc/machine/riscv/Makefile.inc | 2 +-
newlib/libc/machine/riscv/stpcpy.c | 7 +++
newlib/libc/machine/riscv/strcpy.c | 52 +---------------
newlib/libc/machine/riscv/strlen.c | 48 +++++++++------
newlib/libc/machine/riscv/sys/asm.h | 4 ++
newlib/libc/machine/riscv/sys/string.h | 107 ++++++++++++++++++++++++++++++++-
7 files changed, 168 insertions(+), 73 deletions(-)
create mode 100644 newlib/libc/machine/riscv/stpcpy.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 f775bb892cb i386: Raise deprecate warning for -mavx10.1-256/512 and -me [...]
new 5450afcfb76 nvptx: Default at least to '-mptx=6.3'
new 65b31b3fff2 nvptx: In offloading compilation, special-case certain host [...]
new 62312c778aa Add 'libgomp.c++/pr101544-1{,-O0}.C', 'libgomp.oacc-c++/pr1 [...]
new 332a08173a7 Add 'libgomp.c++/pr96835-1{,-O0}.C', 'libgomp.oacc-c++/pr96 [...]
The 4 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/nvptx/nvptx.cc | 29 +++++++++
gcc/doc/invoke.texi | 2 +-
gcc/testsuite/gcc.target/nvptx/march-map=sm_30.c | 4 +-
gcc/testsuite/gcc.target/nvptx/march-map=sm_32.c | 4 +-
gcc/testsuite/gcc.target/nvptx/march-map=sm_35.c | 4 +-
gcc/testsuite/gcc.target/nvptx/march-map=sm_37.c | 4 +-
gcc/testsuite/gcc.target/nvptx/march-map=sm_50.c | 4 +-
gcc/testsuite/gcc.target/nvptx/march=sm_30.c | 4 +-
gcc/testsuite/gcc.target/nvptx/march=sm_35.c | 4 +-
gcc/testsuite/gcc.target/nvptx/march=sm_37.c | 4 +-
gcc/varasm.cc | 7 +-
libgomp/testsuite/libgomp.c++/pr101544-1-O0.C | 4 ++
libgomp/testsuite/libgomp.c++/pr101544-1.C | 83 ++++++++++++++++++++++++
libgomp/testsuite/libgomp.c++/pr96835-1-O0.C | 3 +
libgomp/testsuite/libgomp.c++/pr96835-1.C | 45 +++++++++++++
libgomp/testsuite/libgomp.oacc-c++/pr101544-1.C | 7 ++
libgomp/testsuite/libgomp.oacc-c++/pr96835-1.C | 6 ++
17 files changed, 200 insertions(+), 18 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.c++/pr101544-1-O0.C
create mode 100644 libgomp/testsuite/libgomp.c++/pr101544-1.C
create mode 100644 libgomp/testsuite/libgomp.c++/pr96835-1-O0.C
create mode 100644 libgomp/testsuite/libgomp.c++/pr96835-1.C
create mode 100644 libgomp/testsuite/libgomp.oacc-c++/pr101544-1.C
create mode 100644 libgomp/testsuite/libgomp.oacc-c++/pr96835-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 releases/gcc-14
in repository gcc.
from 8bac2281719 c++: Don't mix timevar_start and auto_cond_timevar for TV_N [...]
new 5ba6fdc5476 i386: Add -mavx10.1 back with 512 bit alias
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/config/i386/i386-isas.h | 1 +
gcc/config/i386/i386-c.cc | 5 +----
gcc/config/i386/i386-options.cc | 1 +
gcc/config/i386/i386.opt | 5 +++++
gcc/config/i386/i386.opt.urls | 3 +++
gcc/doc/extend.texi | 6 ++++++
gcc/doc/sourcebuild.texi | 3 +++
7 files changed, 20 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 releases/gcc-13
in repository gcc.
from f4e802c5c2e Daily bump.
new 73db20707fd c++: Don't mix timevar_start and auto_cond_timevar for TV_N [...]
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/cp/name-lookup.cc | 3 +--
gcc/testsuite/g++.dg/cpp2a/concepts-pr116681.C | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr116681.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 2ba78236539 Daily bump.
new 8bac2281719 c++: Don't mix timevar_start and auto_cond_timevar for TV_N [...]
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/cp/name-lookup.cc | 3 +--
gcc/testsuite/g++.dg/cpp2a/concepts-pr116681.C | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-pr116681.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 6c76222d5 Add entry 99e2906ae255fc7b8edb008d7cd47b28b078a809 from https [...]
new ee1ee8dbd Add entry 99e2906ae255fc7b8edb008d7cd47b28b078a809 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:
.../99e2906ae255fc7b8edb008d7cd47b28b078a809/jira/description | 4 ++++
gcc/sha1/99e2906ae255fc7b8edb008d7cd47b28b078a809/jira/yaml | 4 ++++
gcc/sha1/99e2906ae255fc7b8edb008d7cd47b28b078a809/status.txt | 4 ++++
.../master-arm-check_bootstrap_lto}/details.txt | 10 +++++-----
.../reproduction_instructions.txt | 6 +++---
.../master-arm-check_bootstrap_lto}/status-summary.txt | 0
.../status.txt | 4 ++--
.../tcwg_bootstrap_check/status.txt | 4 ++++
8 files changed, 26 insertions(+), 10 deletions(-)
copy gcc/sha1/99e2906ae255fc7b8edb008d7cd47b28b078a809/{tcwg_gcc_check/master-arm [...]
copy gcc/sha1/99e2906ae255fc7b8edb008d7cd47b28b078a809/tcwg_bootstrap_check/{maste [...]
copy {binutils/sha1/b8189cf9e40bd90502c9a2ce0df39dd54419bea4 => gcc/sha1/99e2906ae [...]
copy gcc/sha1/99e2906ae255fc7b8edb008d7cd47b28b078a809/tcwg_bootstrap_check/{maste [...]
--
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 a0952fe78 Add entry 99e2906ae255fc7b8edb008d7cd47b28b078a809 from https [...]
new 6c76222d5 Add entry 99e2906ae255fc7b8edb008d7cd47b28b078a809 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:
.../tcwg_bootstrap_check/master-arm-check_bootstrap_lto}/build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{01c095ab77f8f43bf77e4c0be6c4f4c0d15a4c29/tcwg_bootstrap_check/maste [...]
copy gcc/sha1/99e2906ae255fc7b8edb008d7cd47b28b078a809/tcwg_bootstrap_check/{maste [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.