This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f66b2fc122b VECT: Support SLP MASK_LEN_GATHER_LOAD with conditional mask new b9e2088d297 pretty-print: gracefully handle null URLs new 8b4ac021cd1 opts.cc: fix comment about DOCUMENTATION_ROOT_URL new b0f19336f24 libcpp: eliminate MACRO_MAP_EXPANSION_POINT_LOCATION new 37e1634ef1a analyzer: move class record_layout to its own .h/.cc
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/Makefile.in | 1 + gcc/analyzer/record-layout.cc | 125 +++++++++++++++++++++++++++++++++++++++ gcc/analyzer/record-layout.h | 91 +++++++++++++++++++++++++++++ gcc/analyzer/region-model.cc | 132 +----------------------------------------- gcc/c-family/c-warn.cc | 2 +- gcc/cp/module.cc | 6 +- gcc/input.cc | 4 +- gcc/opts.cc | 6 +- gcc/pretty-print.cc | 57 +++++++++++++++++- gcc/pretty-print.h | 4 ++ gcc/tree-diagnostic.cc | 2 +- libcpp/include/line-map.h | 19 +++--- libcpp/line-map.cc | 4 +- 13 files changed, 299 insertions(+), 154 deletions(-) create mode 100644 gcc/analyzer/record-layout.cc create mode 100644 gcc/analyzer/record-layout.h