This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix optimization regression in constant folder
> > I agree because they are both always known to be much better behaved than
> > any user type and one of the most critical types to optimize. It will
> > always be the case that many more optimizations are both safe and
> > important for those types than for user types.
>
> Please show testcases.
I'm making a general comment about strategies, not a specific optimization.