This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [patch] Why 300-line functions are bad.


On Tue, Apr 24, 2001 at 09:39:42PM -0700, Zack Weinberg wrote:
> 	* function.c (purge_addressof_1): Remove redundant if block.
> 	Fold if (code == ADDRESSOF) block below 200-line if block into
> 	if (code == ADDRESSOF) block above 200-line if block.

This survived bootstrap and test suite on i686-linux; I've applied it
as an obvious bugfix.

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]