This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-14
in repository gcc.
from 0d5021e1d8e Merge remote-tracking branch 'origin/releases/gcc-14' into [...]
new 5f822bfc411 Move 'find-dg-do-what' from 'gcc/testsuite/lib/gcc-dg.exp' [...]
new d348f8435f7 libstdc++: Avoid '-Wunused-parameter' for '__what' in funct [...]
new ddb0ffb34f7 libstdc++: Avoid '-Wunused-parameter' for 'nofollow' in sta [...]
new 5467cb56ee7 libstdc++: Avoid '-Wunused-parameter' for 'is_directory' in [...]
new 1c87964c1ef Fix 'libstdc++-v3/src/c++20/tzdb.cc' build for '__GTHREADS [...]
new bce2aaa13db libstdc++: Allow 'configure.host' to pre-set 'EXTRA_CFLAGS' [...]
new 4d9b80e0765 GCN, nvptx: Allow for "hosted" libstdc++ build
new a3e8f61a2f5 GCN, nvptx: Don't default-disable libstdc++ build
new 59afee42c87 Revert "GCN, nvptx: Basic '__cxa_guard_{acquire,abort,relea [...]
new 07ba37ba9e8 Merge commit '0d5021e1d8ee8c943925ad23c305b6c84962e4b8' into HEAD
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:
ChangeLog.omp | 11 +++
configure | 16 ++--
configure.ac | 16 ++--
gcc/ChangeLog.omp | 10 +++
gcc/config/gcn/gcn.h | 4 -
gcc/config/nvptx/nvptx.h | 4 -
gcc/testsuite/ChangeLog.omp | 8 ++
gcc/testsuite/lib/gcc-dg.exp | 20 -----
gcc/testsuite/lib/target-supports-dg.exp | 21 +++++
libgcc/ChangeLog.omp | 10 +++
libgcc/c++-minimal/README | 2 -
libgcc/c++-minimal/guard.c | 97 ----------------------
libgcc/config/gcn/t-amdgcn | 3 -
libgcc/config/nvptx/t-nvptx | 3 -
libstdc++-v3/ChangeLog.omp | 45 ++++++++++
libstdc++-v3/acinclude.m4 | 4 +-
.../config/cpu/{generic => nvptx}/cpu_defines.h | 7 +-
libstdc++-v3/config/cpu/nvptx/t-nvptx | 7 ++
libstdc++-v3/configure | 4 +-
libstdc++-v3/configure.host | 41 +++++++++
libstdc++-v3/include/bits/c++config | 2 +-
libstdc++-v3/src/c++17/fs_dir.cc | 2 +-
libstdc++-v3/src/c++20/tzdb.cc | 12 ++-
libstdc++-v3/src/filesystem/dir-common.h | 2 +-
24 files changed, 200 insertions(+), 151 deletions(-)
delete mode 100644 libgcc/c++-minimal/README
delete mode 100644 libgcc/c++-minimal/guard.c
copy libstdc++-v3/config/cpu/{generic => nvptx}/cpu_defines.h (85%)
create mode 100644 libstdc++-v3/config/cpu/nvptx/t-nvptx
--
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 3a59a1e1bbc Fix misoptimization at -O2 in LTO mode
new acdf8105a7f c++: Perform immediate invocation evaluation separately fro [...]
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/cp-gimplify.cc | 74 +++++++++++++++-----------------
gcc/testsuite/g++.target/i386/pr118068.C | 17 ++++++++
2 files changed, 52 insertions(+), 39 deletions(-)
create mode 100644 gcc/testsuite/g++.target/i386/pr118068.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 tested
in repository toolchain/jenkins-scripts.
from a3cafe16 Revert "Revert "start-container-docker.sh: Switch default dis [...]
adds 09a4d7f1 round-robin.sh: Use llvm 19.1.7
No new revisions were added by this update.
Summary of changes:
round-robin.sh | 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 1fdf11db6 Add entry 997f49fbadf892136c77115edd537c832fb8074d from https [...]
new 9044ba6b8 Add entry 011e6d92dd86a39ccc5c28cc30672c158422c191 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:
.../sha1/011e6d92dd86a39ccc5c28cc30672c158422c191}/first_url | 2 +-
.../tcwg_flang_test/main-aarch64-O0-debug/build_url | 2 +-
.../tcwg_flang_test/main-aarch64-O0-debug/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy {llvm/sha1/982527eef0f284161dd5e09a9b4fc952b332ec92 => fujitsu_testsuite/sha1 [...]
copy fujitsu_testsuite/sha1/{471c71be0fe507ecb02b5a9650e882f261ecc979 => 011e6d92d [...]
create mode 100644 fujitsu_testsuite/sha1/011e6d92dd86a39ccc5c28cc30672c158422c191 [...]
--
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 glibc.
from 575de3d666 malloc: Improve csize2tidx
new c5113a838b add inputs giving large errors for rsqrt
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:
math/auto-libm-test-in | 16 ++
math/auto-libm-test-out-rsqrt | 640 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 656 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 releases/gcc-14
in repository gcc.
from 21c83cd4732 Fix spurious visibility error with partially parameterized [...]
new 5497ff92a38 Fix misoptimization at -O2 in LTO mode
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/gcc-interface/decl.cc | 8 ++++++++
1 file changed, 8 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 releases/gcc-13
in repository gcc.
from 1f679fd10f9 Fix spurious visibility error with partially parameterized [...]
new 2123635378d Fix misoptimization at -O2 in LTO mode
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/gcc-interface/decl.cc | 8 ++++++++
1 file changed, 8 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 278715f255d Fix spurious visibility error with partially parameterized [...]
new d9e834958e8 c: Fix ICE in error recovery when checking struct compatibi [...]
new 1636e85270d c: Fix bug in typedef redefinitions of tagged types [PR118765]
new 3a59a1e1bbc Fix misoptimization at -O2 in LTO mode
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/ada/gcc-interface/decl.cc | 8 ++++++++
gcc/c/c-decl.cc | 4 ++--
gcc/c/c-typeck.cc | 3 +++
gcc/testsuite/gcc.dg/pr118061.c | 8 ++++++++
gcc/testsuite/gcc.dg/pr118765.c | 7 +++++++
5 files changed, 28 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr118061.c
create mode 100644 gcc/testsuite/gcc.dg/pr118765.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 d97aa3bee7c Daily bump.
new 21c83cd4732 Fix spurious visibility error with partially parameterized [...]
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/gen_il-gen-gen_nodes.adb | 2 +-
gcc/ada/sem_ch12.adb | 31 ++++++++++++++++++----
gcc/testsuite/gnat.dg/generic_inst14.adb | 20 ++++++++++++++
gcc/testsuite/gnat.dg/generic_inst14_pkg-child.ads | 27 +++++++++++++++++++
gcc/testsuite/gnat.dg/generic_inst14_pkg.ads | 16 +++++++++++
5 files changed, 90 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/generic_inst14.adb
create mode 100644 gcc/testsuite/gnat.dg/generic_inst14_pkg-child.ads
create mode 100644 gcc/testsuite/gnat.dg/generic_inst14_pkg.ads
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.