This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 53e6d7a3102 Add assume support to VRP. new a2e28389354 Add C++ library interface data
The 1 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: contrib/gcc_update | 1 + gcc/cp/Make-lang.in | 19 +- gcc/cp/cxxapi-data.csv | 1032 ++++++++++++++++++++++++++++++++ gcc/cp/gen-cxxapi-file.py | 190 ++++++ gcc/cp/std-name-hint.gperf | 318 ++++++++-- gcc/cp/std-name-hint.h | 1406 +++++++++++++++++++++++++++++--------------- 6 files changed, 2419 insertions(+), 547 deletions(-) create mode 100644 gcc/cp/cxxapi-data.csv create mode 100644 gcc/cp/gen-cxxapi-file.py