gcc/libcc1
Nathan Sidwell ce12115844 [C++ PATCH] overloaded operator fns [6/N]
https://gcc.gnu.org/ml/gcc-patches/2017-11/msg00019.html
	gcc/cp/
	* cp-tree.h (assign_op_identifier, call_op_identifier): Use
	compressed code.
	(struct lang_decl_fn): Use compressed operator code.
	(DECL_OVERLOADED_OPERATOR_CODE): Replace with ...
	(DECL_OVERLOADED_OPERATOR_CODE_RAW): ... this.
	(DECL_OVERLOADED_OPERATOR_CODE_IS): Use it.
	* decl.c (duplicate_decls): Use DECL_OVERLOADED_OPERATOR_CODE_RAW.
	(build_library_fn): Likewise.
	(grok_op_properties): Likewise.
	* mangle.c (write_unqualified_name): Likewise.
	* method.c (implicitly_declare_fn): Likewise.
	* typeck.c (check_return_expr): Use DECL_OVERLOADED_OPERATOR_IS.

	libcc1/
	* libcp1plugin.cc (plugin_build_decl): Use
	DECL_OVERLOADED_OPERATOR_CODE_RAW.

From-SVN: r254314
2017-11-01 15:46:42 +00:00
..
ChangeLog [C++ PATCH] overloaded operator fns [6/N] 2017-11-01 15:46:42 +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 libcc1: Bump to automake 1.11.6 2015-05-13 11:00:37 +00:00
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] overloaded operator fns [6/N] 2017-11-01 15:46:42 +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