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] Fix PR tree-opt/17343, cases do not combine with default



On Oct 1, 2004, at 1:19 AM, Andrew Pinski wrote:


I decided to look into some regressions for 4.0.0 and I noticed this
one.  I decided to look into this bug and fix this one.  It was an easy
one to fix as the intent to do this optimization was here but some
how was messed up for some reason (I did not look into why).

OK? Bootstrapped and tested on powerpc-apple-darwin with no regressions.


Just to reply to my own patch, this happens at least once while compiling
PR 8361 in the libstdc++ headers. This is both a compile time improvement
and a missed-optimization as we are getting rid of some extra edges and
CASE_LABEL_EXPR and it does not cost almost nothing extra as we do today.


Thanks,
Andrew Pinski


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