OSDN Git Service

Improve previous fix.
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Feb 2003 08:10:27 +0000 (08:10 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 13 Feb 2003 08:10:27 +0000 (08:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@62831 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/decl.c

index dadb521..c724c2c 100644 (file)
@@ -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
     {