From: Gabriel Dos Reis Date: Thu, 13 Feb 2003 08:10:27 +0000 (+0000) Subject: Improve previous fix. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e8298892fa9d9fbea13e35fd3542a63d3bc8aa80;p=gcc.git Improve previous fix. From-SVN: r62831 --- diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index dadb5214b1c..c724c2ce9a9 100644 --- a/gcc/cp/decl.c +++ b/gcc/cp/decl.c @@ -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 {