From e8298892fa9d9fbea13e35fd3542a63d3bc8aa80 Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Thu, 13 Feb 2003 08:10:27 +0000 Subject: Improve previous fix. From-SVN: r62831 --- gcc/cp/decl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/cp/decl.c b/gcc/cp/decl.c index dadb521..c724c2c 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 { -- cgit v1.1