This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 88732d9eb88 install: Replace bzip2 by xz
new 01a523943c0 [hardbool] implement OP=, ++ and --, volatile and atomics
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-family/c-attribs.cc | 19 +++--
gcc/c/c-tree.h | 3 +-
gcc/c/c-typeck.cc | 83 ++++++++++++++++++----
gcc/testsuite/gcc.dg/torture/hardbool-ai.c | 7 ++
.../torture/{hardbool-ll.c => hardbool-vi.c} | 2 +-
gcc/testsuite/gcc.dg/torture/hardbool.c | 68 +++++++++++++++++-
6 files changed, 160 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/hardbool-ai.c
copy gcc/testsuite/gcc.dg/torture/{hardbool-ll.c => hardbool-vi.c} (59%)
--
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 7c8f47e17dc i386: Add missing PTA_POPCNT and PTA_LZCNT with PTA_ABM
new 88732d9eb88 install: Replace bzip2 by xz
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/install.texi | 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 gcc.
from 612194c064c gcc: drop placement new workaround for old bootstrap compilers
new 7c8f47e17dc i386: Add missing PTA_POPCNT and PTA_LZCNT with PTA_ABM
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.h | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 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 d4ad0858396 c2y: Evaluate size expression only in the active branch of [...]
new 612194c064c gcc: drop placement new workaround for old bootstrap compilers
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/Makefile.in | 2 --
gcc/configure | 44 ++------------------------------------------
gcc/configure.ac | 29 -----------------------------
gcc/d/Make-lang.in | 2 +-
4 files changed, 3 insertions(+), 74 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 0d0837df697 libiberty: disable logging of list content for doubly-linke [...]
new d4ad0858396 c2y: Evaluate size expression only in the active branch of [...]
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-typeck.cc | 122 ++++++++++------
gcc/testsuite/gcc.dg/vla-tert-1.c | 293 ++++++++++++++++++++++++++++++++++++++
2 files changed, 370 insertions(+), 45 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vla-tert-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 master
in repository gcc.
from 54edbeeaac6 Simplify vect_supportable_dr_alignment
new 0d0837df697 libiberty: disable logging of list content for doubly-linke [...]
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:
libiberty/testsuite/test-doubly-linked-list.c | 13 ++++++++++---
1 file changed, 10 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 master
in repository gcc.
from 0a7eae02dea c++: mangling cNTTP object w/ implicit non-trailing zeros [ [...]
new 54edbeeaac6 Simplify vect_supportable_dr_alignment
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/tree-vect-data-refs.cc | 37 +++----------------------------------
1 file changed, 3 insertions(+), 34 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 ce7a22bd26c c++: improve constexpr type mismatch diagnostic
new 0a7eae02dea c++: mangling cNTTP object w/ implicit non-trailing zeros [ [...]
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.opt | 2 +
gcc/cp/mangle.cc | 51 +++++++++++++++++
gcc/doc/invoke.texi | 5 +-
gcc/testsuite/g++.dg/abi/mangle82.C | 85 ++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/nontype-class73.C | 30 ++++++++++
5 files changed, 171 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/abi/mangle82.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class73.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 binutils-gdb.
from c2729c37f10 strip: Don't treat fat IR objects as plugin object
new 2f6db3e2e77 Revert "Call target_can_do_single_step from maybe_software_ [...]
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/arm-linux-tdep.c | 5 +++++
gdb/breakpoint.c | 25 +++++--------------------
gdb/breakpoint.h | 8 ++++----
gdb/gdbarch-gen.h | 12 +++++++++---
gdb/gdbarch_components.py | 12 +++++++++---
gdb/infrun.c | 19 +++++++++++++++++++
gdb/record-full.c | 4 ++--
7 files changed, 53 insertions(+), 32 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 79e4f386ad8 Record gather/scatter scale and base in the SLP tree
new ce7a22bd26c c++: improve constexpr type mismatch diagnostic
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/constexpr.cc | 21 +++++++++++++++++----
gcc/testsuite/g++.dg/cpp26/constexpr-new3.C | 2 +-
2 files changed, 18 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.