OSDN Git Service

(output_inline_function): Unset DECL_DEFER_OUTPUT on
authormerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Jun 1994 23:38:08 +0000 (23:38 +0000)
committermerrill <merrill@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Jun 1994 23:38:08 +0000 (23:38 +0000)
        fndecl.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7508 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/integrate.c

index bf0c285..63b150d 100644 (file)
@@ -3025,6 +3025,9 @@ output_inline_function (fndecl)
 
   set_decl_origin_self (fndecl);
 
+  /* We're not deferring this any longer.  */
+  DECL_DEFER_OUTPUT (fndecl) = 0;
+
   /* Compile this function all the way down to assembly code.  */
   rest_of_compilation (fndecl);