------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-15 
04:05 -------
I don't know if it would useful or not.  Take the following:
void g(); void h();
void f()
{
  //..... say about 100 lines
  if (a) {
    //..... say about 100 lines
  //..... say about 100 lines
}

well you would get the wrong thing marked and it would not help you in general.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
           Keywords|                            |diagnostic


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

Reply via email to