(rest_of_compilation): Clear DECL_ABSTRACT_ORIGIN if
clear DECL_INLINE. From-SVN: r7780
This commit is contained in:
parent
e21c472a1f
commit
9548c538be
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user