[Bug c++/22172] [3.4/4.0/4.1 Regression] Internal compiler error, seg fault.

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Sep 24 20:59:00 GMT 2005


------- 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



More information about the Gcc-bugs mailing list