OSDN Git Service

x
authormerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Nov 1996 00:10:51 +0000 (00:10 +0000)
committermerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Nov 1996 00:10:51 +0000 (00:10 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@13208 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/c-decl.c

index accc025..9347939 100644 (file)
@@ -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;