diff options
Diffstat (limited to 'gcc/c-semantics.c')
-rw-r--r-- | gcc/c-semantics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-semantics.c b/gcc/c-semantics.c index bf85f7f..ac916c4 100644 --- a/gcc/c-semantics.c +++ b/gcc/c-semantics.c @@ -151,7 +151,7 @@ prune_unused_decls (tp, walk_subtrees, data) tree t = *tp; if (t == NULL_TREE) - return (tree) 1; + return error_mark_node; if (TREE_CODE (t) == DECL_STMT) { |