re PR c++/85254 (boost::is_final does not work for template types)
authorVille Voutilainen <ville.voutilainen@gmail.com>
Sat, 1 Jun 2019 10:57:12 +0000 (13:57 +0300)
committerVille Voutilainen <ville@gcc.gnu.org>
Sat, 1 Jun 2019 10:57:12 +0000 (13:57 +0300)
commit8a20d031eabab786350d5cbced44f907301e6c8b
treee37f8272f651f9bfc88515396a469e2b9f93db75
parentceedc63594bfda6122690ee2bd6976c93bec7527
re PR c++/85254 (boost::is_final does not work for template types)

PR c++/85254

gcc/cp

PR c++/85254
* class.c (fixup_type_variants): Handle CLASSTYPE_FINAL.

testsuite/

PR c++/85254
* g++.dg/ext/is_final.C: Amend.

From-SVN: r271835
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/testsuite/g++.dg/ext/is_final.C