OSDN Git Service

(rest_of_compilation): Clear DECL_ABSTRACT_ORIGIN if
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Jul 1994 02:08:23 +0000 (02:08 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Jul 1994 02:08:23 +0000 (02:08 +0000)
clear DECL_INLINE.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7780 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/toplev.c

index d4b1043..58b727f 100644 (file)
@@ -2719,6 +2719,7 @@ rest_of_compilation (decl)
                       if (warn_inline && specd)
                         warning_with_decl (decl, lose);
                       DECL_INLINE (decl) = 0;
+                      DECL_ABSTRACT_ORIGIN (decl) = 0;
                       /* Don't really compile an extern inline function.
                          If we can't make it inline, pretend
                          it was only declared.  */