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 loop_iterations mishandling of multiple conditionalized exit tests


I don't think it is a good idea to try to force patches into gcc 3.0.2 at
the last minute.  That isn't the way to produce a high quality release.

As a more practical matter, I'm already on the hook for other patches and
bugs, and can't work on all of them at the same time.  I'm already looking
at the Zoltan Hidvegi patches.  I could look at this patch instead of Zoltan's
patches, but his were submitted 3 months ago, and shouldn't be delayed any
longer than necessary.  This does look like a more important problem than
the ones fixed by Zoltan's patches though.  I've also got other stuff: a
combine patch in progress, a linker patch in progress, and a report yesterday
of a compiler bug that is causing kernel panics.  If we are willing to delay
3.0.2 a couple of weeks, then I can get through this stuff OK.  Otherwise, we
need to decide which bugs we want fixed now and which we can live with for now.
I think we should draw the line at Monday when the freeze went into affect,
which means this one came in too late for gcc 3.0.2.

Reviewing patches for gcc 3.0.2 is much harder than reviewing patches for
mainline, since patches for 3.0.2 must be absolutely correct, whereas a
patch for mainline only needs to be reasonably correct.  It takes me much
longer to review a patch for gcc 3.0.2, and thus the number of patches I
can review is much smaller when I need to review patches for gcc 3.0.2.
If you just want the patch in mainline, I can get through the review
faster.

Jim


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