diff options
| -rw-r--r-- | gcc/cp/decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |

