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:
parent
6a108cc9ca
commit
1d18e81bb4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user