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]
Other format: [Raw text]

Re: [patch, rfc] add case-values-threshold as a param


On Wed, 2004-10-13 at 17:33, Roger Sayle wrote:
> On Wed, 13 Oct 2004, Eric Christopher wrote:
> > 2004-10-12  Eric Christopher  <echristo@redhat.com>
> >
> >	* params.def: Add PARAMS_CASE_VALUES_THRESHOLD.
> > 	* expr.c (case_value_threshold): Rewrite and use. Include
> >	params.h.
> > 	* doc/invoke.texi: Document new param.
> 
> You'll also need to update Makefile.in, to add $(PARAMS_H) to expr.o's
> dependencies, now that params.h is #included in expr.c.
> 

Heck. thanks :)

> With that change, this patch is OK for gcc 4.1.  It's technically neither
> a clean-up nor a bug fix, so officially it's not really suitable for
> mainline during stage3.  I was considering being lenient, but according

That's fine. Most of the work I've been doing has either been for rhat
internal or cleanup externally, not necessarily bugzilla bugs. Mostly
I've been fixing anything assigned to me.

> Hopefully, you won't consider this unfair.

Not too much :)

-eric

-- 
Eric Christopher <echristo@redhat.com>


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