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: Fix PR2162


On Wed, May 02, 2001 at 07:13:48PM -0700, Mark Mitchell wrote:
> The logic setting ->num seemed fragile, so I decided just to compute
> the right number when we need it.

Looks valid.  It sure doesn't look like the ->num computation
can be done reliably (or at minimum clearly) within the main
move_movables loop.  I'd have moved it just after the main loop,
but a separate function works too.



r~


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