summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/integrate.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/integrate.c')
-rw-r--r--contrib/gcc/integrate.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/gcc/integrate.c b/contrib/gcc/integrate.c
index d1be237..7e36070f 100644
--- a/contrib/gcc/integrate.c
+++ b/contrib/gcc/integrate.c
@@ -380,6 +380,8 @@ copy_decl_for_inlining (decl, from_fn, to_fn)
else
{
copy = copy_node (decl);
+ /* The COPY is not abstract; it will be generated in TO_FN. */
+ DECL_ABSTRACT (copy) = 0;
(*lang_hooks.dup_lang_specific_decl) (copy);
/* TREE_ADDRESSABLE isn't used to indicate that a label's
OpenPOWER on IntegriCloud