Commit d3b107b4 by David S. Miller Committed by David S. Miller

Reverse may 15th change, as suggested by Jason.

It causes too many backwards compatability problems, for
more than one frontend.

From-SVN: r20685
parent 90296398
Wed Jun 24 01:32:12 1998 David S. Miller <davem@pierdol.cobaltmicro.com>
* toplev.c (rest_of_compilation): Revert May 15 change.
Tue Jun 23 21:27:27 1998 Ken Raeburn <raeburn@cygnus.com>
* reload.c (find_reloads): Fix check for failure to match any
......
......@@ -3063,7 +3063,6 @@ rest_of_compilation (decl)
}
if (! current_function_contains_functions
&& ! decl_function_context (decl)
&& (DECL_DEFER_OUTPUT (decl)
|| (DECL_INLINE (decl)
&& ((! TREE_PUBLIC (decl) && ! TREE_ADDRESSABLE (decl)
......
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