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

--- Comment #4 from Simon Hill <yacwroy at gmail dot com> 2011-04-06 16:17:35 
UTC ---
I was trying out this patch to see whether it might be usable to me, just as a
preview.

Firstly: Is this patch at a stage where it could be possible to complete a
make/install, or am I jumping the gun?



I don't want to update the patch (at least not without confirmation), but in
case anyone else wants to try it as is, I believe that "parser.c" line 13496:

if (at_class_scope () || template_parm_scope_p ())

should be changed to:

if (at_class_scope_p () || template_parm_scope_p ())

(otherwise it doesn't compile).



I got an ICE trying to make GCC on a SVN trunk checkout yesterday after
(manually) patching with this (it only failed on building the libs).
I can supply details if you want, but I guess this patch is outdated now?

Reply via email to