Reverse may 15th change, as suggested by Jason.

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

From-SVN: r20685
This commit is contained in:
David S. Miller 1998-06-24 03:35:23 +00:00 committed by David S. Miller
parent 9029639886
commit d3b107b4e5
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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)