aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1994-07-18 19:08:23 -0700
committerJim Wilson <wilson@gcc.gnu.org>1994-07-18 19:08:23 -0700
commit9548c538be82d727c297129a05e5d3aee9b94ae4 (patch)
treee7266fcfadd95d98a8932af278241cf5dd7b2533
parente21c472a1fbe6adb506a343b68fa9bf605f79c9f (diff)
downloadgcc-9548c538be82d727c297129a05e5d3aee9b94ae4.zip
gcc-9548c538be82d727c297129a05e5d3aee9b94ae4.tar.gz
gcc-9548c538be82d727c297129a05e5d3aee9b94ae4.tar.bz2
(rest_of_compilation): Clear DECL_ABSTRACT_ORIGIN if
clear DECL_INLINE. From-SVN: r7780
-rw-r--r--gcc/toplev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index d4b1043..58b727f 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. */