error.c (cp_printers): Add 'F' escape character.
authorNathan Sidwell <nathan@acm.org>
Sat, 13 Mar 1999 01:49:14 +0000 (01:49 +0000)
committerJason Merrill <jason@gcc.gnu.org>
Sat, 13 Mar 1999 01:49:14 +0000 (20:49 -0500)
commit4995028c823a83c92c43d5fbdde25be8c7ed2e6b
treece74a2adbcdd150cae073c92fb4d63e23385ef61
parent0db982bee5681b334b0b2cc460920c542dbbc964
error.c (cp_printers): Add 'F' escape character.

* error.c (cp_printers): Add 'F' escape character.
(dump_type_real): Remove TREE_LIST (fnargs) printing.
Functionality moved to dump_parameters.
(dump_type_suffix): Use dump_parameters and dump_exception_spec.
(dump_function_decl): Extend meaning of V parameter. Use
dump_parameters and dump_exception_spec.
(dump_parameters): New static function.
(dump_exception_spec): New static function.
(fndecl_as_string): Change argument semantics. Use
dump_function_decl directly.
* sig.c (build_signature_table_constructor): Use cp_error.

From-SVN: r25741
gcc/cp/ChangeLog
gcc/cp/error.c
gcc/cp/sig.c