This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 4a49450b94f libiberty: remove duplicated declaration of mkstemps
new 6d2342f5e85 forwprop: Fix looping after fold_stmt and some forwprop loc [...]
new 398c6ddf1e8 forwprop: Move around the marking bb for eh to after the lo [...]
new 1759734f158 gimple: allow fold_stmt without setting cfun in case of GIM [...]
new d8d3cb67694 forwprop: Change an if into an assert
new 9a770e52028 gimple: Add assert for code being a comparison in gimple_co [...]
new 2d1af9c39a1 gimple: Move canonicalization of bool==0 and bool!=1 to cleanupcfg
The 6 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/gimple-fold.cc | 10 ++++----
gcc/gimple.h | 1 +
gcc/tree-cfgcleanup.cc | 39 +++++++++++++++++++++++++++++++
gcc/tree-cfgcleanup.h | 1 +
gcc/tree-ssa-forwprop.cc | 61 ++++++++++++++++++------------------------------
5 files changed, 70 insertions(+), 42 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 1dc1c1e7f0b c++: wrong-code with consteval constructor [PR117501]
new c11cb308c1e c++: fix propagating REF_PARENTHESIZED_P [PR116379]
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/pt.cc | 4 ++--
gcc/testsuite/g++.dg/cpp1y/decltype-auto9.C | 15 +++++++++++++++
2 files changed, 17 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/decltype-auto9.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-14
in repository gcc.
from 6b1a99c3e2c c++/modules: Fix handling of -fdeclone-ctor-dtor with expli [...]
new 97121b13553 c++: ICE with operator new[] in constexpr [PR118775]
new 9ce96b683a4 c++: fix reporting routines re-entered [PR119303]
new 52202e42919 c++: auto in trailing-return-type in parameter [PR117778]
new 1dc1c1e7f0b c++: wrong-code with consteval constructor [PR117501]
The 4 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 | 11 +++++
gcc/cp/cp-gimplify.cc | 48 ++++++++++++++-------
gcc/cp/parser.cc | 39 +++++++++++++----
gcc/diagnostic.cc | 24 +++++------
gcc/testsuite/g++.dg/cpp1y/lambda-generic-117778.C | 12 ++++++
gcc/testsuite/g++.dg/cpp2a/abbrev-fn2.C | 49 ++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp2a/abbrev-fn3.C | 15 +++++++
gcc/testsuite/g++.dg/cpp2a/consteval39.C | 27 ++++++++++++
gcc/testsuite/g++.dg/cpp2a/consteval40.C | 25 +++++++++++
gcc/testsuite/g++.dg/cpp2a/constexpr-new24.C | 25 +++++++++++
gcc/testsuite/g++.dg/cpp2a/constexpr-new25.C | 27 ++++++++++++
gcc/testsuite/g++.dg/cpp2a/lambda-uneval26.C | 10 +++++
gcc/testsuite/g++.dg/warn/undefined2.C | 14 +++++++
13 files changed, 289 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-117778.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/abbrev-fn2.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/abbrev-fn3.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval39.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval40.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-new24.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-new25.C
create mode 100644 gcc/testsuite/g++.dg/cpp2a/lambda-uneval26.C
create mode 100644 gcc/testsuite/g++.dg/warn/undefined2.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 8ea0d98fc9a This transitions vect_model_simple_cost to SLP only
new 4a49450b94f libiberty: remove duplicated declaration of mkstemps
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:
include/libiberty.h | 4 ----
1 file changed, 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 d9055d01047 libstdc++: Renamed bits/move_only_function.h to bits/funcwr [...]
new 871099ae65a Remove a sanity check comment now that the sanity check has [...]
new 8ea0d98fc9a This transitions vect_model_simple_cost to SLP only
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/cp-gimplify.cc | 2 --
gcc/tree-vect-slp.cc | 2 +-
gcc/tree-vect-stmts.cc | 35 ++++++++++++++---------------------
gcc/tree-vectorizer.h | 11 +++++++++++
4 files changed, 26 insertions(+), 24 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 c6c8d0b8217 resbin: don't pass NULL as printf %s arg
new 475799b692e Fix some pre-commit nits in gdb/__init__.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/python/lib/gdb/__init__.py | 6 +++---
1 file changed, 3 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 f0d36c822c8 Consider frequency in cost estimation when converting scala [...]
new d9055d01047 libstdc++: Renamed bits/move_only_function.h to bits/funcwr [...]
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/doc/doxygen/stdheader.cc | 2 +-
libstdc++-v3/include/Makefile.am | 2 +-
libstdc++-v3/include/Makefile.in | 2 +-
.../bits/{move_only_function.h => funcwrap.h} | 8 +++---
libstdc++-v3/include/std/functional | 32 +++++++++++-----------
5 files changed, 23 insertions(+), 23 deletions(-)
rename libstdc++-v3/include/bits/{move_only_function.h => funcwrap.h} (98%)
--
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 0e93f7cd4ed libstdc++: Implement C++26 copyable_function [PR119125]
new f0d36c822c8 Consider frequency in cost estimation when converting scala [...]
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-features.cc | 177 ++++++++++++++++++++++-----------------
gcc/config/i386/i386-features.h | 11 +--
2 files changed, 105 insertions(+), 83 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 708d40ff109 libstdc++: Avoid double indirection in move_only_function w [...]
new 0e93f7cd4ed libstdc++: Implement C++26 copyable_function [PR119125]
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/doc/doxygen/stdheader.cc | 1 +
libstdc++-v3/include/Makefile.am | 1 +
libstdc++-v3/include/Makefile.in | 1 +
.../include/bits/{mofunc_impl.h => cpyfunc_impl.h} | 102 +++++----
libstdc++-v3/include/bits/mofunc_impl.h | 4 +
libstdc++-v3/include/bits/move_only_function.h | 92 +++++++-
libstdc++-v3/include/bits/version.def | 9 +
libstdc++-v3/include/bits/version.h | 10 +
libstdc++-v3/include/std/functional | 1 +
libstdc++-v3/src/c++23/std.cc.in | 3 +
.../testsuite/20_util/copyable_function/call.cc | 224 ++++++++++++++++++
.../testsuite/20_util/copyable_function/cons.cc | 126 +++++++++++
.../testsuite/20_util/copyable_function/conv.cc | 251 +++++++++++++++++++++
.../testsuite/20_util/copyable_function/copy.cc | 154 +++++++++++++
.../move.cc | 8 +-
15 files changed, 938 insertions(+), 49 deletions(-)
copy libstdc++-v3/include/bits/{mofunc_impl.h => cpyfunc_impl.h} (71%)
create mode 100644 libstdc++-v3/testsuite/20_util/copyable_function/call.cc
create mode 100644 libstdc++-v3/testsuite/20_util/copyable_function/cons.cc
create mode 100644 libstdc++-v3/testsuite/20_util/copyable_function/conv.cc
create mode 100644 libstdc++-v3/testsuite/20_util/copyable_function/copy.cc
copy libstdc++-v3/testsuite/20_util/{move_only_function => copyable_function}/move [...]
--
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 3222beac6e5 Remove Marcus Shawcroft from the MAINTAINERS file
new 714cd7b1b47 gas .file sanity check
new c6c8d0b8217 resbin: don't pass NULL as printf %s arg
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:
binutils/resbin.c | 10 +++++-----
gas/dwarf2dbg.c | 30 +++++++++++-------------------
2 files changed, 16 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.