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

Manuel López-Ibáñez <manu at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |manu at gcc dot gnu.org
            Summary|poor diagnostic             |wrong column numbers in
                   |                            |diagnostics with templates

--- Comment #2 from Manuel López-Ibáñez <manu at gcc dot gnu.org> 2011-10-22 
14:37:05 UTC ---
(In reply to comment #1)
> If we used the caret way of doing things it would just work.

It won't work anyway if we don't have the columns right:

GCC 4.7:

pr24607.cc:7:37: error: template argument 1 is invalid      
pr24607.cc:7:42: error: invalid type in declaration before ‘;’ token

Reply via email to