Use dump_function_name rather than emit <built-in>
authorMartin Jambor <mjambor@suse.cz>
Wed, 7 Dec 2016 13:09:07 +0000 (14:09 +0100)
committerMartin Jambor <jamborm@gcc.gnu.org>
Wed, 7 Dec 2016 13:09:07 +0000 (14:09 +0100)
commit716c5aced1f3e998df4a5d78eba4e090a332acee
tree382d61298afceeb221d0738fc43070a957f18dd4
parent098eae0067631ae7a8d98ac19ff47cb89ec2ba25
Use dump_function_name rather than emit <built-in>

2016-12-07  Martin Jambor  <mjambor@suse.cz>

PR c++/78589
* error.c (dump_decl): Use dump_function_name to dump
!DECL_LANG_SPECIFIC function decls with no or self-referencing
abstract origin.

From-SVN: r243344
gcc/cp/ChangeLog
gcc/cp/error.c