PR c++/79393 DR 1658 workaround
authorNathan Sidwell <nathan@acm.org>
Tue, 14 Mar 2017 14:41:53 +0000 (14:41 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Tue, 14 Mar 2017 14:41:53 +0000 (14:41 +0000)
commit9b74f93310e3c0ff495dd8fb15b547b28e9be506
treebd1f58aaa6bce2600e92e1cd3934e91363295269
parent927595086615da94c52b164049a45ebf6e299623
PR c++/79393 DR 1658 workaround

PR c++/79393 DR 1658 workaround
* method.c (synthesized_method_base_walk): Inihibit abstract class
virtual base access check here.
(synthesized_method_walk): Not here.

From-SVN: r246126
gcc/cp/ChangeLog
gcc/cp/method.c
gcc/testsuite/g++.dg/cpp1y/pr79393-2.C [new file with mode: 0644]