------- Additional Comments From mmitchel at gcc dot gnu dot org  2005-04-17 
04:10 -------
The TYPE_NO_ACCESS_CHECK_P sets off a red flag for me; that suggests that we're
at some point doing access checks directly on _TYPE nodes rather than _DECL
nodes.  If so, that's wrong; only declarations have access associated with them.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18681

Reply via email to