This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0039bf6a9c4 [committed] Add Kazumoto & Oleg to contrib.texi
new 72274d0a421 [PATCH] Add support for using picolibc
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.gcc | 18 ++++++++
gcc/config/picolibc-spec.h | 57 +++++++++++++++++++++++++
gcc/config/{i386/nto.opt => picolibc.opt} | 35 +++++++++++-----
gcc/config/picolibc.opt.urls | 2 +
gcc/configure | 24 +++++++----
gcc/configure.ac | 3 ++
gcc/doc/invoke.texi | 69 +++++++++++++++++++++++++++++++
gcc/doc/tm.texi | 16 +++++++
gcc/doc/tm.texi.in | 16 +++++++
gcc/gcc.cc | 17 +++++++-
10 files changed, 238 insertions(+), 19 deletions(-)
create mode 100644 gcc/config/picolibc-spec.h
copy gcc/config/{i386/nto.opt => picolibc.opt} (57%)
create mode 100644 gcc/config/picolibc.opt.urls
--
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 2971767bc77 [PATCH] c6x: fix the scheduling of floating-point multiplic [...]
new 0039bf6a9c4 [committed] Add Kazumoto & Oleg to contrib.texi
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/doc/contrib.texi | 6 ++++++
1 file changed, 6 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 bcde241ac56 testsuite: Create a variant of uninit-pred-7_a.c [PR123377]
new 2971767bc77 [PATCH] c6x: fix the scheduling of floating-point multiplic [...]
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/c6x/c6x-sched.md | 24 ++++++++++++------------
gcc/config/c6x/c6x-sched.md.in | 6 +++---
gcc/config/c6x/c6x.md | 4 ++++
3 files changed, 19 insertions(+), 15 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 1a2b5eeb5d2 [PATCH v2]: pch, target: update host hooks for NetBSD and OpenBSD
new bcde241ac56 testsuite: Create a variant of uninit-pred-7_a.c [PR123377]
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/gcc.dg/uninit-pred-7_a.c | 3 +--
gcc/testsuite/gcc.dg/{uninit-pred-7_a.c => uninit-pred-7_a_a.c} | 5 ++---
2 files changed, 3 insertions(+), 5 deletions(-)
copy gcc/testsuite/gcc.dg/{uninit-pred-7_a.c => uninit-pred-7_a_a.c} (84%)
--
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 b01d6fa9759 [PATCH v4] match.pd: (c?a:b) op d -> c ? (a op d):(b op d) [...]
new 1a2b5eeb5d2 [PATCH v2]: pch, target: update host hooks for NetBSD and OpenBSD
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/host-netbsd.cc | 16 +++++++++++++++-
gcc/config/host-openbsd.cc | 16 +++++++++++++++-
2 files changed, 30 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 master
in repository gcc.
from bde7b018d45 [PR target/123010] Simplify shift of sign extracted field t [...]
new b01d6fa9759 [PATCH v4] match.pd: (c?a:b) op d -> c ? (a op d):(b op d) [...]
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/match.pd | 17 +++
gcc/testsuite/gcc.dg/torture/pr122608.c | 189 +++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr110701.c | 14 ++-
3 files changed, 217 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr122608.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 582ccf3dc8d testsuite: Require effective target bitint for test case
new bde7b018d45 [PR target/123010] Simplify shift of sign extracted field t [...]
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/simplify-rtx.cc | 37 +++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/riscv/pr123010.c | 17 ++++++++++++++
2 files changed, 54 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/riscv/pr123010.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 linux.
from aacb0a6d604a Merge tag 'pmdomain-v6.19-rc3' of git://git.kernel.org/pub [...]
new 4a824c312899 entry: Always inline local_irq_{enable,disable}_exit_to_user()
new 54e82e93ca93 Merge tag 'core_urgent_for_v6.19_rc4' of git://git.kernel. [...]
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:
include/linux/irq-entry-common.h | 4 ++--
1 file changed, 2 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 master
in repository gcc.
from 37adae0d491 Daily bump.
new 582ccf3dc8d testsuite: Require effective target bitint for test case
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/gcc.dg/Wzero-as-null-pointer-constant-2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 a4669376d0 Better terminology for ‘long double’ in manual
new 9307ff1073 mach/hurd: add `bits/in.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:
{bits => sysdeps/mach/hurd/bits}/in.h | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
copy {bits => sysdeps/mach/hurd/bits}/in.h (93%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.