toplev.c (rest_of_compilation): If not optimizing, turn off DECL_INLINE for functions...
authorJeff Law <law@gcc.gnu.org>
Thu, 5 Aug 1993 05:45:32 +0000 (23:45 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 5 Aug 1993 05:45:32 +0000 (23:45 -0600)
commitcaa0eccd7b47272c6349bb133961819e70af8899
tree71d95fe3c9be89398da0bf78d2cc6a982132a049
parentb31a1e3f17cbeab3b625441a1332559b89878e73
toplev.c (rest_of_compilation): If not optimizing, turn off DECL_INLINE for functions declared as inline.

* toplev.c (rest_of_compilation): If not optimizing, turn off
DECL_INLINE for functions declared as inline.  Avoid turning on
DECL_INLINE when -finline-functions is used without -O.

From-SVN: r5074
gcc/toplev.c