This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 81a7f4fef35 c: Implement C2y static assertions in expressions
new 1c50531c077 Adjust VxWorks special case in testsuite check_weak_available
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/lib/target-supports.exp | 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 releases/gcc-14
in repository gcc.
from 25594fc634f Daily bump.
new 2047d0be65f x86: Optimize copysign (x, const_double)
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/i386/i386-expand.cc | 46 +++++++++++++---------
gcc/config/i386/i386.md | 4 +-
gcc/testsuite/gcc.target/i386/builtin-copysign-2.c | 22 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-copysign-3.c | 22 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-copysign-4.c | 22 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-copysign-5.c | 22 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-copysign-6.c | 22 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-copysign-7.c | 20 ++++++++++
.../gcc.target/i386/builtin-copysign-8a.c | 21 ++++++++++
.../gcc.target/i386/builtin-copysign-8b.c | 18 +++++++++
gcc/testsuite/gcc.target/i386/builtin-fabs-1.c | 23 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-fabs-2.c | 28 +++++++++++++
12 files changed, 250 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-4.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-5.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-6.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-7.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-8a.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-8b.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-fabs-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-fabs-2.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-15
in repository gcc.
from 0ec0def9de8 Daily bump.
new 653977c4a31 x86: Optimize copysign (x, const_double)
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/i386/i386-expand.cc | 46 +++++++++++++---------
gcc/config/i386/i386.md | 4 +-
gcc/testsuite/gcc.target/i386/builtin-copysign-2.c | 22 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-copysign-3.c | 22 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-copysign-4.c | 22 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-copysign-5.c | 22 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-copysign-6.c | 22 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-copysign-7.c | 20 ++++++++++
.../gcc.target/i386/builtin-copysign-8a.c | 21 ++++++++++
.../gcc.target/i386/builtin-copysign-8b.c | 18 +++++++++
gcc/testsuite/gcc.target/i386/builtin-fabs-1.c | 23 +++++++++++
gcc/testsuite/gcc.target/i386/builtin-fabs-2.c | 27 +++++++++++++
12 files changed, 249 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-4.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-5.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-6.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-7.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-8a.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-copysign-8b.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-fabs-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/builtin-fabs-2.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 5abeecf68ed Daily bump.
new 81a7f4fef35 c: Implement C2y static assertions in expressions
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/c/c-parser.cc | 65 ++++++++++++++++++---------
gcc/c/c-parser.h | 3 +-
gcc/testsuite/gcc.dg/c23-static-assert-5.c | 69 +++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c23-static-assert-6.c | 70 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c23-static-assert-7.c | 70 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c23-static-assert-8.c | 66 ++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c2y-static-assert-2.c | 65 +++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c2y-static-assert-3.c | 69 +++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/c2y-static-assert-4.c | 69 +++++++++++++++++++++++++++++
9 files changed, 525 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/c23-static-assert-5.c
create mode 100644 gcc/testsuite/gcc.dg/c23-static-assert-6.c
create mode 100644 gcc/testsuite/gcc.dg/c23-static-assert-7.c
create mode 100644 gcc/testsuite/gcc.dg/c23-static-assert-8.c
create mode 100644 gcc/testsuite/gcc.dg/c2y-static-assert-2.c
create mode 100644 gcc/testsuite/gcc.dg/c2y-static-assert-3.c
create mode 100644 gcc/testsuite/gcc.dg/c2y-static-assert-4.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-15
in repository gcc.
from 96c8dc35f94 testsuite: arm: [MVE] Relax expected code for vbicq_f [PR122223]
new 0ec0def9de8 Daily bump.
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/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
2 files changed, 9 insertions(+), 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 releases/gcc-14
in repository gcc.
from 208e9d9481d Daily bump.
new 25594fc634f Daily bump.
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/DATESTAMP | 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 releases/gcc-13
in repository gcc.
from baed370d9ad Daily bump.
new 6e01a4d9eb4 Daily bump.
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/DATESTAMP | 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 linux.
from 5121062e8345 Merge tag 'trace-rv-v6.18-rc2' of git://git.kernel.org/pub [...]
new 6fab32bb6508 MAINTAINERS: add Mark Brown as a linux-next maintainer
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:
MAINTAINERS | 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 binutils-gdb.
from de2d4f8b767 Automatic date update in version.in
new f1a4759630b Remove get_context_stack_depth
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/buildsym-legacy.c | 9 ---------
gdb/buildsym-legacy.h | 4 ----
gdb/buildsym.h | 5 -----
3 files changed, 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.