Improve previous fix.
From-SVN: r62831
This commit is contained in:
parent
62ed060f3c
commit
e8298892fa
@ -5003,7 +5003,7 @@ define_label (const char* filename, int line, tree name)
|
||||
if (DECL_INITIAL (decl) != NULL_TREE)
|
||||
{
|
||||
error ("duplicate label `%D'", decl);
|
||||
POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, NULL);
|
||||
POP_TIMEVAR_AND_RETURN (TV_NAME_LOOKUP, NULL_TREE);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user