This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0003a2d Daily bump. new 8c3b55c * de.po, es.po, fr.po, sv.po: Update. new 67083fd * de.po, eo.po: Update. new a7fcd04 libcc1 base API version bump new 2bff1a2 libcc1 base API: add set_verbose and new version of compile new 21b34f3 libcc1 base API: bump set_arguments; add set_driver_filename, [...] new 470672a libcc1: return absolute filename from make search_dir new 37af486 Introduce C++ support in libcc1
The 7 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/cp/ChangeLog | 28 + gcc/cp/call.c | 14 +- gcc/cp/class.c | 10 +- gcc/cp/cp-tree.h | 40 +- gcc/cp/decl.c | 6 +- gcc/cp/decl2.c | 2 +- gcc/cp/friend.c | 43 + gcc/cp/init.c | 2 +- gcc/cp/lambda.c | 2 +- gcc/cp/lex.c | 2 +- gcc/cp/method.c | 10 +- gcc/cp/name-lookup.c | 27 + gcc/cp/parser.c | 103 +- gcc/cp/search.c | 5 +- gcc/cp/semantics.c | 7 +- gcc/cp/typeck.c | 2 +- gcc/po/ChangeLog | 4 + gcc/po/de.po | 929 +--- gcc/po/es.po | 907 +--- gcc/po/fr.po | 6693 ++++++++++++------------- gcc/po/sv.po | 712 +-- include/ChangeLog | 31 + include/gcc-c-fe.def | 35 +- include/gcc-c-interface.h | 21 +- include/gcc-cp-fe.def | 1050 ++++ include/gcc-cp-interface.h | 496 ++ include/gcc-interface.h | 109 +- libcc1/ChangeLog | 112 + libcc1/Makefile.am | 46 +- libcc1/Makefile.in | 68 +- libcc1/findcomp.cc | 3 +- libcc1/libcc1.cc | 244 +- libcc1/libcc1.sym | 1 + libcc1/{plugin.cc => libcc1plugin.cc} | 145 +- libcc1/libcp1.cc | 706 +++ libcc1/libcp1plugin.cc | 3789 ++++++++++++++ libcc1/{libcc1plugin.sym => libcp1plugin.sym} | 0 libcc1/marshall-c.hh | 59 + libcc1/marshall-cp.hh | 271 + libcc1/marshall.cc | 111 +- libcc1/marshall.hh | 15 +- libcc1/names.cc | 20 +- libcc1/names.hh | 18 +- libcc1/rpc.hh | 113 +- libcpp/po/ChangeLog | 4 + libcpp/po/de.po | 16 +- libcpp/po/eo.po | 15 +- 47 files changed, 11336 insertions(+), 5710 deletions(-) create mode 100644 include/gcc-cp-fe.def create mode 100644 include/gcc-cp-interface.h rename libcc1/{plugin.cc => libcc1plugin.cc} (87%) create mode 100644 libcc1/libcp1.cc create mode 100644 libcc1/libcp1plugin.cc copy libcc1/{libcc1plugin.sym => libcp1plugin.sym} (100%) create mode 100644 libcc1/marshall-c.hh create mode 100644 libcc1/marshall-cp.hh