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: [tree-ssa] Work around for an unfortunate fold-const vs. tree-optimizer interaction


On Thu, Nov 06, 2003 at 06:24:02PM +0100, Steven Bosschner wrote:
>   if (x == 5)
>     {
>       if (y != 0)
>         {

Ideally this should be handled by ifcvt.c.  Jan has done one iteration
of patch for this, but it isn't quite up to snuff yet.


r~


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