This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 678dc5e8505 runtime: use <stdbool.h>
new a05efc8bf5e runtime: dump registers on Solaris
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/go/gofrontend/MERGE | 2 +-
libgo/runtime/go-signal.c | 63 ++++++++++++++++++++++++++++++++++++++++++++---
2 files changed, 60 insertions(+), 5 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 050a4f7fc5c Fortran: add SELECTED_LOGICAL_KIND
new 678dc5e8505 runtime: use <stdbool.h>
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/go/gofrontend/MERGE | 2 +-
libgo/runtime/runtime.h | 7 +------
2 files changed, 2 insertions(+), 7 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 linux.
from e67572cd2204 Linux 6.9-rc6
new 5af385f5f4cd bounds: Use the right number of bits for power-of-two CONF [...]
new 17597b1e18d2 erofs: modify the error message when prepare_ondemand_read failed
new 07abe43a28b2 erofs: get rid of erofs_fs_context
new 7af2ae1b1531 erofs: reliably distinguish block based and fscache mode
new b947cc5bf6d7 Merge tag 'erofs-for-6.9-rc7-fixes' of git://git.kernel.or [...]
The 5 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:
fs/erofs/fscache.c | 2 +-
fs/erofs/internal.h | 7 ---
fs/erofs/super.c | 124 +++++++++++++++++++++++-----------------------------
kernel/bounds.c | 2 +-
4 files changed, 57 insertions(+), 78 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 2fb3ca4e88a gdb/doc: document how filename arguments are formatted
new 43ca4ec2996 gdb/Cygwin: Fix attach pid error message
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/windows-nat.c | 17 +++++++++++++----
1 file changed, 13 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 f795049a829 libstdc++: Update Solaris baselines for GCC 14.0
new 1dba1d860a1 Fortran: add F2023 ISO_FORTRAN_ENV named constants
new 050a4f7fc5c Fortran: add SELECTED_LOGICAL_KIND
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/fortran/expr.cc | 11 +++++-
gcc/fortran/gfortran.h | 1 +
gcc/fortran/gfortran.texi | 9 +++--
gcc/fortran/intrinsic.cc | 9 ++++-
gcc/fortran/intrinsic.h | 1 +
gcc/fortran/intrinsic.texi | 43 ++++++++++++++++++++++
gcc/fortran/iso-fortran-env.def | 10 +++++
gcc/fortran/simplify.cc | 22 +++++++++++
gcc/fortran/trans-decl.cc | 7 ++++
gcc/fortran/trans-intrinsic.cc | 25 +++++++++++++
gcc/fortran/trans.h | 1 +
gcc/testsuite/gfortran.dg/iso_fortran_env_8.f90 | 32 ++++++++++++++++
gcc/testsuite/gfortran.dg/iso_fortran_env_9.f90 | 29 +++++++++++++++
.../gfortran.dg/selected_logical_kind_1.f90 | 29 +++++++++++++++
.../gfortran.dg/selected_logical_kind_2.f90 | 9 +++++
.../gfortran.dg/selected_logical_kind_3.f90 | 18 +++++++++
.../gfortran.dg/selected_logical_kind_4.f90 | 23 ++++++++++++
libgfortran/gfortran.map | 5 +++
libgfortran/intrinsics/selected_int_kind.f90 | 32 ++++++++++++++--
19 files changed, 307 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/iso_fortran_env_8.f90
create mode 100644 gcc/testsuite/gfortran.dg/iso_fortran_env_9.f90
create mode 100644 gcc/testsuite/gfortran.dg/selected_logical_kind_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/selected_logical_kind_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/selected_logical_kind_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/selected_logical_kind_4.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 releases/gcc-11
in repository gcc.
from 12c03bdb586 Daily bump.
new 8f29a712c40 testsuite, Darwin: Allow for undefined symbols in shared test.
new 3b01cc3b088 libstdc++, Darwin: Do not use dev/null as the file for exec [...]
new 1efe5c06d85 libstdc++: Sync the atomic_link_flags implementation with GCC.
new 729170a4504 testsuite, Darwin: Use the IOKit framework in framework-1.c [...]
new 8c19cb9c618 libstdc++, Darwin: Handle a linker warning [PR112397].
new 97a19770f65 Darwin: Do not emit .macinfo when dsymutil cannot consume it.
new 5feeb2ddc93 testsuite, Darwin: Allow for an undefined symbol [PR114036].
new 241e10972c9 testsuite: Remove duplicate -lgcov [PR114034]
new 30d20d6f14f jit, Darwin: Implement library exports list.
The 9 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/darwin.c | 23 +++-
gcc/jit/Make-lang.in | 47 +++++---
gcc/jit/libgccjit.exports | 171 ++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/gcov/gcov-dump-1.C | 2 +-
gcc/testsuite/g++.dg/gcov/gcov-dump-2.C | 2 +-
gcc/testsuite/gcc.dg/framework-1.c | 8 +-
gcc/testsuite/gcc.misc-tests/gcov-14.c | 2 +-
gcc/testsuite/lib/target-supports.exp | 9 +-
libstdc++-v3/configure | 38 +++++--
libstdc++-v3/configure.ac | 7 ++
libstdc++-v3/libsupc++/Makefile.am | 8 ++
libstdc++-v3/libsupc++/Makefile.in | 6 ++
libstdc++-v3/testsuite/lib/dg-options.exp | 2 +-
libstdc++-v3/testsuite/lib/libstdc++.exp | 32 +++++-
14 files changed, 319 insertions(+), 38 deletions(-)
create mode 100644 gcc/jit/libgccjit.exports
--
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 3e1ca512848 libstdc++: Update Solaris baselines for GCC 13.2
new 129b64b0c27 RISC-V: Fix vsetvl pass ICE
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/riscv/riscv-vsetvl.cc | 2 +-
gcc/testsuite/gcc.target/riscv/rvv/vsetvl/pr111234.c | 19 +++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/vsetvl/pr111234.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 annotated tag glibc-2.14.9000
in repository glibc.
at 51b6134f89 (tag)
tagging c8fc0c91695b1c7003c7170861274161f9224817 (commit)
replaces glibc-2.14
tagged by Carlos O'Donell
on Mon Apr 29 08:50:53 2024 -0400
- Log -----------------------------------------------------------------
Open master branch for glibc 2.15 development
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEcnNUKzmWLfeymZMUFnkrTqJTQPgFAmYvl7oACgkQFnkrTqJT
QPjgHw//bbffhMMYQYLpeZbNJoZXfbYeJunEy6VMbBze9PhiNh8cYBOBtCkGkVWA
okc0gmDWHKN5+1sJGK9N4l5DUQKqqRSggXOuboQE5fKBuo8icsGlYyyeLOlYzFRh
mV5z4KPHhweeQ76/H96AiCl0I5UHLBGwTu9nqurN0ph1QQu3KKjQTYxJubPNsjVj
XZMo0HFv0M06VWboHmalgdDQSpRVovKgpBRr5xmTQvUIjnhdvGETNLRe64AWAE6g
dsS2gtAvWlEh2N24OBkWF3vvt15AXlkuKuKpzQTXQfcDVc6fG0B9P3wkThNlddBD
EMrFJhbHozs6qLWv6ObmnP1APJ5z0VJCBsNP0eZDViA1Mio5F9HAUKlyPOnfsfxC
+pYUo8yzsNAWp7oQhp+5sv8BC0WEE2cL1QtPimmPTCV/oeqjAZbBc8S3y4sDbgAc
ZvXiPxEIO9ajLBlQpvf+vRoLmVpBgzik9uajUQbszrp7EBWBHM43f4KtvcrBVWd/
5A7t6dWhv75AmVpK1beEvGc/9z56YD0qGggiDB2eVcPVSl5oszmKuGrGnT8VACNo
SAA4yh9B6OU61ItI8GBzGl3/HwXcvoMpJrHmbhIITWSooq/wwO2zUcHrHyd0nZ8v
EScicYTsEAAkl8/dsVBL7rUwBpKHVLLQORHLYQBge7mF65YnCMw=
=UzCw
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
No new revisions were added by this update.
--
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 d40073be96e RISC-V: Fix ICE for legitimize move on subreg const_poly_in [...]
new c3e9b863f2d libstdc++: Update Solaris baselines for GCC 13.2
new 330c04dc530 libstdc++: Update Solaris baselines for GCC 14.0
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:
.../config/abi/post/i386-solaris/amd64/baseline_symbols.txt | 7 +++++++
libstdc++-v3/config/abi/post/i386-solaris/baseline_symbols.txt | 7 +++++++
libstdc++-v3/config/abi/post/sparc-solaris/baseline_symbols.txt | 7 +++++++
.../config/abi/post/sparc-solaris/sparcv9/baseline_symbols.txt | 7 +++++++
4 files changed, 28 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 cb3d253abe3 Daily bump.
new 3e1ca512848 libstdc++: Update Solaris baselines for GCC 13.2
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:
libstdc++-v3/config/abi/post/i386-solaris/amd64/baseline_symbols.txt | 3 +++
libstdc++-v3/config/abi/post/i386-solaris/baseline_symbols.txt | 3 +++
libstdc++-v3/config/abi/post/sparc-solaris/baseline_symbols.txt | 3 +++
.../config/abi/post/sparc-solaris/sparcv9/baseline_symbols.txt | 3 +++
4 files changed, 12 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.