Merge revs 1.2 (-fformat-extensions), 1.7 (FORCE_OPTIMIZATION_DOWNGRADE knob),

1.14 (-O/-O1 optimize alignment for time, not size) into Gcc 3.2.1 release.
This commit is contained in:
David E. O'Brien 2002-12-04 15:59:56 +00:00
parent 8648049b51
commit 991cc708ac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107595

View File

@ -2418,6 +2418,9 @@ rest_of_compilation (decl)
DECL_INITIAL (decl) = 0;
goto exit_rest_of_compilation;
}
else if (TYPE_P (parent))
/* A function in a local class should be treated normally. */
break;
/* If requested, consider whether to make this function inline. */
if ((DECL_INLINE (decl) && !flag_no_inline)