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]: Add dump switch globbing


On Thu, 2004-10-14 at 03:17, Paolo Bonzini wrote:
> >>  I've just posted a patch to do so
> >> (http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01104.html) but it has 
> >> not been
> >> reviewed yet.
> > 
> > Are you sure that patch makes -fdump-tree-dce-all enable all dce passes?
> 
> My patch was to prevent all kinds of globbing actually.  Steven Bosscher 
> reported that -fdump-rtl-gcse enabled the gcse2 dump as well.

DO we want to prevent globbing though?  I'd argue the problem was that
the first pass of gcse ought to be called gcse1, then you get what you
ask for, or specify gcse to get them all.  Thats definately my
preference.

Andrew



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