This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 4648fe556e2 expand: Allow fixed-point arithmetic for RDIV_EXPR. new e079474981a Add string_slice class. new 33bedfcaf2a Remove unnecessary `record` argument from maybe_version_functions. new 869485d7f36 Change make_attribute to take string_slice. new 13604c5bdca Add get_clone_versions and get_target_version functions.
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/attribs.cc | 16 +- gcc/attribs.h | 2 +- gcc/c-family/c-attribs.cc | 4 +- gcc/c-family/c-format.cc | 7 + gcc/c-family/c-format.h | 1 + gcc/cp/class.cc | 2 +- gcc/cp/cp-tree.h | 2 +- gcc/cp/decl.cc | 25 ++- gcc/pretty-print.cc | 10 ++ gcc/testsuite/g++.dg/warn/Wformat-gcc_diag-1.C | 18 +- gcc/tree.cc | 59 +++++++ gcc/tree.h | 11 ++ gcc/vec.cc | 228 +++++++++++++++++++++++++ gcc/vec.h | 46 +++++ 14 files changed, 397 insertions(+), 34 deletions(-)