Commit bd871063 by Jason Merrill Committed by Jason Merrill

* decl2.c (finish_file): Put back some code.

From-SVN: r16361
parent 97991933
Fri Nov 7 11:57:28 1997 Jason Merrill <jason@yorick.cygnus.com>
* decl2.c (finish_file): Put back some code.
Thu Nov 6 11:28:14 1997 Jason Merrill <jason@yorick.cygnus.com> Thu Nov 6 11:28:14 1997 Jason Merrill <jason@yorick.cygnus.com>
* decl2.c (finish_file): Remove redundant code. * decl2.c (finish_file): Remove redundant code.
......
...@@ -3260,6 +3260,11 @@ finish_file () ...@@ -3260,6 +3260,11 @@ finish_file ()
{ {
DECL_EXTERNAL (decl) = 0; DECL_EXTERNAL (decl) = 0;
reconsider = 1; reconsider = 1;
/* We can't inline this function after it's been
emitted. We want a variant of
output_inline_function that doesn't prevent
subsequent integration... */
DECL_INLINE (decl) = 0;
output_inline_function (decl); output_inline_function (decl);
permanent_allocation (1); permanent_allocation (1);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment