]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/67407 (ice in friend_accessible_p)
authorJason Merrill <jason@redhat.com>
Thu, 28 Jan 2016 15:07:56 +0000 (10:07 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 28 Jan 2016 15:07:56 +0000 (10:07 -0500)
commite448880c20c01a2925c7707838841c8c117c9e8d
tree6303ccfc51dabcf6b066d2e7df91f654af5464d7
parente2eb5056567bc3814ca236ee8cdb17e044a20392
re PR c++/67407 (ice in friend_accessible_p)

PR c++/67407

* search.c (dfs_walk_once, dfs_walk_once_r)
(dfs_walk_once_accessible_r, dfs_walk_once_accessible): Use
hash_set instead of BINFO_MARKED.
(dfs_unmark_r): Remove.

From-SVN: r232929
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/cp/search.c
gcc/testsuite/g++.dg/inherit/protected1.C [new file with mode: 0644]