gcc/libcc1
Nathan Sidwell b419102c12 [C++ PATCH] Move mangling alias out of ::
https://gcc.gnu.org/ml/gcc-patches/2017-10/msg00199.html
	gcc/cp/
	Move mangling aliases out of global namespace.
	* cp-tree.h (record_mangling): New.
	(maybe_remove_implicit_alias): Delete.
	* decl2.c (mangled_decls): New hash map.
	(generate_mangling_alias): Reimplement using mangled_decls.
	(record_mangling): New.
	* mangle.c (decl_implicit_alias_p,
	maybe_remove_implicit_alias): Delete.
	(mangle_decl): Use record_mangling.
	* name-lookup.c (supplement_binding_1): Remove
	maybe_remove_implicit_alias check.

	* call.c (convert_arg_to_ellipsis): Correct comment about passing
	by reference.

	gcc/testsuite/
	* g++.dg/abi/mangle41.C: Adjust diagnostics.

	libcc1/
	* libcp1plugin.cc (supplement_binding): Don't use
	maybe_remove_implicit_alias.

From-SVN: r253421
2017-10-04 16:55:54 +00:00
..
ChangeLog [C++ PATCH] Move mangling alias out of :: 2017-10-04 16:55:54 +00:00
Makefile.am Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
Makefile.in Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
aclocal.m4
callbacks.cc Update copyright years. 2017-01-04 12:30:51 +01:00
callbacks.hh Update copyright years. 2017-01-04 12:30:51 +01:00
cc1plugin-config.h.in
configure re PR other/79046 (g++ -print-file-name=plugin uses full version number in path) 2017-01-17 10:38:48 +01:00
configure.ac re PR other/79046 (g++ -print-file-name=plugin uses full version number in path) 2017-01-17 10:38:48 +01:00
connection.cc Update copyright years. 2017-01-04 12:30:51 +01:00
connection.hh Update copyright years. 2017-01-04 12:30:51 +01:00
findcomp.cc libcc1: return absolute filename from make search_dir 2017-01-31 01:01:32 +00:00
findcomp.hh Update copyright years. 2017-01-04 12:30:51 +01:00
libcc1.cc Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
libcc1.sym Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
libcc1plugin.cc Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
libcc1plugin.sym
libcp1.cc Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
libcp1plugin.cc [C++ PATCH] Move mangling alias out of :: 2017-10-04 16:55:54 +00:00
libcp1plugin.sym Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
marshall-c.hh Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
marshall-cp.hh Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
marshall.cc Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
marshall.hh Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
names.cc Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
names.hh Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
rpc.hh Introduce C++ support in libcc1 2017-01-31 01:02:03 +00:00
status.hh Update copyright years. 2017-01-04 12:30:51 +01:00