From d3b107b4e51e3ad88313c4f58061fce8633cc141 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Wed, 24 Jun 1998 03:35:23 +0000 Subject: [PATCH] Reverse may 15th change, as suggested by Jason. It causes too many backwards compatability problems, for more than one frontend. From-SVN: r20685 --- gcc/ChangeLog | 4 ++++ gcc/toplev.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e7271a7befa..f697f3098ee 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Wed Jun 24 01:32:12 1998 David S. Miller + + * toplev.c (rest_of_compilation): Revert May 15 change. + Tue Jun 23 21:27:27 1998 Ken Raeburn * reload.c (find_reloads): Fix check for failure to match any diff --git a/gcc/toplev.c b/gcc/toplev.c index fb0245a0c3a..42d3616e359 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -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) -- 2.30.2