https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114232
--- Comment #26 from Jan Hubicka <hubicka at ucw dot cz> --- > I think optimize_function_for_size_p (cfun) isn't always true if > optimize_size is since it looks at the function-specific setting > of that flag, so you'd have to use opt_for_fn (cfun, optimize_size). When we initialize obtabs, we do it for a givn optimization_node setting, so opt_for_fn (cfun, optimize_size) should be equal to optimize_size. Honza