From 9548c538be82d727c297129a05e5d3aee9b94ae4 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Mon, 18 Jul 1994 19:08:23 -0700 Subject: [PATCH] (rest_of_compilation): Clear DECL_ABSTRACT_ORIGIN if clear DECL_INLINE. From-SVN: r7780 --- gcc/toplev.c | 1 + 1 file changed, 1 insertion(+) 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. */ -- 2.30.2