(rest_of_compilation): Clear DECL_ABSTRACT_ORIGIN if
authorJim Wilson <wilson@gcc.gnu.org>
Tue, 19 Jul 1994 02:08:23 +0000 (19:08 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Tue, 19 Jul 1994 02:08:23 +0000 (19:08 -0700)
clear DECL_INLINE.

From-SVN: r7780

gcc/toplev.c

index d4b1043e0d023e74fe29c32088f58f36457c9f3a..58b727faee5f775b73168dd73dce56fbfb31c3bc 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.  */