]> gcc.gnu.org Git - gcc.git/commitdiff
(output_inline_function): Unset DECL_DEFER_OUTPUT on
authorJason Merrill <merrill@gnu.org>
Thu, 16 Jun 1994 23:38:08 +0000 (23:38 +0000)
committerJason Merrill <merrill@gnu.org>
Thu, 16 Jun 1994 23:38:08 +0000 (23:38 +0000)
        fndecl.

From-SVN: r7508

gcc/integrate.c

index bf0c285491421265515458fd1a96b608604c67bf..63b150d0e23764d56e9b5126ccfc49e2e7467229 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);
 
This page took 0.069324 seconds and 5 git commands to generate.