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 dabd742cc25 arm: Zero/Sign extends for CMSE security
new 9488ad0d780 Darwin: Match system sections and relocs for exception tables.
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/darwin-sections.def | 2 +-
gcc/config/darwin.c | 1 +
gcc/config/darwin.h | 2 +-
3 files changed, 3 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 f541757ba46 c++: Fix constexpr evaluation of parameters passed by invis [...]
new 1604f7cebc4 bpf: set PREFERRED_DEBUGGING_TYPE to BTF_DEBUG
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/bpf/bpf.h | 5 +++++
gcc/testsuite/gcc.target/bpf/bpf-debug-options-1.c | 17 +++++++++++++++++
gcc/testsuite/gcc.target/bpf/bpf-debug-options-2.c | 18 ++++++++++++++++++
gcc/testsuite/gcc.target/bpf/bpf-debug-options-3.c | 14 ++++++++++++++
gcc/testsuite/gcc.target/bpf/core-options-4.c | 4 ++++
5 files changed, 58 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/bpf/bpf-debug-options-1.c
create mode 100644 gcc/testsuite/gcc.target/bpf/bpf-debug-options-2.c
create mode 100644 gcc/testsuite/gcc.target/bpf/bpf-debug-options-3.c
create mode 100644 gcc/testsuite/gcc.target/bpf/core-options-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 master
in repository gcc.
from c39654e7a43 c++: Retry the aliasing of base/complete cdtor optimization [...]
new fe02f6caac2 libgcc: Don't use weakrefs for glibc 2.34
new f541757ba46 c++: Fix constexpr evaluation of parameters passed by invis [...]
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/cp/constexpr.cc | 44 ++++++++++++++++++------
gcc/testsuite/g++.dg/cpp1y/constexpr-lifetime7.C | 2 +-
gcc/testsuite/g++.dg/cpp1z/constexpr-111284.C | 19 ++++++++++
libgcc/gthr.h | 9 +++++
4 files changed, 63 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-111284.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 5b9707eb872 gdb: remove gdbcmd.h
new d3c2603167b gdb: add type annotations to ada-unicode.py
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/ada-unicode.py | 98 +++++++++++++++++++++++++++++++++---------------------
1 file changed, 61 insertions(+), 37 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 f175622d25e bpf: avoid issues with CO-RE and -gtoggle
new c39654e7a43 c++: Retry the aliasing of base/complete cdtor optimization [...]
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-tree.h | 1 +
gcc/cp/decl2.cc | 3 ++
gcc/cp/optimize.cc | 55 +++++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/abi/comdat2.C | 26 +++++++++++++++++
gcc/testsuite/g++.dg/abi/comdat5.C | 28 ++++++++++++++++++
gcc/testsuite/g++.dg/lto/pr113208.h | 10 +++++++
gcc/testsuite/g++.dg/lto/pr113208_0.C | 13 +++++++++
gcc/testsuite/g++.dg/lto/pr113208_1.C | 6 ++++
8 files changed, 142 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/abi/comdat2.C
create mode 100644 gcc/testsuite/g++.dg/abi/comdat5.C
create mode 100644 gcc/testsuite/g++.dg/lto/pr113208.h
create mode 100644 gcc/testsuite/g++.dg/lto/pr113208_0.C
create mode 100644 gcc/testsuite/g++.dg/lto/pr113208_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 8d80e3c5a64 libstdc++: Rename man pages to use '::' instead of '_'
new 14d48516e58 openmp: Copy DECL_LANG_SPECIFIC and DECL_LANG_FLAG_? to tre [...]
new f175622d25e bpf: avoid issues with CO-RE and -gtoggle
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/config/bpf/bpf.cc | 7 ++-
gcc/testsuite/gcc.target/bpf/core-options-1.c | 15 +++++++
gcc/testsuite/gcc.target/bpf/core-options-2.c | 14 ++++++
gcc/testsuite/gcc.target/bpf/core-options-3.c | 5 +++
gcc/testsuite/gfortran.dg/gomp/pr114825.f90 | 16 +++++++
gcc/tree-nested.cc | 61 +++++++++++++++------------
6 files changed, 88 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/bpf/core-options-1.c
create mode 100644 gcc/testsuite/gcc.target/bpf/core-options-2.c
create mode 100644 gcc/testsuite/gcc.target/bpf/core-options-3.c
create mode 100644 gcc/testsuite/gfortran.dg/gomp/pr114825.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-13
in repository gcc.
from 9c49ab21b5d libstdc++: Fix libstdc++exp.a so it really does contain Fil [...]
new f3cff718df0 libstdc++: Add libstdc++_libbacktrace.a to libstdc++exp
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/src/experimental/Makefile.am | 9 ++++
libstdc++-v3/src/experimental/Makefile.in | 29 +++++++----
libstdc++-v3/src/libbacktrace/Makefile.am | 2 +-
libstdc++-v3/src/libbacktrace/Makefile.in | 86 ++++++-------------------------
4 files changed, 44 insertions(+), 82 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 d0e1e1291b1 PR modula2/114836 Avoid concatenation of error strings to a [...]
new f3021e6e060 libstdc++: Add comment to #include in <variant>
new d5b2c6b32c9 libstdc++: Update Doxygen config for new headers
new c9cc1c850c6 libstdc++: Fix run_doxygen for Doxygen 1.10 man page format
new 6391cf8bd9c libstdc++: Fix typo in Doxygen comment
new 8d80e3c5a64 libstdc++: Rename man pages to use '::' instead of '_'
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:
libstdc++-v3/doc/doxygen/stdheader.cc | 42 ++++++++++++++++++++++++++---------
libstdc++-v3/doc/doxygen/user.cfg.in | 6 +++++
libstdc++-v3/include/std/chrono | 2 +-
libstdc++-v3/include/std/variant | 2 +-
libstdc++-v3/scripts/run_doxygen | 19 +++++++++++++++-
5 files changed, 57 insertions(+), 14 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 c96c2a304b4 bpf: default to using pseudo-C assembly syntax by default
new d0e1e1291b1 PR modula2/114836 Avoid concatenation of error strings to a [...]
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/m2/gm2-compiler/M2Range.mod | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.