This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ae4c22ab055 always turn return into __builtin_unreachable for noreturn [...] new 6e973e87e3f c++: constraint variable used in evaluated context [PR117849] new 0520ef27476 rtlanal, i386: Adjust pattern_cost and x86 constant cost [P [...]
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/i386/i386.cc | 6 +++++- gcc/cp/semantics.cc | 1 + gcc/rtlanal.cc | 2 +- gcc/testsuite/g++.dg/cpp2a/concepts-requires41.C | 25 ++++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/pr115910.c | 20 +++++++++++++++++++ 5 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-requires41.C create mode 100644 gcc/testsuite/gcc.target/i386/pr115910.c