This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2b7f0378b91 libstdc++: Fix gdb FilteringTypePrinter new 7c6cd9c05ef ragen-op-float: Fix up float_binary_op_range_finish [PR107668] new 7f014022861 c++: Allow attributes on concepts - DR 2428
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/c-family/c-attribs.cc | 3 ++- gcc/c-family/c-common.cc | 2 ++ gcc/c-family/c-common.def | 8 ++++++++ gcc/cp/constraint.cc | 2 ++ gcc/cp/cp-objcp-common.cc | 1 - gcc/cp/cp-tree.def | 5 ----- gcc/cp/cp-tree.h | 2 +- gcc/cp/parser.cc | 4 +++- gcc/cp/pt.cc | 5 ++++- gcc/range-op-float.cc | 3 ++- gcc/testsuite/g++.dg/cpp2a/concepts-dr2428.C | 22 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/ubsan/pr107668.c | 12 ++++++++++++ 12 files changed, 58 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-dr2428.C create mode 100644 gcc/testsuite/gcc.dg/ubsan/pr107668.c