Commit 9548c538 by Jim Wilson

(rest_of_compilation): Clear DECL_ABSTRACT_ORIGIN if

clear DECL_INLINE.

From-SVN: r7780
parent e21c472a
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment