This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f858fe7a8b2 libcpp: Improve encapsulation of label_text new 91a7f30662c Implement visitor pattern for vrange. new 64864aa9e6e Convert vrange dumping facilities to pretty_printer. new 3aab916f4ff Use pp_vrange for ranges in dump_ssaname_info.
The 3 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/gimple-pretty-print.cc | 32 +----- gcc/pretty-print.h | 7 ++ gcc/value-range-pretty-print.cc | 111 ++++++++++++++++++ .../pa/pa-opts.h => value-range-pretty-print.h} | 30 ++--- gcc/value-range.cc | 125 +++++---------------- gcc/value-range.h | 19 +++- 7 files changed, 178 insertions(+), 147 deletions(-) create mode 100644 gcc/value-range-pretty-print.cc copy gcc/{config/pa/pa-opts.h => value-range-pretty-print.h} (51%)