------- Comment #3 from pinskia at gcc dot gnu dot org  2006-06-02 02:35 -------
  if (DECL_INITIAL (decl) != NULL_TREE)
    error ("duplicate label %qD", decl);
  else

Maybe adding into the if condition:
  POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, error_mark_node);

This might work but I have not tested it at all.


-- 


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

Reply via email to