re PR c++/83871 (wrong code for attribute const and pure on distinct template special...
authorJakub Jelinek <jakub@redhat.com>
Wed, 28 Feb 2018 18:56:36 +0000 (19:56 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 28 Feb 2018 18:56:36 +0000 (19:56 +0100)
commitf6eee6bf4cc9c7b1a9f8f7af82b8fcccefac973a
tree4149ca9a9a68c55f65127b14d78bb7a64b8ff98f
parent15d3974b692be987e59d771b1c926252e6208ca1
re PR c++/83871 (wrong code for attribute const and pure on distinct template specializations)

PR c++/83871
PR c++/83503
* pt.c (INCLUDE_STRING): Remove define.
(warn_spec_missing_attributes): Use pretty_printer instead of
std::string.  Fix up inform call so that the list of attributes
is in %s argument.

From-SVN: r258079
gcc/cp/ChangeLog
gcc/cp/pt.c