From: Jason Merrill Date: Wed, 20 Nov 1996 00:10:51 +0000 (+0000) Subject: x X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d2872d37e9f153148d58c0dd6c4ce6456ef0a595;p=gcc.git x From-SVN: r13208 --- diff --git a/gcc/c-decl.c b/gcc/c-decl.c index accc0257e96..934793929a1 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -2415,6 +2415,7 @@ implicitly_declare (functionid) DECL_EXTERNAL (decl) = 1; TREE_PUBLIC (decl) = 1; + DECL_ARTIFICIAL (decl); /* Record that we have an implicit decl and this is it. */ IDENTIFIER_IMPLICIT_DECL (functionid) = decl;