From: Jim Wilson Date: Tue, 19 Jul 1994 02:08:23 +0000 (-0700) Subject: (rest_of_compilation): Clear DECL_ABSTRACT_ORIGIN if X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9548c538be82d727c297129a05e5d3aee9b94ae4;p=gcc.git (rest_of_compilation): Clear DECL_ABSTRACT_ORIGIN if clear DECL_INLINE. From-SVN: r7780 --- diff --git a/gcc/toplev.c b/gcc/toplev.c index d4b1043e0d0..58b727faee5 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -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. */