------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-24 
20:59 -------
Only the following:
if (TREE_CODE_CLASS (TREE_CODE (scope)) != tcc_type)
Should be:
if (!TYPE_P (scope))

-- Pinski

-- 


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

Reply via email to