summaryrefslogtreecommitdiff
path: root/gcc/integrate.c
diff options
context:
space:
mode:
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-15 01:04:21 +0000
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>2003-07-15 01:04:21 +0000
commit1fd1d494ee7def35ff3352e9aa033da9e4f8edba (patch)
tree5a85df39199d70a737335d77920c9c0c7c131e4b /gcc/integrate.c
parent162e05b354806d0a46df4d68b7f1e26dac56639a (diff)
downloadgcc-1fd1d494ee7def35ff3352e9aa033da9e4f8edba.tar.gz
PR debug/11098
* integrate.c (copy_decl_for_inlining): Do not mark copied decls as DECL_ABSTRACT. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@69374 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/integrate.c')
-rw-r--r--gcc/integrate.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/integrate.c b/gcc/integrate.c
index 6c5fdf4739a..d19ca65fe27 100644
--- a/gcc/integrate.c
+++ b/gcc/integrate.c
@@ -368,6 +368,8 @@ copy_decl_for_inlining (tree decl, tree from_fn, tree 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