This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] PR optimization/12324
On Thu, Oct 16, 2003 at 10:40:56PM +0200, Jan Hubicka wrote:
> ! /* By using GCC extension we may produce constructors we never use,
> ! so ensure that the function is not emit unless it is needed. */
> ! if (!flag_unit_at_a_time)
> ! DECL_DEFER_OUTPUT (decl) = 1;
Rather than scatter this kind of thing about, wouldn't it be better
to make unit-at-a-time ignore this setting?
r~