gcc/libcc1
Nathan Sidwell d6ef53f241 cp-tree.h (lang_decl_fn): Remove assignment_operator_p field.
gcc/cp/
	* cp-tree.h (lang_decl_fn): Remove assignment_operator_p field.
	(DECL_COMPLETE_CONSTRUCTOR_P): Directly compare
	identifier.
	(DECL_BASE_CONSTRUCTOR_P, DECL_COMPLETE_DESTRUCTOR_P)
	DECL_BASE_DESTRUCTOR_P, DECL_DELETING_DESTRUCTOR_P): Likewise.
	(DECL_ASSIGNMENT_OPERATOR_P): Use IDENTIFIER_ASSIGN_OP_P.
	* decl.c (grok_op_properties): Adjust identifier checking.
	* init.c (expand_default_init): Adjust identifier descision.
	* method.c (implicitly_declare_fn): Don't use
	DECL_ASSIGNMENT_OPERATOR_P.
	* search.c (lookup_fnfields_1): Use IDENTIFIER_CTOR_P,
	IDENTIFIER_DTOR_P.
	* call.c (in_charge_arg_for_name): Reimplement.
	(build_special_member_call): Use IDENTIFIER_CDTOR_P,
	IDENTIFIER_DTOR_P.

	libcc1/
	* libcp1plugin.cc (plugin_build_decl): Don't set
	DECL_ASSIGNMENT_OPERATOR_P.
(--This line, and those below, will be ignored--

M    gcc/cp/init.c
M    gcc/cp/decl.c
M    gcc/cp/method.c
M    gcc/cp/cp-tree.h
M    gcc/cp/call.c
M    gcc/cp/search.c
M    gcc/cp/ChangeLog
M    libcc1/ChangeLog
M    libcc1/libcp1plugin.cc

From-SVN: r249657
2017-06-26 16:38:40 +00:00
..
ChangeLog cp-tree.h (lang_decl_fn): Remove assignment_operator_p field. 2017-06-26 16:38:40 +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
callbacks.hh
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
connection.hh
findcomp.cc libcc1: return absolute filename from make search_dir 2017-01-31 01:01:32 +00:00
findcomp.hh
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 cp-tree.h (lang_decl_fn): Remove assignment_operator_p field. 2017-06-26 16:38:40 +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